[arch-commits] Commit in xf86-input-synaptics/trunk (PKGBUILD add_tapbuttons.diff)

2013-01-05 Thread andyrtr
Date: Saturday, January 5, 2013 @ 08:33:02
  Author: andyrtr
Revision: 174715

upgpkg: xf86-input-synaptics 1.6.2-4

enable MatchDevicePath directive by default - FS#33291

Modified:
  xf86-input-synaptics/trunk/PKGBUILD
  xf86-input-synaptics/trunk/add_tapbuttons.diff

-+
 PKGBUILD|7 ---
 add_tapbuttons.diff |9 +++--
 2 files changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-05 13:32:56 UTC (rev 174714)
+++ PKGBUILD2013-01-05 13:33:02 UTC (rev 174715)
@@ -6,7 +6,7 @@
 
 pkgname=xf86-input-synaptics
 pkgver=1.6.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Synaptics driver for notebook touchpads"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -23,12 +23,13 @@
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 add_tapbuttons.diff)
 sha256sums=('c3f7d6a085d480c352f030aeb43db2e5560d1468ed34be24d44a0fc3fda25920'
-'8c03303d9b63383d4a757447e517248d2d0095f87c6e77a5cd529bbf095bdb1b')
+'5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   
-  # upstream disabled tapping by default if a physical left button is present 
- see FS#33282
+  # * upstream disabled tapping by default if a physical left button is 
present - see FS#33282
+  # * enable MatchDevicePath directive by default - FS#33291
   patch -Np1 -i ${srcdir}/add_tapbuttons.diff
   
   ./configure --prefix=/usr

Modified: add_tapbuttons.diff
===
--- add_tapbuttons.diff 2013-01-05 13:32:56 UTC (rev 174714)
+++ add_tapbuttons.diff 2013-01-05 13:33:02 UTC (rev 174715)
@@ -1,6 +1,6 @@
 --- a/conf/50-synaptics.conf   2012-05-11 01:01:10.0 +0200
-+++ b/conf/50-synaptics.conf.new   2013-01-05 10:17:26.190650773 +0100
-@@ -11,6 +11,9 @@
 b/conf/50-synaptics.conf.new   2013-01-05 14:20:21.959670353 +0100
+@@ -11,10 +11,13 @@
  Identifier "touchpad catchall"
  Driver "synaptics"
  MatchIsTouchpad "on"
@@ -10,3 +10,8 @@
  # This option is recommend on all Linux systems using evdev, but cannot be
  # enabled by default. See the following link for details:
  # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
+-#   MatchDevicePath "/dev/input/event*"
++MatchDevicePath "/dev/input/event*"
+ EndSection
+ 
+ Section "InputClass"



[arch-commits] Commit in xf86-input-synaptics/trunk (PKGBUILD add_tapbuttons.diff)

2016-11-18 Thread Laurent Carlier
Date: Friday, November 18, 2016 @ 08:11:49
  Author: lcarlier
Revision: 281045

upgpkg: xf86-input-synaptics 1.9.0-1

xorg-server-1.19 rebuild

Modified:
  xf86-input-synaptics/trunk/PKGBUILD
Deleted:
  xf86-input-synaptics/trunk/add_tapbuttons.diff

-+
 PKGBUILD|   26 ++
 add_tapbuttons.diff |   15 ---
 2 files changed, 10 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-18 07:58:53 UTC (rev 281044)
+++ PKGBUILD2016-11-18 08:11:49 UTC (rev 281045)
@@ -5,31 +5,25 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xf86-input-synaptics
-pkgver=1.8.99.1
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="Synaptics driver for notebook touchpads"
 arch=('i686' 'x86_64')
 license=('MIT')
