[arch-commits] Commit in xf86-input-vmmouse/trunk (PKGBUILD)
Laurent Carlier
lcarlier at archlinux.org
Sun Aug 17 12:58:58 UTC 2014
Date: Sunday, August 17, 2014 @ 14:58:58
Author: lcarlier
Revision: 220161
upgpkg: xf86-input-vmmouse 13.0.0-5
fix FS#41466
Modified:
xf86-input-vmmouse/trunk/PKGBUILD
----------+
PKGBUILD | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-08-17 12:50:29 UTC (rev 220160)
+++ PKGBUILD 2014-08-17 12:58:58 UTC (rev 220161)
@@ -3,7 +3,7 @@
pkgname=xf86-input-vmmouse
pkgver=13.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="X.org VMWare Mouse input driver"
arch=(i686 x86_64)
license=('custom')
@@ -12,7 +12,6 @@
makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 'scrnsaverproto')
conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22')
groups=('xorg-drivers' 'xorg')
-backup=('etc/X11/xorg.conf.d/50-vmmouse.conf')
source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
sha256sums=('04cfb60366008d4db815c550d8fb8d0a4270c75fa7a20fa3bddc9ecbd355612c')
@@ -19,7 +18,6 @@
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
- --with-xorg-conf-dir=/etc/X11/xorg.conf.d \
--with-udev-rules-dir=/usr/lib/udev/rules.d
make
}
More information about the arch-commits
mailing list