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

Laurent Carlier lcarlier at archlinux.org
Wed Apr 27 06:13:33 UTC 2016


    Date: Wednesday, April 27, 2016 @ 08:13:32
  Author: lcarlier
Revision: 266194

upgpkg: xf86-input-synaptics 1.8.3-3

revert FS#33291, custom config should be in /etc/X11/xorg.conf.d (FS#49103)

Modified:
  xf86-input-synaptics/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-26 23:19:16 UTC (rev 266193)
+++ PKGBUILD	2016-04-27 06:13:32 UTC (rev 266194)
@@ -6,7 +6,7 @@
 
 pkgname=xf86-input-synaptics
 pkgver=1.8.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Synaptics driver for notebook touchpads"
 arch=('i686' 'x86_64')
 license=('MIT')
@@ -18,18 +18,12 @@
 provides=('synaptics')
 conflicts=('synaptics')
 groups=('xorg-drivers' 'xorg')
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-        add_tapbuttons.diff)
-sha256sums=('d39f100c74f3673778b53f17bab7690161925e25dd998a15dd8cc69b52e83f01'
-            '5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('d39f100c74f3673778b53f17bab7690161925e25dd998a15dd8cc69b52e83f01')
 
 build() {
   cd ${pkgname}-${pkgver}
   
-  # * 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
   make
 }



More information about the arch-commits mailing list