[arch-commits] Commit in udev/trunk (81-arch.rules PKGBUILD)
Tom Gundersen
tomegun at archlinux.org
Fri Dec 16 17:15:14 UTC 2011
Date: Friday, December 16, 2011 @ 12:15:13
Author: tomegun
Revision: 145088
get rid of the last few arch rules
Modified:
udev/trunk/PKGBUILD
Deleted:
udev/trunk/81-arch.rules
---------------+
81-arch.rules | 9 ---------
PKGBUILD | 8 ++------
2 files changed, 2 insertions(+), 15 deletions(-)
Deleted: 81-arch.rules
===================================================================
--- 81-arch.rules 2011-12-16 15:46:57 UTC (rev 145087)
+++ 81-arch.rules 2011-12-16 17:15:13 UTC (rev 145088)
@@ -1,9 +0,0 @@
-# do not edit this file, it will be overwritten on update
-# this file is going away in the near future
-
-# this might belong in <http://aur.archlinux.org/packages.php?ID=22698>
-# see also /usr/src/*/Documentation/laptops/sonypi.txt
-KERNEL=="sonypi", MODE="0666"
-
-# this might belong in <https://aur.archlinux.org/packages.php?ID=18393>
-KERNEL=="legousbtower*", MODE="0666"
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-12-16 15:46:57 UTC (rev 145087)
+++ PKGBUILD 2011-12-16 17:15:13 UTC (rev 145088)
@@ -15,8 +15,7 @@
options=(!makeflags !libtool)
makedepends=('gobject-introspection' 'gperf')
#source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/$pkgbase-$pkgver.tar.bz2
-source=(http://people.freedesktop.org/~kay/udev/$pkgbase-$pkgver.tar.bz2
- 81-arch.rules)
+source=(http://people.freedesktop.org/~kay/udev/$pkgbase-$pkgver.tar.bz2)
build() {
cd $srcdir/$pkgbase-$pkgver
@@ -42,8 +41,6 @@
cd $srcdir/$pkgbase-$pkgver
make DESTDIR=${pkgdir} install
- # Install our rule for permissions and symlinks
- install -D -m644 $srcdir/81-arch.rules $pkgdir/lib/udev/rules.d/81-arch.rules
# create framebuffer blacklist
mkdir -p $pkgdir/lib/modprobe.d/
@@ -97,5 +94,4 @@
# /dev/ppp
mknod -m 0600 ${pkgdir}/lib/udev/devices/ppp c 108 0
}
-md5sums=('2fc9c1efcbde98e3d73ffee7a77aea47'
- '3da2bb9891592f9438a07bd641465531')
+md5sums=('2fc9c1efcbde98e3d73ffee7a77aea47')
More information about the arch-commits
mailing list