[arch-commits] Commit in libinput/repos (8 files)

2016-06-16 Thread Andreas Radke
Date: Thursday, June 16, 2016 @ 15:27:07
  Author: andyrtr
Revision: 270012

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 270011, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 270011, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 270011, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 270011, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   76 
 /libinput.install |   22 +++
 extra-i686/PKGBUILD   |   38 
 extra-i686/libinput.install   |   11 -
 extra-x86_64/PKGBUILD |   38 
 extra-x86_64/libinput.install |   11 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-16 15:26:51 UTC (rev 270011)
+++ extra-i686/PKGBUILD 2016-06-16 15:27:07 UTC (rev 270012)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-checkdepends=('check')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('cdff653d93395c718f367af61fee866914bc45de75ac94abe7dc1b720462aca9'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# disabled for now:
-# https://github.com/libcheck/check/issues/18
-#  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 270011, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-16 15:27:07 UTC (rev 270012)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+checkdepends=('check')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('0701230781b59c0f1510ae86da15a7b15655e723ace366ad479ccb09fe92a183'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled for now:
+# https://github.com/libcheck/check/issues/18
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2016-06-16 15:26:51 UTC (rev 270011)
+++ extra-i686/libinput.install 2016-06-16 15:27:07 UTC (rev 270012)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 270011, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2016-06-16 15:27:07 UTC (rev 270012)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-16 15:26:51 UTC (rev 270011)
+++ extra-x86_64/PKGBUILD  

[arch-commits] Commit in libinput/repos (8 files)

2016-05-20 Thread Andreas Radke
Date: Friday, May 20, 2016 @ 20:56:24
  Author: andyrtr
Revision: 268372

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

Added:
  libinput/repos/testing-i686/
  libinput/repos/testing-i686/PKGBUILD
(from rev 268371, libinput/trunk/PKGBUILD)
  libinput/repos/testing-i686/libinput.install
(from rev 268371, libinput/trunk/libinput.install)
  
libinput/repos/testing-i686/touchpad_only_use_negative_pressure_change_check.diff
(from rev 268371, 
libinput/trunk/touchpad_only_use_negative_pressure_change_check.diff)
  libinput/repos/testing-x86_64/
  libinput/repos/testing-x86_64/PKGBUILD
(from rev 268371, libinput/trunk/PKGBUILD)
  libinput/repos/testing-x86_64/libinput.install
(from rev 268371, libinput/trunk/libinput.install)
  
libinput/repos/testing-x86_64/touchpad_only_use_negative_pressure_change_check.diff
(from rev 268371, 
libinput/trunk/touchpad_only_use_negative_pressure_change_check.diff)

--+
 testing-i686/PKGBUILD|   46 
++
 testing-i686/libinput.install|   11 ++
 testing-i686/touchpad_only_use_negative_pressure_change_check.diff   |   42 
+
 testing-x86_64/PKGBUILD  |   46 
++
 testing-x86_64/libinput.install  |   11 ++
 testing-x86_64/touchpad_only_use_negative_pressure_change_check.diff |   42 
+
 6 files changed, 198 insertions(+)

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 268371, 
libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-20 18:56:24 UTC (rev 268372)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.3.0
+pkgrel=2
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+checkdepends=('check')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+touchpad_only_use_negative_pressure_change_check.diff)
+sha256sums=('998a75fb261d161efaa7da44411cdc9a32a953280e4ffc6322ca19f057d0c1ea'
+'SKIP'
+'bfc71b3c3c18ab6dc6cb076e7b0410b5f3a51aa7b7db34f7fd35dd79c9615806')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+  # fix slow touchpad input, FS#49397
+  patch -Np1 -i ${srcdir}/touchpad_only_use_negative_pressure_change_check.diff
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled for now:
+# https://github.com/libcheck/check/issues/18
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: libinput/repos/testing-i686/libinput.install (from rev 268371, 
libinput/trunk/libinput.install)
===
--- testing-i686/libinput.install   (rev 0)
+++ testing-i686/libinput.install   2016-05-20 18:56:24 UTC (rev 268372)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: 
libinput/repos/testing-i686/touchpad_only_use_negative_pressure_change_check.diff
 (from rev 268371, 
libinput/trunk/touchpad_only_use_negative_pressure_change_check.diff)
===
--- testing-i686/touchpad_only_use_negative_pressure_change_check.diff  
(rev 0)
+++ testing-i686/touchpad_only_use_negative_pressure_change_check.diff  
2016-05-20 18:56:24 UTC (rev 268372)
@@ -0,0 +1,42 @@
+From 2f5231cc88fccf389a78270d827f6c9201b86794 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Wed, 18 May 2016 07:35:36 +1000
+Subject: touchpad: only use negative pressure change check on Lenovo *50 and
+ *60 series
+
+This was introduced for bug 94379 - an X1 Carbon 3rd. Other touchpads have
+different pressure change ranges, causing this condition to trigger
+randomly and resulting in a jerky pointer motion.
+
+For now, reduce the check to the *50 and *60 series touchpads until we have
+data for more touchpads that we can add one-by-one.
+
+https://bugs.freedesktop.org/show_bug.cgi?id=95393
+
+Signed-off-by: Peter Hutterer 

