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

2014-04-18 Thread Jan Steffens
Date: Friday, April 18, 2014 @ 13:53:02
  Author: heftig
Revision: 211258

0.24.0

Modified:
  xf86-input-wacom/trunk/PKGBUILD
Deleted:
  xf86-input-wacom/trunk/70-wacom.rules

+
 70-wacom.rules |   15 ---
 PKGBUILD   |   15 +--
 2 files changed, 5 insertions(+), 25 deletions(-)

Deleted: 70-wacom.rules
===
--- 70-wacom.rules  2014-04-18 11:45:34 UTC (rev 211257)
+++ 70-wacom.rules  2014-04-18 11:53:02 UTC (rev 211258)
@@ -1,15 +0,0 @@
-ACTION!=add|change, GOTO=wacom_end
-
-# Match all serial wacom tablets with a serial ID starting with WACf
-# Notes: We assign NAME though we shouldn't, but currently the server requires 
it
-#We assign the lot to subsystem pnp too because server reads NAME from
-#the parent device. Once all that's fixed, as simple SUBSYSTEM=tty
-#will do and the ENV{NAME} can be removed.
-SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==WACf*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
-SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==FUJ*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
-
-# inputattach
-SUBSYSTEM==tty|pnp, KERNEL==ttyS[0-9]*, ATTRS{id}==WACf*, 
RUN+=/usr/sbin/modprobe wacom_w8001, RUN+=/usr/sbin/inputattach --daemon 
-w8001 /dev/%k
-
-LABEL=wacom_end
-

Modified: PKGBUILD
===
--- PKGBUILD2014-04-18 11:45:34 UTC (rev 211257)
+++ PKGBUILD2014-04-18 11:53:02 UTC (rev 211258)
@@ -4,21 +4,18 @@
 # Contributor: M Rawash mraw...@gmail.com
 
 pkgname=xf86-input-wacom
-pkgver=0.23.0
-pkgrel=2
+pkgver=0.24.0
+pkgrel=1
 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)
+depends=(libxi libxinerama libxrandr systemd)
 makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 
'scrnsaverproto')
 conflicts=('xorg-server1.15.0' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
-optdepends=('inputattach: support for serial tablets')
-source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2
-70-wacom.rules)
-md5sums=('353642b8a3f2dde089e913be32955aae'
- 'cc46dcb399d5ee62c9feb610c60d1270')
+source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('f487fffe1ba7d661aed84a9e36ea3b70')
 
 build() {
   cd $pkgname-$pkgver
@@ -29,6 +26,4 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
-
-  install -Dm644 ../70-wacom.rules 
$pkgdir/usr/lib/udev/rules.d/70-wacom.rules
 }



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

2013-03-05 Thread Jan Steffens
Date: Tuesday, March 5, 2013 @ 16:53:10
  Author: heftig
Revision: 179471

0.20.0; update udev rules from fedora

Modified:
  xf86-input-wacom/trunk/70-wacom.rules
  xf86-input-wacom/trunk/PKGBUILD

+
 70-wacom.rules |3 +++
 PKGBUILD   |   15 ---
 2 files changed, 11 insertions(+), 7 deletions(-)

Modified: 70-wacom.rules
===
--- 70-wacom.rules  2013-03-05 15:53:09 UTC (rev 179470)
+++ 70-wacom.rules  2013-03-05 15:53:10 UTC (rev 179471)
@@ -8,5 +8,8 @@
 SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==WACf*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
 SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==FUJ*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
 
+# inputattach
+SUBSYSTEM==tty|pnp, KERNEL==ttyS[0-9]*, ATTRS{id}==WACf*, 
RUN+=/usr/sbin/modprobe wacom_w8001, RUN+=/usr/sbin/inputattach --daemon 
-w8001 /dev/%k
+
 LABEL=wacom_end
 

Modified: PKGBUILD
===
--- PKGBUILD2013-03-05 15:53:09 UTC (rev 179470)
+++ PKGBUILD2013-03-05 15:53:10 UTC (rev 179471)
@@ -4,21 +4,22 @@
 # Contributor: M Rawash mraw...@gmail.com
 
 pkgname=xf86-input-wacom
-pkgver=0.19.0
+pkgver=0.20.0
 pkgrel=1
 pkgdesc=X.Org Wacom tablet driver
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=http://linuxwacom.sourceforge.net/;
-license=('GPL')
+license=(GPL)
 backup=('etc/X11/xorg.conf.d/50-wacom.conf')
-depends=('libxi' 'libxrandr' 'libxinerama')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+depends=(libxi libxinerama libxrandr)
+makedepends=('X-ABI-XINPUT_VERSION=18' xorg-server-devel resourceproto 
scrnsaverproto)
 conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+optdepends=('inputattach: support for serial tablets')
 options=(!libtool)
 
source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2
 70-wacom.rules)
