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

Jan Steffens heftig at nymeria.archlinux.org
Sun Feb 2 18:38:07 UTC 2014


    Date: Sunday, February 2, 2014 @ 19:38:07
  Author: heftig
Revision: 204977

add pkgdesc, simplify

Modified:
  libxkbcommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-02 18:37:50 UTC (rev 204976)
+++ PKGBUILD	2014-02-02 18:38:07 UTC (rev 204977)
@@ -11,7 +11,8 @@
 arch=(i686 x86_64)
 url="http://xkbcommon.org/"
 license=(custom)
-makedepends=(xkeyboard-config glibc libxcb doxygen xorg-util-macros)
+depends=(xkeyboard-config glibc)
+makedepends=(libxcb doxygen xorg-util-macros)
 source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz")
 md5sums=('bb782f1700e45b4f57c84ef513e3cf85')
 
@@ -26,8 +27,6 @@
 }
 
 package_libxkbcommon() {
-  depends=(xkeyboard-config glibc)
-
   cd $pkgbase-$pkgver
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/libxkbcommon/LICENSE"
@@ -40,6 +39,7 @@
 }
 
 package_libxkbcommon-x11() {
+  pkgdesc="Keyboard handling library using XKB data for X11 XCB clients"
   depends=(libxkbcommon libxcb)
 
   mv x11/* "$pkgdir"




More information about the arch-commits mailing list