[arch-commits] Commit in xf86-input-libinput/repos (8 files)
Andreas Radke
andyrtr at archlinux.org
Thu Apr 23 20:07:56 UTC 2015
Date: Thursday, April 23, 2015 @ 22:07:56
Author: andyrtr
Revision: 237968
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
xf86-input-libinput/repos/extra-i686/90-libinput.conf
(from rev 237967, xf86-input-libinput/trunk/90-libinput.conf)
xf86-input-libinput/repos/extra-i686/PKGBUILD
(from rev 237967, xf86-input-libinput/trunk/PKGBUILD)
xf86-input-libinput/repos/extra-x86_64/90-libinput.conf
(from rev 237967, xf86-input-libinput/trunk/90-libinput.conf)
xf86-input-libinput/repos/extra-x86_64/PKGBUILD
(from rev 237967, xf86-input-libinput/trunk/PKGBUILD)
Deleted:
xf86-input-libinput/repos/extra-i686/90-libinput.conf
xf86-input-libinput/repos/extra-i686/PKGBUILD
xf86-input-libinput/repos/extra-x86_64/90-libinput.conf
xf86-input-libinput/repos/extra-x86_64/PKGBUILD
-------------------------------+
/90-libinput.conf | 60 +++++++++++++++++++++++++++++++
/PKGBUILD | 76 ++++++++++++++++++++++++++++++++++++++++
extra-i686/90-libinput.conf | 30 ---------------
extra-i686/PKGBUILD | 39 --------------------
extra-x86_64/90-libinput.conf | 30 ---------------
extra-x86_64/PKGBUILD | 39 --------------------
6 files changed, 136 insertions(+), 138 deletions(-)
Deleted: extra-i686/90-libinput.conf
===================================================================
--- extra-i686/90-libinput.conf 2015-04-23 20:07:35 UTC (rev 237967)
+++ extra-i686/90-libinput.conf 2015-04-23 20:07:56 UTC (rev 237968)
@@ -1,30 +0,0 @@
-# Match on all types of devices but tablet devices and joysticks
-
-Section "InputClass"
- Identifier "libinput pointer catchall"
- MatchIsPointer "on"
- MatchDevicePath "/dev/input/event*"
- Driver "libinput"
-EndSection
-
-Section "InputClass"
- Identifier "libinput keyboard catchall"
- MatchIsKeyboard "on"
- MatchDevicePath "/dev/input/event*"
- Driver "libinput"
-EndSection
-
-Section "InputClass"
- Identifier "libinput touchpad catchall"
- MatchIsTouchpad "on"
- MatchDevicePath "/dev/input/event*"
- Driver "libinput"
-EndSection
-
-Section "InputClass"
- Identifier "libinput touchscreen catchall"
- MatchIsTouchscreen "on"
- MatchDevicePath "/dev/input/event*"
- Driver "libinput"
-EndSection
-
Copied: xf86-input-libinput/repos/extra-i686/90-libinput.conf (from rev 237967, xf86-input-libinput/trunk/90-libinput.conf)
===================================================================
--- extra-i686/90-libinput.conf (rev 0)
+++ extra-i686/90-libinput.conf 2015-04-23 20:07:56 UTC (rev 237968)
@@ -0,0 +1,30 @@
+# Match on all types of devices but tablet devices and joysticks
+
+Section "InputClass"
+ Identifier "libinput pointer catchall"
+ MatchIsPointer "on"
+ MatchDevicePath "/dev/input/event*"
+ Driver "libinput"
+EndSection
+
+Section "InputClass"
+ Identifier "libinput keyboard catchall"
+ MatchIsKeyboard "on"
+ MatchDevicePath "/dev/input/event*"
+ Driver "libinput"
+EndSection
+
+Section "InputClass"
+ Identifier "libinput touchpad catchall"
+ MatchIsTouchpad "on"
+ MatchDevicePath "/dev/input/event*"
+ Driver "libinput"
+EndSection
+
+Section "InputClass"
+ Identifier "libinput touchscreen catchall"
+ MatchIsTouchscreen "on"
+ MatchDevicePath "/dev/input/event*"
+ Driver "libinput"
+EndSection
+
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-04-23 20:07:35 UTC (rev 237967)
+++ extra-i686/PKGBUILD 2015-04-23 20:07:56 UTC (rev 237968)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-
-pkgname=xf86-input-libinput
-pkgver=0.8.0
-pkgrel=2
-pkgdesc="Generic input driver for the X.Org server based on libinput"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/"
-depends=('libinput')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22')
-groups=('xorg-drivers' 'xorg')
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
- 90-libinput.conf)
-sha256sums=('2152b0984feffe8151934ad9af29bde7fc621e0a54b0cdedbaf1abc367dea43a'
- 'SKIP'
- 'd4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office at who-t.net>
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix=/usr --disable-static
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-
- install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
- install -m644 ../90-libinput.conf "${pkgdir}/usr/share/X11/xorg.conf.d/"
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-
Copied: xf86-input-libinput/repos/extra-i686/PKGBUILD (from rev 237967, xf86-input-libinput/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-23 20:07:56 UTC (rev 237968)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=xf86-input-libinput
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Generic input driver for the X.Org server based on libinput"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/"
+depends=('libinput')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22')
+groups=('xorg-drivers' 'xorg')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+ 90-libinput.conf)
+sha256sums=('37f623b7869c700156049fa9204bafd6027bf5c3acd9017919e42199bcc666da'
+ 'SKIP'
+ 'd4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office at who-t.net>
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+
+ install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
+ install -m644 ../90-libinput.conf "${pkgdir}/usr/share/X11/xorg.conf.d/"
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
Deleted: extra-x86_64/90-libinput.conf
===================================================================
--- extra-x86_64/90-libinput.conf 2015-04-23 20:07:35 UTC (rev 237967)
+++ extra-x86_64/90-libinput.conf 2015-04-23 20:07:56 UTC (rev 237968)
@@ -1,30 +0,0 @@
-# Match on all types of devices but tablet devices and joysticks
-
-Section "InputClass"
- Identifier "libinput pointer catchall"
- MatchIsPointer "on"
- MatchDevicePath "/dev/input/event*"
- Driver "libinput"
-EndSection
-
-Section "InputClass"
- Identifier "libinput keyboard catchall"
- MatchIsKeyboard "on"
- MatchDevicePath "/dev/input/event*"
- Driver "libinput"
-EndSection
-
-Section "InputClass"
- Identifier "libinput touchpad catchall"
- MatchIsTouchpad "on"
- MatchDevicePath "/dev/input/event*"
- Driver "libinput"
-EndSection
-
-Section "InputClass"
- Identifier "libinput touchscreen catchall"
- MatchIsTouchscreen "on"
- MatchDevicePath "/dev/input/event*"
- Driver "libinput"
-EndSection
-
Copied: xf86-input-libinput/repos/extra-x86_64/90-libinput.conf (from rev 237967, xf86-input-libinput/trunk/90-libinput.conf)
===================================================================
--- extra-x86_64/90-libinput.conf (rev 0)
+++ extra-x86_64/90-libinput.conf 2015-04-23 20:07:56 UTC (rev 237968)
@@ -0,0 +1,30 @@
+# Match on all types of devices but tablet devices and joysticks
+
+Section "InputClass"
+ Identifier "libinput pointer catchall"
+ MatchIsPointer "on"
+ MatchDevicePath "/dev/input/event*"
+ Driver "libinput"
+EndSection
+
+Section "InputClass"
+ Identifier "libinput keyboard catchall"
+ MatchIsKeyboard "on"
+ MatchDevicePath "/dev/input/event*"
+ Driver "libinput"
+EndSection
+
+Section "InputClass"
+ Identifier "libinput touchpad catchall"
+ MatchIsTouchpad "on"
+ MatchDevicePath "/dev/input/event*"
+ Driver "libinput"
+EndSection
+
+Section "InputClass"
+ Identifier "libinput touchscreen catchall"
+ MatchIsTouchscreen "on"
+ MatchDevicePath "/dev/input/event*"
+ Driver "libinput"
+EndSection
+
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-04-23 20:07:35 UTC (rev 237967)
+++ extra-x86_64/PKGBUILD 2015-04-23 20:07:56 UTC (rev 237968)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-
-pkgname=xf86-input-libinput
-pkgver=0.8.0
-pkgrel=2
-pkgdesc="Generic input driver for the X.Org server based on libinput"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/"
-depends=('libinput')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22')
-groups=('xorg-drivers' 'xorg')
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
- 90-libinput.conf)
-sha256sums=('2152b0984feffe8151934ad9af29bde7fc621e0a54b0cdedbaf1abc367dea43a'
- 'SKIP'
- 'd4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office at who-t.net>
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix=/usr --disable-static
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-
- install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
- install -m644 ../90-libinput.conf "${pkgdir}/usr/share/X11/xorg.conf.d/"
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-
Copied: xf86-input-libinput/repos/extra-x86_64/PKGBUILD (from rev 237967, xf86-input-libinput/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-04-23 20:07:56 UTC (rev 237968)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=xf86-input-libinput
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Generic input driver for the X.Org server based on libinput"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/"
+depends=('libinput')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22')
+groups=('xorg-drivers' 'xorg')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+ 90-libinput.conf)
+sha256sums=('37f623b7869c700156049fa9204bafd6027bf5c3acd9017919e42199bcc666da'
+ 'SKIP'
+ 'd4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office at who-t.net>
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+
+ install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
+ install -m644 ../90-libinput.conf "${pkgdir}/usr/share/X11/xorg.conf.d/"
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
More information about the arch-commits
mailing list