[arch-commits] CVS update of extra/x11-drivers/xf86-input-vmmouse (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Sat Sep 22 18:04:19 UTC 2007


    Date: Saturday, September 22, 2007 @ 14:04:19
  Author: alexander
    Path: /home/cvs-extra/extra/x11-drivers/xf86-input-vmmouse

Modified: PKGBUILD (1.3 -> 1.4)

* upgrade to X.org 7.3


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


Index: extra/x11-drivers/xf86-input-vmmouse/PKGBUILD
diff -u extra/x11-drivers/xf86-input-vmmouse/PKGBUILD:1.3 extra/x11-drivers/xf86-input-vmmouse/PKGBUILD:1.4
--- extra/x11-drivers/xf86-input-vmmouse/PKGBUILD:1.3	Sat Jun  2 04:10:28 2007
+++ extra/x11-drivers/xf86-input-vmmouse/PKGBUILD	Sat Sep 22 14:04:19 2007
@@ -1,23 +1,26 @@
-# $Id: PKGBUILD,v 1.3 2007/06/02 08:10:28 alexander Exp $
+# $Id: PKGBUILD,v 1.4 2007/09/22 18:04:19 alexander Exp $
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=xf86-input-vmmouse
 pkgver=12.4.1
-pkgrel=2
+pkgrel=4
 pkgdesc="X.org VMWare Mouse input driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
 depends=('glibc')
 makedepends=('pkgconfig' 'xorg-server>=1.2.0')
 groups=('xorg-input-drivers')
-options=('nolibtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+        new-server.patch)
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
+  patch -Np1 -i ${startdir}/src/new-server.patch || return 1
   ./configure --prefix=/usr \
               --build=${CHOST} --host=${CHOST}
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }
-md5sums=('93fb2dfc2cf3dd753c512bf5c34d77d5')
+md5sums=('93fb2dfc2cf3dd753c512bf5c34d77d5'
+         '4632cf861a102ff44f844f0b52b50317')




More information about the arch-commits mailing list