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

Tom Gundersen tomegun at archlinux.org
Wed Aug 3 15:11:31 UTC 2011


    Date: Wednesday, August 3, 2011 @ 11:11:31
  Author: tomegun
Revision: 134398

no need for libxslt as man pages are included

Modified:
  udev/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-03 15:09:31 UTC (rev 134397)
+++ PKGBUILD	2011-08-03 15:11:31 UTC (rev 134398)
@@ -13,15 +13,17 @@
 license=('GPL')
 groups=('base')
 options=(!makeflags !libtool)
-makedepends=('gobject-introspection' 'gperf' 'libxslt')
+makedepends=('gobject-introspection' 'gperf')
 source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/$pkgbase-$pkgver.tar.bz2
 	bluetooth.patch
         81-arch.rules)
 
 build() {
   cd $srcdir/$pkgbase-$pkgver
+
   # fix https://bugs.archlinux.org/task/25356 (submitted upstream)
   patch -Np1 -i ../bluetooth.patch
+
   ./configure --sysconfdir=/etc\
               --with-rootlibdir=/lib\
               --libexecdir=/lib/udev\
@@ -29,6 +31,7 @@
               --with-systemdsystemunitdir=/lib/systemd/system\
               --disable-rule-generator\
               --enable-udev_acl
+
   make
 }
   




More information about the arch-commits mailing list