[arch-commits] Commit in xf86-input-synaptics/repos (8 files)

Andreas Radke andyrtr at nymeria.archlinux.org
Sat May 18 11:02:58 UTC 2013


    Date: Saturday, May 18, 2013 @ 13:02:57
  Author: andyrtr
Revision: 185760

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xf86-input-synaptics/repos/extra-i686/PKGBUILD
    (from rev 185759, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/extra-i686/add_tapbuttons.diff
    (from rev 185759, xf86-input-synaptics/trunk/add_tapbuttons.diff)
  xf86-input-synaptics/repos/extra-x86_64/PKGBUILD
    (from rev 185759, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/extra-x86_64/add_tapbuttons.diff
    (from rev 185759, xf86-input-synaptics/trunk/add_tapbuttons.diff)
Deleted:
  xf86-input-synaptics/repos/extra-i686/PKGBUILD
  xf86-input-synaptics/repos/extra-i686/add_tapbuttons.diff
  xf86-input-synaptics/repos/extra-x86_64/PKGBUILD
  xf86-input-synaptics/repos/extra-x86_64/add_tapbuttons.diff

----------------------------------+
 /PKGBUILD                        |   96 +++++++++++++++++++++++++++++++++++++
 /add_tapbuttons.diff             |   34 +++++++++++++
 extra-i686/PKGBUILD              |   48 ------------------
 extra-i686/add_tapbuttons.diff   |   17 ------
 extra-x86_64/PKGBUILD            |   48 ------------------
 extra-x86_64/add_tapbuttons.diff |   17 ------
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-05-18 11:02:38 UTC (rev 185759)
+++ extra-i686/PKGBUILD	2013-05-18 11:02:57 UTC (rev 185760)
@@ -1,48 +0,0 @@
-# $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.7.0
-pkgrel=1
-pkgdesc="Synaptics driver for notebook touchpads"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/"
-depends=('libxtst' 'mtdev')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=19' 'libxi' 'libx11' 'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server<1.14.0' 'X-ABI-XINPUT_VERSION<19' 'X-ABI-XINPUT_VERSION>=20')
-replaces=('synaptics')
-provides=('synaptics')
-conflicts=('synaptics')
-groups=('xorg-drivers' 'xorg')
-options=(!libtool)
-backup=('etc/X11/xorg.conf.d/50-synaptics.conf')
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-        add_tapbuttons.diff)
-sha256sums=('d6f1ad0b0653dddbe2e2db7e2f06c1860e491045e87a6577b63568d65e5d0f0e'
-            '5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
-
-build() {
-  cd "${srcdir}/${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
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
-  install -m644 conf/50-synaptics.conf "${pkgdir}/etc/X11/xorg.conf.d/"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-
-  rm -rf "${pkgdir}/usr/share/X11"
-}

Copied: xf86-input-synaptics/repos/extra-i686/PKGBUILD (from rev 185759, xf86-input-synaptics/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-05-18 11:02:57 UTC (rev 185760)
@@ -0,0 +1,48 @@
+# $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.7.1
+pkgrel=1
+pkgdesc="Synaptics driver for notebook touchpads"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/"
+depends=('libxtst' 'mtdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=19' 'libxi' 'libx11' 'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.14.0' 'X-ABI-XINPUT_VERSION<19' 'X-ABI-XINPUT_VERSION>=20')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+options=(!libtool)
+backup=('etc/X11/xorg.conf.d/50-synaptics.conf')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+        add_tapbuttons.diff)
+sha256sums=('db5825660e1fb23190697f609bf75d4450fe707344a14298e1c9b47039bbb58e'
+            '5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
+
+build() {
+  cd "${srcdir}/${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
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
+  install -m644 conf/50-synaptics.conf "${pkgdir}/etc/X11/xorg.conf.d/"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+
+  rm -rf "${pkgdir}/usr/share/X11"
+}

Deleted: extra-i686/add_tapbuttons.diff
===================================================================
--- extra-i686/add_tapbuttons.diff	2013-05-18 11:02:38 UTC (rev 185759)
+++ extra-i686/add_tapbuttons.diff	2013-05-18 11:02:57 UTC (rev 185760)
@@ -1,17 +0,0 @@
---- 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/extra-i686/add_tapbuttons.diff (from rev 185759, xf86-input-synaptics/trunk/add_tapbuttons.diff)
===================================================================
--- extra-i686/add_tapbuttons.diff	                        (rev 0)
+++ extra-i686/add_tapbuttons.diff	2013-05-18 11:02:57 UTC (rev 185760)
@@ -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"

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-05-18 11:02:38 UTC (rev 185759)
+++ extra-x86_64/PKGBUILD	2013-05-18 11:02:57 UTC (rev 185760)
@@ -1,48 +0,0 @@
-# $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.7.0
-pkgrel=1
-pkgdesc="Synaptics driver for notebook touchpads"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/"
-depends=('libxtst' 'mtdev')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=19' 'libxi' 'libx11' 'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server<1.14.0' 'X-ABI-XINPUT_VERSION<19' 'X-ABI-XINPUT_VERSION>=20')
-replaces=('synaptics')
-provides=('synaptics')
-conflicts=('synaptics')
-groups=('xorg-drivers' 'xorg')
-options=(!libtool)
-backup=('etc/X11/xorg.conf.d/50-synaptics.conf')
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-        add_tapbuttons.diff)
-sha256sums=('d6f1ad0b0653dddbe2e2db7e2f06c1860e491045e87a6577b63568d65e5d0f0e'
-            '5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
-
-build() {
-  cd "${srcdir}/${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
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
-  install -m644 conf/50-synaptics.conf "${pkgdir}/etc/X11/xorg.conf.d/"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-
-  rm -rf "${pkgdir}/usr/share/X11"
-}

Copied: xf86-input-synaptics/repos/extra-x86_64/PKGBUILD (from rev 185759, xf86-input-synaptics/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-05-18 11:02:57 UTC (rev 185760)
@@ -0,0 +1,48 @@
+# $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.7.1
+pkgrel=1
+pkgdesc="Synaptics driver for notebook touchpads"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/"
+depends=('libxtst' 'mtdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=19' 'libxi' 'libx11' 'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.14.0' 'X-ABI-XINPUT_VERSION<19' 'X-ABI-XINPUT_VERSION>=20')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+options=(!libtool)
+backup=('etc/X11/xorg.conf.d/50-synaptics.conf')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+        add_tapbuttons.diff)
+sha256sums=('db5825660e1fb23190697f609bf75d4450fe707344a14298e1c9b47039bbb58e'
+            '5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
+
+build() {
+  cd "${srcdir}/${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
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
+  install -m644 conf/50-synaptics.conf "${pkgdir}/etc/X11/xorg.conf.d/"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+
+  rm -rf "${pkgdir}/usr/share/X11"
+}

Deleted: extra-x86_64/add_tapbuttons.diff
===================================================================
--- extra-x86_64/add_tapbuttons.diff	2013-05-18 11:02:38 UTC (rev 185759)
+++ extra-x86_64/add_tapbuttons.diff	2013-05-18 11:02:57 UTC (rev 185760)
@@ -1,17 +0,0 @@
---- 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/extra-x86_64/add_tapbuttons.diff (from rev 185759, xf86-input-synaptics/trunk/add_tapbuttons.diff)
===================================================================
--- extra-x86_64/add_tapbuttons.diff	                        (rev 0)
+++ extra-x86_64/add_tapbuttons.diff	2013-05-18 11:02:57 UTC (rev 185760)
@@ -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