[arch-commits] Commit in evemu/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 14:53:08 UTC 2019


    Date: Monday, November 4, 2019 @ 14:53:08
  Author: felixonmars
Revision: 524082

archrelease: copy trunk to community-staging-x86_64

Added:
  evemu/repos/community-staging-x86_64/PKGBUILD
    (from rev 524081, evemu/trunk/PKGBUILD)
Deleted:
  evemu/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 14:52:51 UTC (rev 524081)
+++ PKGBUILD	2019-11-04 14:53:08 UTC (rev 524082)
@@ -1,35 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Nicolas Quiénot < niQo at aur >
-# Contributor: Damián Nohales <damiannohales at gmail.com>
- 
-pkgname=evemu
-pkgver=2.7.0
-pkgrel=5
-pkgdesc='Tools and bindings for kernel input event device emulation and data capture and replay'
-arch=(x86_64)
-url='https://www.freedesktop.org/wiki/Evemu'
-license=(GPL3)
-depends=(libevdev)
-makedepends=(asciidoc python xmlto)
-optdepends=('python: Python 3 bindings')
-source=(https://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires <benjamin.tissoires at gmail.com>
-sha1sums=('16c6e1484253e1610a019dcca22b1698002824ca'
-          'SKIP')
- 
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=python3 ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Tests have to be run as 'root'
-  # make check
-}
- 
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evemu/repos/community-staging-x86_64/PKGBUILD (from rev 524081, evemu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-04 14:53:08 UTC (rev 524082)
@@ -0,0 +1,35 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Nicolas Quiénot < niQo at aur >
+# Contributor: Damián Nohales <damiannohales at gmail.com>
+ 
+pkgname=evemu
+pkgver=2.7.0
+pkgrel=6
+pkgdesc='Tools and bindings for kernel input event device emulation and data capture and replay'
+arch=(x86_64)
+url='https://www.freedesktop.org/wiki/Evemu'
+license=(GPL3)
+depends=(libevdev)
+makedepends=(asciidoc python xmlto)
+optdepends=('python: Python 3 bindings')
+source=(https://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires <benjamin.tissoires at gmail.com>
+sha1sums=('16c6e1484253e1610a019dcca22b1698002824ca'
+          'SKIP')
+ 
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=python3 ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Tests have to be run as 'root'
+  # make check
+}
+ 
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list