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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Mar 15 17:46:26 UTC 2012


    Date: Thursday, March 15, 2012 @ 13:46:26
  Author: andyrtr
Revision: 153530

upgpkg: xf86-input-synaptics 1.5.99.901-2

add patch to fix inverted circular scrolling direction

Modified:
  xf86-input-synaptics/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-15 17:34:25 UTC (rev 153529)
+++ PKGBUILD	2012-03-15 17:46:26 UTC (rev 153530)
@@ -6,7 +6,7 @@
 
 pkgname=xf86-input-synaptics
 pkgver=1.5.99.901
-pkgrel=1
+pkgrel=2
 pkgdesc="Synaptics driver for notebook touchpads"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -21,12 +21,15 @@
 options=(!libtool)
 backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
 source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-        10-synaptics.conf)
+        10-synaptics.conf
+        synaptics-Fix-inverted-circular-scrolling-direction.patch)
 sha1sums=('8836b1c2bf443b2c11f38457e203c5309698d9d0'
-          '68e1f4ef5e1038231d210eb422fa4d18c5922f0f')
+          '68e1f4ef5e1038231d210eb422fa4d18c5922f0f'
+          '2e35cde5db6c435f612a5c6802f33aca8ba1b6bb')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ${srcdir}/synaptics-Fix-inverted-circular-scrolling-direction.patch
   ./configure --prefix=/usr
   make
 }




More information about the arch-commits mailing list