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

Jan de Groot jgc at archlinux.org
Tue Aug 24 09:16:02 UTC 2010


    Date: Tuesday, August 24, 2010 @ 05:16:01
  Author: jgc
Revision: 88604

upgpkg: xf86-input-vmmouse 12.6.10-1
Improve configuration handling. Remove hal fdi file, we no longer use hal for this

Modified:
  xf86-input-vmmouse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-24 09:13:32 UTC (rev 88603)
+++ PKGBUILD	2010-08-24 09:16:01 UTC (rev 88604)
@@ -12,18 +12,17 @@
 makedepends=('xorg-server-devel')
 conflicts=('xorg-server<1.9.0')
 groups=('xorg-input-drivers')
+backup=('etc/X11/xorg.conf.d/50-vmmouse.conf')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha1sums=('4c510d3f3ceaeb3bf826d440a406fe53fd85902c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
   make
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-
-  install -m755 -d "${pkgdir}/etc"
-  mv "${pkgdir}/usr/share/X11" "${pkgdir}/etc/"
+  rm -rf "${pkgdir}/usr/share/hal"
 }




More information about the arch-commits mailing list