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

Jelle van der Waa jelle at archlinux.org
Fri Aug 23 15:39:01 UTC 2019


    Date: Friday, August 23, 2019 @ 15:39:01
  Author: jelle
Revision: 501316

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-23 15:38:48 UTC (rev 501315)
+++ PKGBUILD	2019-08-23 15:39:01 UTC (rev 501316)
@@ -1,45 +0,0 @@
-# $Id$
-# 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=3
-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 python2 xmlto)
-optdepends=('python: Python 3 bindings'
-            'python2: Python 2 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() {
-  cp -r $pkgname-$pkgver python2
-
-  cd $pkgname-$pkgver
-  PYTHON=python3 ./configure --prefix=/usr
-  make
-
-  cd ../python2
-  PYTHON=python2 ./configure --prefix=/usr --disable-tests
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Tests have to be run as 'root'
-  # make check
-}
- 
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cd ../python2
-  make -C python DESTDIR="$pkgdir" install
-}

Copied: evemu/repos/community-x86_64/PKGBUILD (from rev 501315, evemu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-23 15:39:01 UTC (rev 501316)
@@ -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=4
+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