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

Jan Steffens heftig at archlinux.org
Sat Oct 25 23:56:42 UTC 2014


    Date: Sunday, October 26, 2014 @ 01:56:42
  Author: heftig
Revision: 225341

0.5.0

Modified:
  libxkbcommon/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-25 23:47:05 UTC (rev 225340)
+++ PKGBUILD	2014-10-25 23:56:42 UTC (rev 225341)
@@ -5,7 +5,7 @@
 
 pkgbase=libxkbcommon
 pkgname=(libxkbcommon libxkbcommon-x11)
-pkgver=0.4.3
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="Keyboard handling library using XKB data"
 arch=(i686 x86_64)
@@ -12,9 +12,10 @@
 url="http://xkbcommon.org/"
 license=(custom)
 depends=(xkeyboard-config glibc)
+checkdepends=(xorg-server-xvfb libgl)
 makedepends=(libxcb doxygen xorg-util-macros)
 source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz")
-md5sums=('26c57ff21438ed45de2a4ca609177db9')
+md5sums=('2e1faeafcc609c30af3a561a91e84158')
 
 prepare() {
   mkdir -p x11/usr/{include/xkbcommon,lib/pkgconfig}
@@ -26,6 +27,11 @@
   make
 }
 
+check() {
+  cd $pkgbase-$pkgver
+  xvfb-run -a make -k check
+}
+
 package_libxkbcommon() {
   cd $pkgbase-$pkgver
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list