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

Jan Steffens heftig at archlinux.org
Mon Aug 4 23:31:08 UTC 2014


    Date: Tuesday, August 5, 2014 @ 01:31:07
  Author: heftig
Revision: 219297

FS41467 move configuration

Modified:
  xf86-input-wacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-04 21:47:13 UTC (rev 219296)
+++ PKGBUILD	2014-08-04 23:31:07 UTC (rev 219297)
@@ -5,12 +5,11 @@
 
 pkgname=xf86-input-wacom
 pkgver=0.25.0
-pkgrel=2
+pkgrel=3
 pkgdesc="X.Org Wacom tablet driver"
 arch=(i686 x86_64)
 url="http://linuxwacom.sourceforge.net/"
 license=(GPL)
-backup=('etc/X11/xorg.conf.d/50-wacom.conf')
 depends=(libxi libxinerama libxrandr systemd)
 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')
@@ -19,7 +18,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
+  ./configure --prefix=/usr
   make
 }
 




More information about the arch-commits mailing list