[arch-commits] Commit in xf86-input-vmmouse/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Apr 14 08:42:28 UTC 2012


    Date: Saturday, April 14, 2012 @ 04:42:28
  Author: andyrtr
Revision: 156116

upgpkg: xf86-input-vmmouse 12.8.0-2

rebuild for /lib -> /usr/lib move; move udev files to new rules.d directory

Modified:
  xf86-input-vmmouse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-14 08:37:37 UTC (rev 156115)
+++ PKGBUILD	2012-04-14 08:42:28 UTC (rev 156116)
@@ -3,7 +3,7 @@
 
 pkgname=xf86-input-vmmouse
 pkgver=12.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org VMWare Mouse input driver"
 arch=(i686 x86_64)
 license=('custom')
@@ -19,7 +19,9 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
+  ./configure --prefix=/usr \
+    --with-xorg-conf-dir=/etc/X11/xorg.conf.d \
+    --with-udev-rules-dir=/usr/lib/udev/rules.d
   make
 }
 
@@ -28,5 +30,5 @@
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-  rm -rf ${pkgdir}/usr/{lib,share}/hal
+  rm -rfv ${pkgdir}/usr/{lib,share}/hal
 }




More information about the arch-commits mailing list