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

Ray Rashif schiv at archlinux.org
Fri Jul 9 22:08:24 UTC 2010


    Date: Friday, July 9, 2010 @ 18:08:24
  Author: schiv
Revision: 85148

upgpkg: xf86-input-wacom 0.10.7-1
upgpkg: xf86-input-wacom 0.10.6 -> 0.10.7

Modified:
  xf86-input-wacom/trunk/PKGBUILD	(contents, properties)
Deleted:
  xf86-input-wacom/trunk/wacom-0.10.6-serial-identifiers.patch

---------------------------------------+
 PKGBUILD                              |   13 +++++--------
 wacom-0.10.6-serial-identifiers.patch |   32 --------------------------------
 2 files changed, 5 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-09 21:59:18 UTC (rev 85147)
+++ PKGBUILD	2010-07-09 22:08:24 UTC (rev 85148)
@@ -1,10 +1,10 @@
-# $Id: $
+# $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
+pkgver=0.10.7
+pkgrel=1
 pkgdesc="X.Org Wacom tablet driver"
 arch=('i686' 'x86_64')
 url="http://linuxwacom.sourceforge.net/"
@@ -14,14 +14,11 @@
 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')
+source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('6892c96853f164b5a40651ce64e2491a')
 
 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


Property changes on: xf86-input-wacom/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id

Deleted: wacom-0.10.6-serial-identifiers.patch
===================================================================
--- wacom-0.10.6-serial-identifiers.patch	2010-07-09 21:59:18 UTC (rev 85147)
+++ wacom-0.10.6-serial-identifiers.patch	2010-07-09 22:08:24 UTC (rev 85148)
@@ -1,32 +0,0 @@
-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