[arch-commits] Commit in xf86-input-libinput/trunk (90-libinput.conf PKGBUILD)

2015-10-27 Thread Laurent Carlier
Date: Tuesday, October 27, 2015 @ 15:08:01
  Author: lcarlier
Revision: 249794

upgpkg: xf86-input-libinput 0.15.0-1

upstream update 0.15.0

Modified:
  xf86-input-libinput/trunk/PKGBUILD
Deleted:
  xf86-input-libinput/trunk/90-libinput.conf

--+
 90-libinput.conf |   30 --
 PKGBUILD |   13 +
 2 files changed, 5 insertions(+), 38 deletions(-)

Deleted: 90-libinput.conf
===
--- 90-libinput.conf2015-10-27 13:31:49 UTC (rev 249793)
+++ 90-libinput.conf2015-10-27 14:08:01 UTC (rev 249794)
@@ -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
-

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 13:31:49 UTC (rev 249793)
+++ PKGBUILD2015-10-27 14:08:01 UTC (rev 249794)
@@ -2,8 +2,8 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=xf86-input-libinput
-pkgver=0.14.0
-pkgrel=3
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="Generic input driver for the X.Org server based on libinput"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -13,11 +13,9 @@
 conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21.1' 
'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
 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
-sha256sums=('e8d05798a556e5ea0d9f1823bb632e425487e8bcf89711ed93b079bbee742265'
+sha256sums=('28707c504194648b11a1e26acf13039b60bf344efa6aa9788afed6d47f019a41'
 'SKIP'
-'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75'
 'e76d54a6d077c20069b99182f174b0f95a8668ba511e6e5d1b8a498dc6b6d96b')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
@@ -31,7 +29,8 @@
 build() {
   cd ${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr \
+--disable-static
   make
 }
 
@@ -40,8 +39,6 @@
 
   make DESTDIR="${pkgdir}" install
 
-  install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
-  install -m644 ${srcdir}/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}/"
 }


[arch-commits] Commit in xf86-input-libinput/trunk (90-libinput.conf PKGBUILD)

2015-09-04 Thread Laurent Carlier
Date: Friday, September 4, 2015 @ 20:06:31
  Author: lcarlier
Revision: 245299

upgpkg: xf86-input-libinput 0.14.0-3

revert to old config file (FS#46198)

Added:
  xf86-input-libinput/trunk/90-libinput.conf
Modified:
  xf86-input-libinput/trunk/PKGBUILD

--+
 90-libinput.conf |   30 ++
 PKGBUILD |6 --
 2 files changed, 34 insertions(+), 2 deletions(-)

Added: 90-libinput.conf
===
--- 90-libinput.conf(rev 0)
+++ 90-libinput.conf2015-09-04 18:06:31 UTC (rev 245299)
@@ -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
+

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 17:54:30 UTC (rev 245298)
+++ PKGBUILD2015-09-04 18:06:31 UTC (rev 245299)
@@ -3,7 +3,7 @@
 
 pkgname=xf86-input-libinput
 pkgver=0.14.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Generic input driver for the X.Org server based on libinput"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -13,9 +13,11 @@
 conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21.1' 
'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
 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
 sha256sums=('e8d05798a556e5ea0d9f1823bb632e425487e8bcf89711ed93b079bbee742265'
 'SKIP'
+'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75'
 'e76d54a6d077c20069b99182f174b0f95a8668ba511e6e5d1b8a498dc6b6d96b')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
@@ -39,7 +41,7 @@
   make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
-  install -m644 conf/99-libinput.conf 
"${pkgdir}/usr/share/X11/xorg.conf.d/90-libinput.conf"
+  install -m644 ${srcdir}/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}/"
 }


[arch-commits] Commit in xf86-input-libinput/trunk (90-libinput.conf PKGBUILD)

2015-08-31 Thread Laurent Carlier
Date: Monday, August 31, 2015 @ 18:03:21
  Author: lcarlier
Revision: 245111

upgpkg: xf86-input-libinput 0.14.0-2

use upstream configuration file for xorg

Modified:
  xf86-input-libinput/trunk/PKGBUILD
Deleted:
  xf86-input-libinput/trunk/90-libinput.conf

--+
 90-libinput.conf |   30 --
 PKGBUILD |6 ++
 2 files changed, 2 insertions(+), 34 deletions(-)

Deleted: 90-libinput.conf
===
--- 90-libinput.conf2015-08-31 15:54:37 UTC (rev 245110)
+++ 90-libinput.conf2015-08-31 16:03:21 UTC (rev 245111)
@@ -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
-

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 15:54:37 UTC (rev 245110)
+++ PKGBUILD2015-08-31 16:03:21 UTC (rev 245111)
@@ -3,7 +3,7 @@
 
 pkgname=xf86-input-libinput
 pkgver=0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Generic input driver for the X.Org server based on libinput"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -13,11 +13,9 @@
 conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21.1' 
'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
 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
 sha256sums=('e8d05798a556e5ea0d9f1823bb632e425487e8bcf89711ed93b079bbee742265'
 'SKIP'
-'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75'
 'e76d54a6d077c20069b99182f174b0f95a8668ba511e6e5d1b8a498dc6b6d96b')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
@@ -41,7 +39,7 @@
   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 -m644 conf/99-libinput.conf 
"${pkgdir}/usr/share/X11/xorg.conf.d/90-libinput.conf"
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }