[arch-commits] Commit in (5 files)

Jan de Groot jgc at archlinux.org
Sat May 8 15:55:03 UTC 2010


    Date: Saturday, May 8, 2010 @ 11:55:02
  Author: jgc
Revision: 79873

Add xf86-input-wacom package

Added:
  xf86-input-wacom/
  xf86-input-wacom/repos/
  xf86-input-wacom/trunk/
  xf86-input-wacom/trunk/PKGBUILD
  xf86-input-wacom/trunk/wacom-0.10.6-serial-identifiers.patch

---------------------------------------+
 PKGBUILD                              |   27 +++++++++++++++++++++++++++
 wacom-0.10.6-serial-identifiers.patch |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

Added: xf86-input-wacom/trunk/PKGBUILD
===================================================================
--- xf86-input-wacom/trunk/PKGBUILD	                        (rev 0)
+++ xf86-input-wacom/trunk/PKGBUILD	2010-05-08 15:55:02 UTC (rev 79873)
@@ -0,0 +1,27 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: M Rawash <mrawash at gmail.com>
+
+pkgname=xf86-input-wacom
+pkgver=0.10.6
+pkgrel=2
+pkgdesc="X.Org Wacom tablet driver"
+arch=('i686' 'x86_64')
+url="http://linuxwacom.sourceforge.net/"
+license=('GPL')
+depends=('libxi')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0' 'xorg-util-macros')
+conflicts=('xorg-server<1.8.0')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+        wacom-0.10.6-serial-identifiers.patch)
+md5sums=('e82b211b5374a539a81d4a37e2751a9b'
+         '422b8a5b58c0c168c3f82e837ba03d49')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/wacom-0.10.6-serial-identifiers.patch" || return 1
+  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d || return 1
+  make || return 1
+  make DESTDIR="${pkgdir}" install || return 1
+}

Added: xf86-input-wacom/trunk/wacom-0.10.6-serial-identifiers.patch
===================================================================
--- xf86-input-wacom/trunk/wacom-0.10.6-serial-identifiers.patch	                        (rev 0)
+++ xf86-input-wacom/trunk/wacom-0.10.6-serial-identifiers.patch	2010-05-08 15:55:02 UTC (rev 79873)
@@ -0,0 +1,32 @@
+From a9746a469b522dded6828851617b3f3ee8c1bf89 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer <peter.hutterer at who-t.net>
+Date: Tue, 27 Apr 2010 13:51:17 +1000
+Subject: [PATCH] conf: add WACf, FUJ02e5 and FUJ02e7 to serial identifers.
+
+Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
+---
+ conf/50-wacom.conf |    8 ++++++++
+ 1 files changed, 8 insertions(+), 0 deletions(-)
+
+diff --git a/conf/50-wacom.conf b/conf/50-wacom.conf
+index e1869e9..9a02b0e 100644
+--- a/conf/50-wacom.conf
++++ b/conf/50-wacom.conf
+@@ -15,6 +15,14 @@ Section "InputClass"
+ 	Option "ForceDevice" "ISDV4"
+ EndSection
+ 
++Section "InputClass"
++        Identifier "Wacom serial class identifiers"
++        MatchProduct "WACf|FUJ02e5|FUJ02e7"
++        Driver "wacom"
++        Option "ForceDevice" "ISDV4"
++EndSection
++
++
+ # N-Trig Duosense Electromagnetic Digitizer
+ Section "InputClass"
+ 	Identifier "Wacom N-Trig class"
+-- 
+1.6.6.1
+




More information about the arch-commits mailing list