[arch-commits] Commit in xf86-input-synaptics/trunk (10-synaptics.conf PKGBUILD)
Jan de Groot
jgc at archlinux.org
Fri Nov 19 12:10:53 UTC 2010
Date: Friday, November 19, 2010 @ 07:10:53
Author: jgc
Revision: 99886
upgpkg: xf86-input-synaptics 1.3.0-2
Fix configuration (FS#20830)
Modified:
xf86-input-synaptics/trunk/10-synaptics.conf
xf86-input-synaptics/trunk/PKGBUILD
-------------------+
10-synaptics.conf | 7 ++++---
PKGBUILD | 6 +++---
2 files changed, 7 insertions(+), 6 deletions(-)
Modified: 10-synaptics.conf
===================================================================
--- 10-synaptics.conf 2010-11-19 12:04:39 UTC (rev 99885)
+++ 10-synaptics.conf 2010-11-19 12:10:53 UTC (rev 99886)
@@ -2,7 +2,8 @@
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
- Option "TapButton1" "1"
- Option "TapButton2" "2"
- Option "TapButton3" "3"
+ MatchDevicePath "/dev/input/event*"
+ Option "TapButton1" "1"
+ Option "TapButton2" "2"
+ Option "TapButton3" "3"
EndSection
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-11-19 12:04:39 UTC (rev 99885)
+++ PKGBUILD 2010-11-19 12:10:53 UTC (rev 99886)
@@ -6,8 +6,8 @@
pkgname=xf86-input-synaptics
pkgver=1.3.0
-pkgrel=1
-pkgdesc="synaptics driver for notebook touchpads"
+pkgrel=2
+pkgdesc="Synaptics driver for notebook touchpads"
arch=(i686 x86_64)
license=('custom')
url="http://xorg.freedesktop.org/"
@@ -23,7 +23,7 @@
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
10-synaptics.conf)
sha1sums=('132fff19a3a1768e7ab403f44ebc28e0480a4120'
- '70ddc39abc03c3b5b8071b70b5553f84e01d78b2')
+ '68e1f4ef5e1038231d210eb422fa4d18c5922f0f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list