[arch-commits] Commit in libinput/repos (8 files)

2016-04-19 Thread Andreas Radke
Date: Tuesday, April 19, 2016 @ 15:58:22
  Author: andyrtr
Revision: 265456

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 265455, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 265455, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 265455, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 265455, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   76 
 /libinput.install |   22 +++
 extra-i686/PKGBUILD   |   38 
 extra-i686/libinput.install   |   11 -
 extra-x86_64/PKGBUILD |   38 
 extra-x86_64/libinput.install |   11 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-19 13:58:07 UTC (rev 265455)
+++ extra-i686/PKGBUILD 2016-04-19 13:58:22 UTC (rev 265456)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-checkdepends=('check')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('09b2a9d3a0cc973a9d3fdc7af40162cbef0b16be0a2e415786f83761f519e9f2'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# disabled for now:
-# https://github.com/libcheck/check/issues/18
-#  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 265455, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-19 13:58:22 UTC (rev 265456)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+checkdepends=('check')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('aee3650ad2a864ab9a10e7e63df543cc2b475f6bf3974751037a2df325dabbb1'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled for now:
+# https://github.com/libcheck/check/issues/18
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2016-04-19 13:58:07 UTC (rev 265455)
+++ extra-i686/libinput.install 2016-04-19 13:58:22 UTC (rev 265456)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 265455, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2016-04-19 13:58:22 UTC (rev 265456)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-19 13:58:07 UTC (rev 265455)
+++ extra-x86_64/PKGBUILD  

[arch-commits] Commit in libinput/repos (8 files)

2016-04-12 Thread Andreas Radke
Date: Tuesday, April 12, 2016 @ 19:10:54
  Author: andyrtr
Revision: 264728

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 264727, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 264727, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 264727, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 264727, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   76 
 /libinput.install |   22 +++
 extra-i686/PKGBUILD   |   38 
 extra-i686/libinput.install   |   11 -
 extra-x86_64/PKGBUILD |   38 
 extra-x86_64/libinput.install |   11 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-12 17:10:40 UTC (rev 264727)
+++ extra-i686/PKGBUILD 2016-04-12 17:10:54 UTC (rev 264728)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-checkdepends=('check')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('08ac5b3620d86df1cdb4970c4137c8746c9f4b9f0c8e7dfab49858dbceb8f367'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# disabled for now:
-# https://github.com/libcheck/check/issues/18
-#  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 264727, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-12 17:10:54 UTC (rev 264728)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+checkdepends=('check')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('09b2a9d3a0cc973a9d3fdc7af40162cbef0b16be0a2e415786f83761f519e9f2'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled for now:
+# https://github.com/libcheck/check/issues/18
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2016-04-12 17:10:40 UTC (rev 264727)
+++ extra-i686/libinput.install 2016-04-12 17:10:54 UTC (rev 264728)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 264727, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2016-04-12 17:10:54 UTC (rev 264728)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-12 17:10:40 UTC (rev 264727)
+++ extra-x86_64/PKGBUILD  

[arch-commits] Commit in libinput/repos (8 files)

2016-03-15 Thread Andreas Radke
Date: Tuesday, March 15, 2016 @ 22:44:46
  Author: andyrtr
Revision: 261681

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 261680, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 261680, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 261680, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 261680, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   76 
 /libinput.install |   22 +++
 extra-i686/PKGBUILD   |   38 
 extra-i686/libinput.install   |   11 -
 extra-x86_64/PKGBUILD |   38 
 extra-x86_64/libinput.install |   11 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-15 21:44:34 UTC (rev 261680)
+++ extra-i686/PKGBUILD 2016-03-15 21:44:46 UTC (rev 261681)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-checkdepends=('check')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('e2db8c5357f8859b33c58e583601f50509f085ae9340a58790bcf44f1480c1c3'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# disabled for now:
-# https://github.com/libcheck/check/issues/18
-#  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 261680, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-15 21:44:46 UTC (rev 261681)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+checkdepends=('check')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('08ac5b3620d86df1cdb4970c4137c8746c9f4b9f0c8e7dfab49858dbceb8f367'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled for now:
+# https://github.com/libcheck/check/issues/18
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2016-03-15 21:44:34 UTC (rev 261680)
+++ extra-i686/libinput.install 2016-03-15 21:44:46 UTC (rev 261681)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 261680, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2016-03-15 21:44:46 UTC (rev 261681)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-15 21:44:34 UTC (rev 261680)
+++ extra-x86_64/PKGBUILD  

[arch-commits] Commit in libinput/repos (8 files)

2016-02-29 Thread Andreas Radke
Date: Monday, February 29, 2016 @ 18:35:52
  Author: andyrtr
Revision: 260407

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

Added:
  libinput/repos/testing-i686/PKGBUILD
(from rev 260406, libinput/trunk/PKGBUILD)
  libinput/repos/testing-i686/libinput.install
(from rev 260406, libinput/trunk/libinput.install)
  libinput/repos/testing-x86_64/PKGBUILD
(from rev 260406, libinput/trunk/PKGBUILD)
  libinput/repos/testing-x86_64/libinput.install
(from rev 260406, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/testing-i686/PKGBUILD
  libinput/repos/testing-i686/libinput.install
  libinput/repos/testing-x86_64/PKGBUILD
  libinput/repos/testing-x86_64/libinput.install

-+
 /PKGBUILD   |   76 ++
 /libinput.install   |   22 +++
 testing-i686/PKGBUILD   |   38 ---
 testing-i686/libinput.install   |   11 -
 testing-x86_64/PKGBUILD |   38 ---
 testing-x86_64/libinput.install |   11 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-02-29 17:35:38 UTC (rev 260406)
+++ testing-i686/PKGBUILD   2016-02-29 17:35:52 UTC (rev 260407)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-checkdepends=('check')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('1754b917fe675507ea80445b4f2e91d76cb6a6935508fe37234807affb316e2c'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# disabled for now:
-# https://github.com/libcheck/check/issues/18
-#  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 260406, 
libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-29 17:35:52 UTC (rev 260407)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+checkdepends=('check')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('e2db8c5357f8859b33c58e583601f50509f085ae9340a58790bcf44f1480c1c3'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled for now:
+# https://github.com/libcheck/check/issues/18
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: testing-i686/libinput.install
===
--- testing-i686/libinput.install   2016-02-29 17:35:38 UTC (rev 260406)
+++ testing-i686/libinput.install   2016-02-29 17:35:52 UTC (rev 260407)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/testing-i686/libinput.install (from rev 260406, 
libinput/trunk/libinput.install)
===
--- testing-i686/libinput.install   (rev 0)
+++ testing-i686/libinput.install   2016-02-29 17:35:52 UTC (rev 260407)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: testing-x86_64/PKGBUILD

[arch-commits] Commit in libinput/repos (8 files)

2016-02-18 Thread Andreas Radke
Date: Thursday, February 18, 2016 @ 19:10:52
  Author: andyrtr
Revision: 259966

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 259965, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 259965, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 259965, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 259965, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   70 
 /libinput.install |   22 
 extra-i686/PKGBUILD   |   39 --
 extra-i686/libinput.install   |   11 --
 extra-x86_64/PKGBUILD |   39 --
 extra-x86_64/libinput.install |   11 --
 6 files changed, 92 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-18 18:10:35 UTC (rev 259965)
+++ extra-i686/PKGBUILD 2016-02-18 18:10:52 UTC (rev 259966)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.1.7
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('ad35e597795a3ee9f928edfaf5a6f724b106702ea316b17eb0a58ea6704e3d24'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 259965, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-18 18:10:52 UTC (rev 259966)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.1.8
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('fe0c9639759c4e15e65df180aea6f90df8f84a6df5845980e5f791369df69747'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2016-02-18 18:10:35 UTC (rev 259965)
+++ extra-i686/libinput.install 2016-02-18 18:10:52 UTC (rev 259966)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 259965, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2016-02-18 18:10:52 UTC (rev 259966)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-18 18:10:35 UTC (rev 259965)
+++ extra-x86_64/PKGBUILD   2016-02-18 18:10:52 UTC (rev 259966)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-

[arch-commits] Commit in libinput/repos (8 files)

2016-02-11 Thread Andreas Radke
Date: Thursday, February 11, 2016 @ 22:03:30
  Author: andyrtr
Revision: 259080

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 259079, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 259079, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 259079, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 259079, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   78 
 /libinput.install |   22 +++
 extra-i686/PKGBUILD   |   39 
 extra-i686/libinput.install   |   11 -
 extra-x86_64/PKGBUILD |   39 
 extra-x86_64/libinput.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-11 21:03:17 UTC (rev 259079)
+++ extra-i686/PKGBUILD 2016-02-11 21:03:30 UTC (rev 259080)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.1.6
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('f26f5e02c4942775cfa5f143562cf4ed9fc3be8bc2c3c461acc8de1b114a1c63'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 259079, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-11 21:03:30 UTC (rev 259080)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.1.7
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('ad35e597795a3ee9f928edfaf5a6f724b106702ea316b17eb0a58ea6704e3d24'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2016-02-11 21:03:17 UTC (rev 259079)
+++ extra-i686/libinput.install 2016-02-11 21:03:30 UTC (rev 259080)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 259079, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2016-02-11 21:03:30 UTC (rev 259080)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-11 21:03:17 UTC (rev 259079)
+++ extra-x86_64/PKGBUILD   2016-02-11 21:03:30 UTC (rev 259080)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 

[arch-commits] Commit in libinput/repos (8 files)

2016-02-05 Thread Andreas Radke
Date: Friday, February 5, 2016 @ 19:20:30
  Author: andyrtr
Revision: 258910

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 258909, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 258909, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 258909, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 258909, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   78 
 /libinput.install |   22 +++
 extra-i686/PKGBUILD   |   39 
 extra-i686/libinput.install   |   11 -
 extra-x86_64/PKGBUILD |   39 
 extra-x86_64/libinput.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-05 18:20:12 UTC (rev 258909)
+++ extra-i686/PKGBUILD 2016-02-05 18:20:30 UTC (rev 258910)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.1.5
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('5e08c45dbb8bf32490cc6cd626da098564d646d161a07cba2e3adbd9745c0622'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 258909, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-05 18:20:30 UTC (rev 258910)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.1.6
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('f26f5e02c4942775cfa5f143562cf4ed9fc3be8bc2c3c461acc8de1b114a1c63'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2016-02-05 18:20:12 UTC (rev 258909)
+++ extra-i686/libinput.install 2016-02-05 18:20:30 UTC (rev 258910)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 258909, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2016-02-05 18:20:30 UTC (rev 258910)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-05 18:20:12 UTC (rev 258909)
+++ extra-x86_64/PKGBUILD   2016-02-05 18:20:30 UTC (rev 258910)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# 

[arch-commits] Commit in libinput/repos (8 files)

2016-01-26 Thread Andreas Radke
Date: Tuesday, January 26, 2016 @ 19:05:00
  Author: andyrtr
Revision: 258601

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 258600, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 258600, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 258600, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 258600, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   78 
 /libinput.install |   22 +++
 extra-i686/PKGBUILD   |   39 
 extra-i686/libinput.install   |   11 -
 extra-x86_64/PKGBUILD |   39 
 extra-x86_64/libinput.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-26 18:04:45 UTC (rev 258600)
+++ extra-i686/PKGBUILD 2016-01-26 18:05:00 UTC (rev 258601)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.1.4
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('302cb76209b9c57a5a318e178f9bc446eede8ea79386103b5291cbfaa5fab5b6'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 258600, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-26 18:05:00 UTC (rev 258601)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.1.5
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('5e08c45dbb8bf32490cc6cd626da098564d646d161a07cba2e3adbd9745c0622'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2016-01-26 18:04:45 UTC (rev 258600)
+++ extra-i686/libinput.install 2016-01-26 18:05:00 UTC (rev 258601)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 258600, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2016-01-26 18:05:00 UTC (rev 258601)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-26 18:04:45 UTC (rev 258600)
+++ extra-x86_64/PKGBUILD   2016-01-26 18:05:00 UTC (rev 258601)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 

[arch-commits] Commit in libinput/repos (8 files)

2015-12-22 Thread Andreas Radke
Date: Tuesday, December 22, 2015 @ 09:14:12
  Author: andyrtr
Revision: 257106

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 257105, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 257105, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 257105, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 257105, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   78 
 /libinput.install |   22 +++
 extra-i686/PKGBUILD   |   39 
 extra-i686/libinput.install   |   11 -
 extra-x86_64/PKGBUILD |   39 
 extra-x86_64/libinput.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-22 08:13:59 UTC (rev 257105)
+++ extra-i686/PKGBUILD 2015-12-22 08:14:12 UTC (rev 257106)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('b95af39391e2b91957af0addce691a4070b28aff69cd2348823bf6ce8169995e'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 257105, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-22 08:14:12 UTC (rev 257106)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('302cb76209b9c57a5a318e178f9bc446eede8ea79386103b5291cbfaa5fab5b6'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-12-22 08:13:59 UTC (rev 257105)
+++ extra-i686/libinput.install 2015-12-22 08:14:12 UTC (rev 257106)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 257105, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-12-22 08:14:12 UTC (rev 257106)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-22 08:13:59 UTC (rev 257105)
+++ extra-x86_64/PKGBUILD   2015-12-22 08:14:12 UTC (rev 257106)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 

[arch-commits] Commit in libinput/repos (8 files)

2015-12-16 Thread Andreas Radke
Date: Wednesday, December 16, 2015 @ 17:39:18
  Author: andyrtr
Revision: 256484

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 256483, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 256483, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 256483, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 256483, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   78 
 /libinput.install |   22 +++
 extra-i686/PKGBUILD   |   34 -
 extra-i686/libinput.install   |   11 -
 extra-x86_64/PKGBUILD |   34 -
 extra-x86_64/libinput.install |   11 -
 6 files changed, 100 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-16 16:39:01 UTC (rev 256483)
+++ extra-i686/PKGBUILD 2015-12-16 16:39:18 UTC (rev 256484)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a323a32718a8f0f5e85e1ed3a81f0dde45eb52b215a15c7887bec40961d97a84'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 256483, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-16 16:39:18 UTC (rev 256484)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('b95af39391e2b91957af0addce691a4070b28aff69cd2348823bf6ce8169995e'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-12-16 16:39:01 UTC (rev 256483)
+++ extra-i686/libinput.install 2015-12-16 16:39:18 UTC (rev 256484)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 256483, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-12-16 16:39:18 UTC (rev 256484)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-16 16:39:01 UTC (rev 256483)
+++ extra-x86_64/PKGBUILD   2015-12-16 16:39:18 UTC (rev 256484)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput

[arch-commits] Commit in libinput/repos (8 files)

2015-12-09 Thread Andreas Radke
Date: Wednesday, December 9, 2015 @ 21:00:52
  Author: andyrtr
Revision: 255029

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 255028, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 255028, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 255028, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 255028, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   68 
 /libinput.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libinput.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libinput.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-09 20:00:37 UTC (rev 255028)
+++ extra-i686/PKGBUILD 2015-12-09 20:00:52 UTC (rev 255029)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('2de2b433ddc73ba1bfd4d309fd873d0ced6937cf1a7a94e4afbf18ddd8f8dd17'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 255028, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-09 20:00:52 UTC (rev 255029)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('a323a32718a8f0f5e85e1ed3a81f0dde45eb52b215a15c7887bec40961d97a84'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-12-09 20:00:37 UTC (rev 255028)
+++ extra-i686/libinput.install 2015-12-09 20:00:52 UTC (rev 255029)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 255028, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-12-09 20:00:52 UTC (rev 255029)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-09 20:00:37 UTC (rev 255028)
+++ extra-x86_64/PKGBUILD   2015-12-09 20:00:52 UTC (rev 255029)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="library that handles 

[arch-commits] Commit in libinput/repos (8 files)

2015-11-18 Thread Jan Steffens
Date: Thursday, November 19, 2015 @ 00:24:43
  Author: heftig
Revision: 251229

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 251228, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 251228, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 251228, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 251228, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   68 
 /libinput.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libinput.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libinput.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-18 23:23:43 UTC (rev 251228)
+++ extra-i686/PKGBUILD 2015-11-18 23:24:43 UTC (rev 251229)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('673186ea2a0d2b695afaa9758834f9217b175774d9ae222e1b43ff63c663f582'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 251228, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-18 23:24:43 UTC (rev 251229)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('2de2b433ddc73ba1bfd4d309fd873d0ced6937cf1a7a94e4afbf18ddd8f8dd17'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-11-18 23:23:43 UTC (rev 251228)
+++ extra-i686/libinput.install 2015-11-18 23:24:43 UTC (rev 251229)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 251228, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-11-18 23:24:43 UTC (rev 251229)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-18 23:23:43 UTC (rev 251228)
+++ extra-x86_64/PKGBUILD   2015-11-18 23:24:43 UTC (rev 251229)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="library that handles 

[arch-commits] Commit in libinput/repos (8 files)

2015-10-25 Thread Jan Steffens
Date: Monday, October 26, 2015 @ 04:23:09
  Author: heftig
Revision: 249763

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 249762, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 249762, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 249762, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 249762, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   68 
 /libinput.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libinput.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libinput.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-26 03:22:32 UTC (rev 249762)
+++ extra-i686/PKGBUILD 2015-10-26 03:23:09 UTC (rev 249763)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a3d105f86bd21f8cfb7b97ed018ef025453b1cce98ff33bd57f564c4515cefb9'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 249762, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-26 03:23:09 UTC (rev 249763)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('673186ea2a0d2b695afaa9758834f9217b175774d9ae222e1b43ff63c663f582'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-10-26 03:22:32 UTC (rev 249762)
+++ extra-i686/libinput.install 2015-10-26 03:23:09 UTC (rev 249763)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 249762, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-10-26 03:23:09 UTC (rev 249763)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-26 03:22:32 UTC (rev 249762)
+++ extra-x86_64/PKGBUILD   2015-10-26 03:23:09 UTC (rev 249763)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="library that handles input 

[arch-commits] Commit in libinput/repos (8 files)

2015-10-22 Thread Jan Steffens
Date: Thursday, October 22, 2015 @ 17:14:47
  Author: heftig
Revision: 249652

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 249651, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 249651, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 249651, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 249651, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   68 
 /libinput.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libinput.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libinput.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-22 15:13:46 UTC (rev 249651)
+++ extra-i686/PKGBUILD 2015-10-22 15:14:47 UTC (rev 249652)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('482fb35119b457ba65a8bebaa47e4f6b4dbd77e59c320014a22296847b7ff99e'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 249651, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-22 15:14:47 UTC (rev 249652)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('a3d105f86bd21f8cfb7b97ed018ef025453b1cce98ff33bd57f564c4515cefb9'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-10-22 15:13:46 UTC (rev 249651)
+++ extra-i686/libinput.install 2015-10-22 15:14:47 UTC (rev 249652)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 249651, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-10-22 15:14:47 UTC (rev 249652)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-22 15:13:46 UTC (rev 249651)
+++ extra-x86_64/PKGBUILD   2015-10-22 15:14:47 UTC (rev 249652)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="library that handles 

[arch-commits] Commit in libinput/repos (8 files)

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 19:15:00
  Author: andyrtr
Revision: 245292

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 245291, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 245291, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 245291, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 245291, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   68 
 /libinput.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libinput.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libinput.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-04 17:14:50 UTC (rev 245291)
+++ extra-i686/PKGBUILD 2015-09-04 17:15:00 UTC (rev 245292)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('afbd2751c000a4e5833624b6177a6919ad259f0bca44093947421c885fd42c0f'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 245291, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-04 17:15:00 UTC (rev 245292)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('482fb35119b457ba65a8bebaa47e4f6b4dbd77e59c320014a22296847b7ff99e'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-09-04 17:14:50 UTC (rev 245291)
+++ extra-i686/libinput.install 2015-09-04 17:15:00 UTC (rev 245292)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 245291, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-09-04 17:15:00 UTC (rev 245292)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-04 17:14:50 UTC (rev 245291)
+++ extra-x86_64/PKGBUILD   2015-09-04 17:15:00 UTC (rev 245292)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="library that handles 

[arch-commits] Commit in libinput/repos (8 files)

2015-08-26 Thread Andreas Radke
Date: Wednesday, August 26, 2015 @ 18:04:44
  Author: andyrtr
Revision: 244870

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 244869, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 244869, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 244869, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 244869, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   68 
 /libinput.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libinput.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libinput.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-26 16:04:31 UTC (rev 244869)
+++ extra-i686/PKGBUILD 2015-08-26 16:04:44 UTC (rev 244870)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.99.1
-pkgrel=1
-pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('d43cae593f19deb6c0dc18aea1633ffd1f1731aa5c3580bedda48b6a354c7164'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 244869, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-26 16:04:44 UTC (rev 244870)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('afbd2751c000a4e5833624b6177a6919ad259f0bca44093947421c885fd42c0f'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-08-26 16:04:31 UTC (rev 244869)
+++ extra-i686/libinput.install 2015-08-26 16:04:44 UTC (rev 244870)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update /dev/null 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 244869, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-08-26 16:04:44 UTC (rev 244870)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-26 16:04:31 UTC (rev 244869)
+++ extra-x86_64/PKGBUILD   2015-08-26 16:04:44 UTC (rev 244870)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.99.1
-pkgrel=1
-pkgdesc=library that handles input devices for display 

[arch-commits] Commit in libinput/repos (8 files)

2015-08-21 Thread Jan Steffens
Date: Friday, August 21, 2015 @ 14:43:56
  Author: heftig
Revision: 244471

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 244470, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 244470, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 244470, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 244470, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   68 
 /libinput.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libinput.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libinput.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-21 12:40:39 UTC (rev 244470)
+++ extra-i686/PKGBUILD 2015-08-21 12:43:56 UTC (rev 244471)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.21.0
-pkgrel=2
-pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('7cce7a9e510dfe5c4a19ad00e9350808d4f59f8611fd2b5e87213c507283f550'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 244470, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-21 12:43:56 UTC (rev 244471)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.99.1
+pkgrel=1
+pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('d43cae593f19deb6c0dc18aea1633ffd1f1731aa5c3580bedda48b6a354c7164'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-08-21 12:40:39 UTC (rev 244470)
+++ extra-i686/libinput.install 2015-08-21 12:43:56 UTC (rev 244471)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update /dev/null 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 244470, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-08-21 12:43:56 UTC (rev 244471)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-21 12:40:39 UTC (rev 244470)
+++ extra-x86_64/PKGBUILD   2015-08-21 12:43:56 UTC (rev 244471)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.21.0
-pkgrel=2
-pkgdesc=library that handles input devices for display servers 

[arch-commits] Commit in libinput/repos (8 files)

2015-07-16 Thread Jan Steffens
Date: Thursday, July 16, 2015 @ 16:48:57
  Author: heftig
Revision: 242285

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 242284, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 242284, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 242284, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 242284, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   68 
 /libinput.install |   22 
 extra-i686/PKGBUILD   |   39 --
 extra-i686/libinput.install   |   11 --
 extra-x86_64/PKGBUILD |   39 --
 extra-x86_64/libinput.install |   11 --
 6 files changed, 90 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-16 14:47:55 UTC (rev 242284)
+++ extra-i686/PKGBUILD 2015-07-16 14:48:57 UTC (rev 242285)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.19.0
-pkgrel=1
-pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('69a97da47ef8fa9debadaa8ee11005b9b5183bd2b87c5aa7827b7c388a5acc5d'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 242284, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-16 14:48:57 UTC (rev 242285)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.20.0
+pkgrel=1
+pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('175bdfce97cfab13a2a0d02c3138fcf02f60c8fcd098835a97128ff114d7125d'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-07-16 14:47:55 UTC (rev 242284)
+++ extra-i686/libinput.install 2015-07-16 14:48:57 UTC (rev 242285)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update /dev/null 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 242284, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-07-16 14:48:57 UTC (rev 242285)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-07-16 14:47:55 UTC (rev 242284)
+++ extra-x86_64/PKGBUILD   2015-07-16 14:48:57 UTC (rev 242285)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.19.0
-pkgrel=1