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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Feb 21 06:47:20 UTC 2012


    Date: Tuesday, February 21, 2012 @ 01:47:20
  Author: andyrtr
Revision: 150719

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

Added:
  xf86-input-synaptics/repos/testing-i686/10-synaptics.conf
    (from rev 150718, xf86-input-synaptics/trunk/10-synaptics.conf)
  xf86-input-synaptics/repos/testing-i686/PKGBUILD
    (from rev 150718, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/testing-x86_64/10-synaptics.conf
    (from rev 150718, xf86-input-synaptics/trunk/10-synaptics.conf)
  xf86-input-synaptics/repos/testing-x86_64/PKGBUILD
    (from rev 150718, xf86-input-synaptics/trunk/PKGBUILD)
Deleted:
  xf86-input-synaptics/repos/testing-i686/10-synaptics.conf
  xf86-input-synaptics/repos/testing-i686/PKGBUILD
  xf86-input-synaptics/repos/testing-x86_64/10-synaptics.conf
  xf86-input-synaptics/repos/testing-x86_64/PKGBUILD

----------------------------------+
 testing-i686/10-synaptics.conf   |   18 +++---
 testing-i686/PKGBUILD            |   96 ++++++++++++++++++-------------------
 testing-x86_64/10-synaptics.conf |   18 +++---
 testing-x86_64/PKGBUILD          |   96 ++++++++++++++++++-------------------
 4 files changed, 114 insertions(+), 114 deletions(-)

Deleted: testing-i686/10-synaptics.conf
===================================================================
--- testing-i686/10-synaptics.conf	2012-02-21 06:46:42 UTC (rev 150718)
+++ testing-i686/10-synaptics.conf	2012-02-21 06:47:20 UTC (rev 150719)
@@ -1,9 +0,0 @@
-Section "InputClass"
-        Identifier "touchpad catchall"
-        Driver "synaptics"
-        MatchIsTouchpad "on"
-        MatchDevicePath "/dev/input/event*"
-        Option "TapButton1" "1"
-        Option "TapButton2" "2"
-        Option "TapButton3" "3"
-EndSection

Copied: xf86-input-synaptics/repos/testing-i686/10-synaptics.conf (from rev 150718, xf86-input-synaptics/trunk/10-synaptics.conf)
===================================================================
--- testing-i686/10-synaptics.conf	                        (rev 0)
+++ testing-i686/10-synaptics.conf	2012-02-21 06:47:20 UTC (rev 150719)
@@ -0,0 +1,9 @@
+Section "InputClass"
+        Identifier "touchpad catchall"
+        Driver "synaptics"
+        MatchIsTouchpad "on"
+        MatchDevicePath "/dev/input/event*"
+        Option "TapButton1" "1"
+        Option "TapButton2" "2"
+        Option "TapButton3" "3"
+EndSection

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2012-02-21 06:46:42 UTC (rev 150718)
+++ testing-i686/PKGBUILD	2012-02-21 06:47:20 UTC (rev 150719)
@@ -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.5.99
-pkgrel=0.1
-_gitver=e6032c34515a19ebac09090028f806d82ddfb62d
-pkgdesc="Synaptics driver for notebook touchpads"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/"
-depends=('libxtst')
-makedepends=('xorg-server-devel>=1.11.99.902' 'libxi' 'libx11')
-conflicts=('xorg-server<1.11.99.902')
-replaces=('synaptics')
-provides=('synaptics')
-conflicts=('synaptics')
-groups=('xorg-drivers' 'xorg')
-options=(!libtool)
-backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
-source=(#http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-		http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/snapshot/xf86-input-synaptics-${_gitver}.tar.gz
-        10-synaptics.conf)
-md5sums=('82556d741fe2bc45c4ab4648cb77700d'
-         '3b81a81b958dfe3cac3cdef7ee85f1ce')
-
-build() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-  cd ${srcdir}/${pkgname}*
-  autoreconf -fi
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  #cd "${srcdir}/${pkgname}-${pkgver}"
-  cd ${srcdir}/${pkgname}*
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
-  install -m644 "${srcdir}/10-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/testing-i686/PKGBUILD (from rev 150718, xf86-input-synaptics/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-02-21 06:47:20 UTC (rev 150719)
@@ -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.5.99
+pkgrel=0.2
+_gitver=dfc3a8ed713c2878407c6443c4d3092da3125e0c
+pkgdesc="Synaptics driver for notebook touchpads"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/"
+depends=('libxtst')
+makedepends=('xorg-server-devel>=1.11.99.902' 'libxi' 'libx11')
+conflicts=('xorg-server<1.11.99.902')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+options=(!libtool)
+backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
+source=(#http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+		http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/snapshot/xf86-input-synaptics-${_gitver}.tar.gz
+        10-synaptics.conf)
+md5sums=('5e21cc5c7f61802ac340968caf9db7de'
+         '3b81a81b958dfe3cac3cdef7ee85f1ce')
+
+build() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${srcdir}/${pkgname}*
+  autoreconf -fi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  #cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${srcdir}/${pkgname}*
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
+  install -m644 "${srcdir}/10-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: testing-x86_64/10-synaptics.conf
===================================================================
--- testing-x86_64/10-synaptics.conf	2012-02-21 06:46:42 UTC (rev 150718)
+++ testing-x86_64/10-synaptics.conf	2012-02-21 06:47:20 UTC (rev 150719)
@@ -1,9 +0,0 @@
-Section "InputClass"
-        Identifier "touchpad catchall"
-        Driver "synaptics"
-        MatchIsTouchpad "on"
-        MatchDevicePath "/dev/input/event*"
-        Option "TapButton1" "1"
-        Option "TapButton2" "2"
-        Option "TapButton3" "3"
-EndSection

Copied: xf86-input-synaptics/repos/testing-x86_64/10-synaptics.conf (from rev 150718, xf86-input-synaptics/trunk/10-synaptics.conf)
===================================================================
--- testing-x86_64/10-synaptics.conf	                        (rev 0)
+++ testing-x86_64/10-synaptics.conf	2012-02-21 06:47:20 UTC (rev 150719)
@@ -0,0 +1,9 @@
+Section "InputClass"
+        Identifier "touchpad catchall"
+        Driver "synaptics"
+        MatchIsTouchpad "on"
+        MatchDevicePath "/dev/input/event*"
+        Option "TapButton1" "1"
+        Option "TapButton2" "2"
+        Option "TapButton3" "3"
+EndSection

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2012-02-21 06:46:42 UTC (rev 150718)
+++ testing-x86_64/PKGBUILD	2012-02-21 06:47:20 UTC (rev 150719)
@@ -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.5.99
-pkgrel=0.1
-_gitver=e6032c34515a19ebac09090028f806d82ddfb62d
-pkgdesc="Synaptics driver for notebook touchpads"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/"
-depends=('libxtst')
-makedepends=('xorg-server-devel>=1.11.99.902' 'libxi' 'libx11')
-conflicts=('xorg-server<1.11.99.902')
-replaces=('synaptics')
-provides=('synaptics')
-conflicts=('synaptics')
-groups=('xorg-drivers' 'xorg')
-options=(!libtool)
-backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
-source=(#http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-		http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/snapshot/xf86-input-synaptics-${_gitver}.tar.gz
-        10-synaptics.conf)
-md5sums=('82556d741fe2bc45c4ab4648cb77700d'
-         '3b81a81b958dfe3cac3cdef7ee85f1ce')
-
-build() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-  cd ${srcdir}/${pkgname}*
-  autoreconf -fi
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  #cd "${srcdir}/${pkgname}-${pkgver}"
-  cd ${srcdir}/${pkgname}*
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
-  install -m644 "${srcdir}/10-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/testing-x86_64/PKGBUILD (from rev 150718, xf86-input-synaptics/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-02-21 06:47:20 UTC (rev 150719)
@@ -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.5.99
+pkgrel=0.2
+_gitver=dfc3a8ed713c2878407c6443c4d3092da3125e0c
+pkgdesc="Synaptics driver for notebook touchpads"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/"
+depends=('libxtst')
+makedepends=('xorg-server-devel>=1.11.99.902' 'libxi' 'libx11')
+conflicts=('xorg-server<1.11.99.902')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+options=(!libtool)
+backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
+source=(#http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+		http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/snapshot/xf86-input-synaptics-${_gitver}.tar.gz
+        10-synaptics.conf)
+md5sums=('5e21cc5c7f61802ac340968caf9db7de'
+         '3b81a81b958dfe3cac3cdef7ee85f1ce')
+
+build() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${srcdir}/${pkgname}*
+  autoreconf -fi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  #cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${srcdir}/${pkgname}*
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
+  install -m644 "${srcdir}/10-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"
+}




More information about the arch-commits mailing list