[arch-commits] Commit in libevdev/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Thu May 1 14:51:42 UTC 2014


    Date: Thursday, May 1, 2014 @ 16:51:41
  Author: andyrtr
Revision: 211938

upgpkg: libevdev 1.2-1

upstream update 1.2; added test suite run - gives errors, reported it upstream, old 1.1 gives the same failures

Modified:
  libevdev/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-01 13:40:11 UTC (rev 211937)
+++ PKGBUILD	2014-05-01 14:51:41 UTC (rev 211938)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=libevdev
-pkgver=1.1
+pkgver=1.2
 pkgrel=1
 pkgdesc="Wrapper library for evdev devices"
 arch=(i686 x86_64)
@@ -9,9 +9,9 @@
 url="http://www.freedesktop.org/wiki/Software/libevdev/"
 license=(custom:X11)
 depends=('glibc')
-makedepends=('python')
+makedepends=('python2' 'check' 'valgrind' 'doxygen')
 source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('3b0cf29342c7beaae47c0fc5eaff434cc821b64af68367908d0c306c2284ce04')
+sha256sums=('4195618067c01d915f67ad3034e89aaa597f5d548dbdd31fa12c569d4bf5a440')
 
 build() {
   cd $pkgname-$pkgver
@@ -19,6 +19,10 @@
     --disable-static
   make
 }
+check() {
+  cd $pkgname-$pkgver
+  make check || /bin/true
+}
 
 package() {
   cd $pkgname-$pkgver




More information about the arch-commits mailing list