-md5sums=('bdc66047bb0afb4ac29882cca16cdfaa'
- '10db4f8272286690255c1bcc18bfdd92')
+md5sums=('a726649cb05c98cb1b18a3b7a4f079ed'
+ 'cc46dcb399d5ee62c9feb610c60d1270')
 
 build() {
   cd $pkgname-$pkgver



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

2011-08-04 Thread Jan Steffens
Date: Thursday, August 4, 2011 @ 14:20:04
  Author: heftig
Revision: 134510

upgpkg: xf86-input-wacom 0.11.1-2
Use udev rules from Fedora to fix udev errors

Modified:
  xf86-input-wacom/trunk/70-wacom.rules
  xf86-input-wacom/trunk/PKGBUILD

+
 70-wacom.rules |   10 +++---
 PKGBUILD   |4 ++--
 2 files changed, 9 insertions(+), 5 deletions(-)

Modified: 70-wacom.rules
===
--- 70-wacom.rules  2011-08-04 17:27:38 UTC (rev 134509)
+++ 70-wacom.rules  2011-08-04 18:20:04 UTC (rev 134510)
@@ -1,8 +1,12 @@
 ACTION!=add|change, GOTO=wacom_end
 
-# Match all wacom tablets with a serial ID starting with WACf
-ATTRS{id}==WACf* ENV{NAME}=Serial Wacom Tablet, ENV{SUBSYSTEM}=input, 
ENV{ID_INPUT}=1, ENV{ID_INPUT_TABLET}=1
-ATTRS{id}==FUJ* ENV{NAME}=Serial Wacom Tablet, ENV{SUBSYSTEM}=input, 
ENV{ID_INPUT}=1, ENV{ID_INPUT_TABLET}=1
+# Match all serial wacom tablets with a serial ID starting with WACf
+# Notes: We assign NAME though we shouldn't, but currently the server requires 
it
+#We assign the lot to subsystem pnp too because server reads NAME from
+#the parent device. Once all that's fixed, as simple SUBSYSTEM=tty
+#will do and the ENV{NAME} can be removed.
+SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==WACf*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
+SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==FUJ*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
 
 LABEL=wacom_end
 

Modified: PKGBUILD
===
--- PKGBUILD2011-08-04 17:27:38 UTC (rev 134509)
+++ PKGBUILD2011-08-04 18:20:04 UTC (rev 134510)
@@ -5,7 +5,7 @@
 
 pkgname=xf86-input-wacom
 pkgver=0.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc=X.Org Wacom tablet driver
 arch=('i686' 'x86_64')
 url=http://linuxwacom.sourceforge.net/;
@@ -18,7 +18,7 @@
 
source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 70-wacom.rules)
 md5sums=('0aec4a338cc583ed497b6af68d6d80ab'
- '4d3665bb2ef8a8190734640dffa4c6f7')
+ '10db4f8272286690255c1bcc18bfdd92')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-07-27 Thread Ionut Biru
Date: Tuesday, July 27, 2010 @ 15:28:11
  Author: ibiru
Revision: 86281

upgpkg: xf86-input-wacom 0.10.8-1 update to 0.10.8 and added fedora's udev 
rule. fixes FS#19434

Added:
  xf86-input-wacom/trunk/70-wacom.rules
Modified:
  xf86-input-wacom/trunk/PKGBUILD

+
 70-wacom.rules |8 
 PKGBUILD   |   16 ++--
 2 files changed, 18 insertions(+), 6 deletions(-)

Added: 70-wacom.rules
===
--- 70-wacom.rules  (rev 0)
+++ 70-wacom.rules  2010-07-27 19:28:11 UTC (rev 86281)
@@ -0,0 +1,8 @@
+ACTION!=add|change, GOTO=wacom_end
+
+# Match all wacom tablets with a serial ID starting with WACf
+ATTRS{id}==WACf* ENV{NAME}=Serial Wacom Tablet, ENV{SUBSYSTEM}=input, 
ENV{ID_INPUT}=1, ENV{ID_INPUT_TABLET}=1
+ATTRS{id}==FUJ* ENV{NAME}=Serial Wacom Tablet, ENV{SUBSYSTEM}=input, 
ENV{ID_INPUT}=1, ENV{ID_INPUT_TABLET}=1
+
+LABEL=wacom_end
+

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 12:17:27 UTC (rev 86280)
+++ PKGBUILD2010-07-27 19:28:11 UTC (rev 86281)
@@ -3,7 +3,7 @@
 # Contributor: M Rawash mraw...@gmail.com
 
 pkgname=xf86-input-wacom
-pkgver=0.10.7
+pkgver=0.10.8
 pkgrel=1
 pkgdesc=X.Org Wacom tablet driver
 arch=('i686' 'x86_64')
@@ -14,12 +14,16 @@
 makedepends=('pkgconfig' 'xorg-server=1.8.0' 'xorg-util-macros')
 conflicts=('xorg-server1.8.0')
 options=(!libtool)
-source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('6892c96853f164b5a40651ce64e2491a')
+source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+70-wacom.rules)
+md5sums=('e2bcc125070a16a7e3608d074d5d27dc'
+ '4d3665bb2ef8a8190734640dffa4c6f7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d || 
return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -D -m 0644 ${srcdir}/70-wacom.rules  
${pkgdir}/lib/udev/rules.d/70-wacom.rules
 }