[arch-commits] Commit in xf86-input-synaptics/repos (6 files)
Laurent Carlier
lcarlier at archlinux.org
Wed Apr 27 06:13:39 UTC 2016
Date: Wednesday, April 27, 2016 @ 08:13:39
Author: lcarlier
Revision: 266195
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
xf86-input-synaptics/repos/testing-i686/
xf86-input-synaptics/repos/testing-i686/PKGBUILD
(from rev 266194, xf86-input-synaptics/trunk/PKGBUILD)
xf86-input-synaptics/repos/testing-i686/add_tapbuttons.diff
(from rev 266194, xf86-input-synaptics/trunk/add_tapbuttons.diff)
xf86-input-synaptics/repos/testing-x86_64/
xf86-input-synaptics/repos/testing-x86_64/PKGBUILD
(from rev 266194, xf86-input-synaptics/trunk/PKGBUILD)
xf86-input-synaptics/repos/testing-x86_64/add_tapbuttons.diff
(from rev 266194, xf86-input-synaptics/trunk/add_tapbuttons.diff)
------------------------------------+
testing-i686/PKGBUILD | 36 +++++++++++++++++++++++++++++++++++
testing-i686/add_tapbuttons.diff | 17 ++++++++++++++++
testing-x86_64/PKGBUILD | 36 +++++++++++++++++++++++++++++++++++
testing-x86_64/add_tapbuttons.diff | 17 ++++++++++++++++
4 files changed, 106 insertions(+)
Copied: xf86-input-synaptics/repos/testing-i686/PKGBUILD (from rev 266194, xf86-input-synaptics/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-04-27 06:13:39 UTC (rev 266195)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Thomas Bächler <thomas at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=xf86-input-synaptics
+pkgver=1.8.3
+pkgrel=3
+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')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('d39f100c74f3673778b53f17bab7690161925e25dd998a15dd8cc69b52e83f01')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
Copied: xf86-input-synaptics/repos/testing-i686/add_tapbuttons.diff (from rev 266194, xf86-input-synaptics/trunk/add_tapbuttons.diff)
===================================================================
--- testing-i686/add_tapbuttons.diff (rev 0)
+++ testing-i686/add_tapbuttons.diff 2016-04-27 06:13:39 UTC (rev 266195)
@@ -0,0 +1,17 @@
+--- a/conf/50-synaptics.conf 2012-05-11 01:01:10.000000000 +0200
++++ 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"
++ 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
+-# MatchDevicePath "/dev/input/event*"
++ MatchDevicePath "/dev/input/event*"
+ EndSection
+
+ Section "InputClass"
Copied: xf86-input-synaptics/repos/testing-x86_64/PKGBUILD (from rev 266194, xf86-input-synaptics/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-27 06:13:39 UTC (rev 266195)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Thomas Bächler <thomas at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=xf86-input-synaptics
+pkgver=1.8.3
+pkgrel=3
+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')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('d39f100c74f3673778b53f17bab7690161925e25dd998a15dd8cc69b52e83f01')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
Copied: xf86-input-synaptics/repos/testing-x86_64/add_tapbuttons.diff (from rev 266194, xf86-input-synaptics/trunk/add_tapbuttons.diff)
===================================================================
--- testing-x86_64/add_tapbuttons.diff (rev 0)
+++ testing-x86_64/add_tapbuttons.diff 2016-04-27 06:13:39 UTC (rev 266195)
@@ -0,0 +1,17 @@
+--- a/conf/50-synaptics.conf 2012-05-11 01:01:10.000000000 +0200
++++ 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"
++ 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
+-# MatchDevicePath "/dev/input/event*"
++ MatchDevicePath "/dev/input/event*"
+ EndSection
+
+ Section "InputClass"
More information about the arch-commits
mailing list