-url="http://xorg.freedesktop.org/";
-depends=('libxtst' 'mtdev' 'libevdev')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+url="https://xorg.freedesktop.org/";
+depends=('libxtst' 'libevdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
 replaces=('synaptics')
 provides=('synaptics')
 conflicts=('synaptics')
-groups=('xorg-drivers' 'xorg')
+groups=('xorg-drivers')
 install=xf86-input-synaptics.install
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-
conf-rename-to-70-synaptics-conf.patch::https://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/patch/?id=59e5db025307404fbfbc82f2fb3fe91d6a3005d7)
-sha256sums=('4c895339fa10c4f97b27ab62d974cae2a96e19ae8d52f80ef0fa5c202c67ebaa'
-'aeb6821f5aca797b45a3279473f723ab84c1e8a0617f87b47962813b3ac91e00')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('afba3289d7a40217a19d90db98ce181772f9ca6d77e1898727b0afcf02073b5a'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  
-  patch -Np1 -i ../conf-rename-to-70-synaptics-conf.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   

Deleted: add_tapbuttons.diff
===
--- add_tapbuttons.diff 2016-11-18 07:58:53 UTC (rev 281044)
+++ add_tapbuttons.diff 2016-11-18 08:11:49 UTC (rev 281045)
@@ -1,15 +0,0 @@
 a/conf/50-synaptics.conf   2012-05-11 01:01:10.0 +0200
-+++ b/conf/50-synaptics.conf.new   2013-01-05 14:20:21.959670353 +0100
-@@ -11,10 +11,11 @@
- Identifier "touchpad catchall"
- Driver "synaptics"
- MatchIsTouchpad "on"
-+Option "TapButton1" "1"
- # This option is recommend on all Linux systems using evdev, but cannot be
- # enabled by default. See the following link for details:
- # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
--#   MatchDevicePath "/dev/input/event*"
-+MatchDevicePath "/dev/input/event*"
- EndSection
- 
- Section "InputClass"


[arch-commits] Commit in xf86-input-synaptics/trunk (PKGBUILD add_tapbuttons.diff)

2016-05-03 Thread Laurent Carlier
Date: Wednesday, May 4, 2016 @ 06:15:37
  Author: lcarlier
Revision: 266846

upgpkg: xf86-input-synaptics 1.8.3-4

only enable first tapping button, others can be inverted (FS#33291)

Modified:
  xf86-input-synaptics/trunk/PKGBUILD
  xf86-input-synaptics/trunk/add_tapbuttons.diff

-+
 PKGBUILD|   14 +++---
 add_tapbuttons.diff |4 +---
 2 files changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 02:08:58 UTC (rev 266845)
+++ PKGBUILD2016-05-04 04:15:37 UTC (rev 266846)
@@ -6,7 +6,7 @@
 
 pkgname=xf86-input-synaptics
 pkgver=1.8.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Synaptics driver for notebook touchpads"
 arch=('i686' 'x86_64')
 license=('MIT')
@@ -18,12 +18,19 @@
 provides=('synaptics')
 conflicts=('synaptics')
 groups=('xorg-drivers' 'xorg')
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('d39f100c74f3673778b53f17bab7690161925e25dd998a15dd8cc69b52e83f01')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+add_tapbuttons.diff)
+sha256sums=('d39f100c74f3673778b53f17bab7690161925e25dd998a15dd8cc69b52e83f01'
+'241d7cc04ec9afcc25e10ad0e8858a927e99ec0437bba0645ca4f01dd04bb4e3')
 
 build() {
   cd ${pkgname}-${pkgver}
   
+  # * upstream disabled tapping by default if a physical left button is 
present - FS#33282
+  # * enable only one finger tapping, others can be inverted - FS#49103
+  # * enable MatchDevicePath directive by default - FS#33291
+  patch -Np1 -i ${srcdir}/add_tapbuttons.diff
+
   ./configure --prefix=/usr
   make
 }
@@ -30,6 +37,7 @@
 
 package() {
   cd ${pkgname}-${pkgver}
+  
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"

Modified: add_tapbuttons.diff
===
--- add_tapbuttons.diff 2016-05-04 02:08:58 UTC (rev 266845)
+++ add_tapbuttons.diff 2016-05-04 04:15:37 UTC (rev 266846)
@@ -1,12 +1,10 @@
 --- a/conf/50-synaptics.conf   2012-05-11 01:01:10.0 +0200
 +++ b/conf/50-synaptics.conf.new   2013-01-05 14:20:21.959670353 +0100
-@@ -11,10 +11,13 @@
+@@ -11,10 +11,11 @@
  Identifier "touchpad catchall"
  Driver "synaptics"
  MatchIsTouchpad "on"
 +Option "TapButton1" "1"
-+Option "TapButton2" "2"
-+Option "TapButton3" "3"
  # This option is recommend on all Linux systems using evdev, but cannot be
  # enabled by default. See the following link for details:
  # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html