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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jan 5 13:33:03 UTC 2013


    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
===================================================================
--- PKGBUILD	2013-01-05 13:32:56 UTC (rev 174714)
+++ PKGBUILD	2013-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.000000000 +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"




More information about the arch-commits mailing list