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

Tom Gundersen tomegun at archlinux.org
Wed Aug 3 01:03:04 UTC 2011


    Date: Tuesday, August 2, 2011 @ 21:03:03
  Author: tomegun
Revision: 134348

tidied PKGBUILD a bit

Modified:
  udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-03 00:14:22 UTC (rev 134347)
+++ PKGBUILD	2011-08-03 01:03:03 UTC (rev 134348)
@@ -12,9 +12,8 @@
 url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
 license=('GPL')
 groups=('base')
-# older initscripts versions required start_udev
 options=(!makeflags !libtool)
-makedepends=('glibc' 'coreutils' 'util-linux' 'pciutils' 'libusb-compat' 'glib2' 'kernel26' 'gperf' 'libxslt' 'gobject-introspection')
+makedepends=('gobject-introspection' 'gperf' 'libxslt')
 source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/$pkgbase-$pkgver.tar.bz2
 	bluetooth.patch
         81-arch.rules)
@@ -35,8 +34,7 @@
   
 package_udev() {
   pkgdesc="The userspace dev tools (udev)"
-  depends=('glibc' 'coreutils' 'util-linux' 'libusb-compat' 'glib2'
-           'module-init-tools>=3.11' 'pciutils')
+  depends=('util-linux' 'libusb-compat' 'glib2' 'module-init-tools' 'pciutils')
   install=udev.install
   backup=(etc/udev/udev.conf)
   conflicts=('pcmcia-cs' 'hotplug' 'initscripts<2009.07')
@@ -53,8 +51,8 @@
   	echo "blacklist $mod" 
   done | sort -u > $pkgdir/lib/modprobe.d/framebuffer_blacklist.conf
 
-  # these static devices are created for convenience, to autoload the modules if necessary
-  # /dev/loop0
+  # /dev/loop0 is created for convenience, to autoload the module if necessary
+  # may be obsoleted by https://lkml.org/lkml/2011/7/30/111
   mknod -m 0660 ${pkgdir}/lib/udev/devices/loop0 b 7 0
   chgrp disk ${pkgdir}/lib/udev/devices/loop0
 




More information about the arch-commits mailing list