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

2016-06-25 Thread Andreas Radke
Date: Saturday, June 25, 2016 @ 09:02:34
  Author: andyrtr
Revision: 270629

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

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

-+
 testing-i686/PKGBUILD   |   40 ++
 testing-i686/libinput.install   |   11 ++
 testing-x86_64/PKGBUILD |   40 ++
 testing-x86_64/libinput.install |   11 ++
 4 files changed, 102 insertions(+)

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 270628, 
libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-25 09:02:34 UTC (rev 270629)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.3.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')
+# currently no doc files to install
+#makedepends=('doxygen' 'libunwind' 'gtk3' 'graphviz')
+checkdepends=('check')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('30c8edfe47654a38c235ac6b0541d79fd593d010bc18cdda8bd1f6cc6ad8b1ce'
+'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/libinput.install (from rev 270628, 
libinput/trunk/libinput.install)
===
--- testing-i686/libinput.install   (rev 0)
+++ testing-i686/libinput.install   2016-06-25 09:02:34 UTC (rev 270629)
@@ -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-x86_64/PKGBUILD (from rev 270628, 
libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-25 09:02:34 UTC (rev 270629)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.3.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')
+# currently no doc files to install
+#makedepends=('doxygen' 'libunwind' 'gtk3' 'graphviz')
+checkdepends=('check')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('30c8edfe47654a38c235ac6b0541d79fd593d010bc18cdda8bd1f6cc6ad8b1ce'
+'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-x86_64/libinput.install (from rev 270628, 
libinput/trunk/libinput.install)
===
--- testing-x86_64/libinput.install (rev 0)
+++ testing-x86_64/libinput.install 2016-06-25 09:02:34 UTC (rev 270629)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2016-06-04 Thread Laurent Carlier
Date: Saturday, June 4, 2016 @ 11:02:24
  Author: lcarlier
Revision: 268944

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

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

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

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 268943, 
libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-04 09:02:24 UTC (rev 268944)
@@ -0,0 +1,38 @@
+# $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/testing-i686/libinput.install (from rev 268943, 
libinput/trunk/libinput.install)
===
--- testing-i686/libinput.install   (rev 0)
+++ testing-i686/libinput.install   2016-06-04 09:02:24 UTC (rev 268944)
@@ -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-x86_64/PKGBUILD (from rev 268943, 
libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-04 09:02:24 UTC (rev 268944)
@@ -0,0 +1,38 @@
+# $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/testing-x86_64/libinput.install (from rev 268943, 
libinput/trunk/libinput.install)
===
--- testing-x86_64/libinput.install (rev 0)
+++ testing-x86_64/libinput.install 2016-06-04 09:02:24 UTC (rev 268944)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2016-05-10 Thread Andreas Radke
Date: Tuesday, May 10, 2016 @ 18:45:49
  Author: andyrtr
Revision: 267466

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

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

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

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 267465, 
libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-10 16:45:49 UTC (rev 267466)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.3.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=('998a75fb261d161efaa7da44411cdc9a32a953280e4ffc6322ca19f057d0c1ea'
+'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/libinput.install (from rev 267465, 
libinput/trunk/libinput.install)
===
--- testing-i686/libinput.install   (rev 0)
+++ testing-i686/libinput.install   2016-05-10 16:45:49 UTC (rev 267466)
@@ -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-x86_64/PKGBUILD (from rev 267465, 
libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-10 16:45:49 UTC (rev 267466)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.3.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=('998a75fb261d161efaa7da44411cdc9a32a953280e4ffc6322ca19f057d0c1ea'
+'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-x86_64/libinput.install (from rev 267465, 
libinput/trunk/libinput.install)
===
--- testing-x86_64/libinput.install (rev 0)
+++ testing-x86_64/libinput.install 2016-05-10 16:45:49 UTC (rev 267466)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2016-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2016 @ 12:45:44
  Author: jgc
Revision: 260178

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

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

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

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 260177, 
libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-23 11:45:44 UTC (rev 260178)
@@ -0,0 +1,38 @@
+# $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/libinput.install (from rev 260177, 
libinput/trunk/libinput.install)
===
--- testing-i686/libinput.install   (rev 0)
+++ testing-i686/libinput.install   2016-02-23 11:45:44 UTC (rev 260178)
@@ -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-x86_64/PKGBUILD (from rev 260177, 
libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-23 11:45:44 UTC (rev 260178)
@@ -0,0 +1,38 @@
+# $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-x86_64/libinput.install (from rev 260177, 
libinput/trunk/libinput.install)
===
--- testing-x86_64/libinput.install (rev 0)
+++ testing-x86_64/libinput.install 2016-02-23 11:45:44 UTC (rev 260178)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-08-13 Thread Jan Steffens
Date: Thursday, August 13, 2015 @ 09:16:31
  Author: heftig
Revision: 243391

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

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

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-i686/libinput.install   |   11 +++
 testing-x86_64/PKGBUILD |   34 ++
 testing-x86_64/libinput.install |   11 +++
 4 files changed, 90 insertions(+)

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 243390, 
libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-13 07:16:31 UTC (rev 243391)
@@ -0,0 +1,34 @@
+# $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/testing-i686/libinput.install (from rev 243390, 
libinput/trunk/libinput.install)
===
--- testing-i686/libinput.install   (rev 0)
+++ testing-i686/libinput.install   2015-08-13 07:16:31 UTC (rev 243391)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: libinput/repos/testing-x86_64/PKGBUILD (from rev 243390, 
libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-13 07:16:31 UTC (rev 243391)
@@ -0,0 +1,34 @@
+# $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/testing-x86_64/libinput.install (from rev 243390, 
libinput/trunk/libinput.install)
===
--- testing-x86_64/libinput.install (rev 0)
+++ testing-x86_64/libinput.install 2015-08-13 07:16:31 UTC (rev 243391)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-07-06 Thread Andreas Radke
Date: Monday, July 6, 2015 @ 17:57:11
  Author: andyrtr
Revision: 241841

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

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

-+
 testing-i686/PKGBUILD   |   39 ++
 testing-i686/libinput.install   |   11 ++
 testing-x86_64/PKGBUILD |   39 ++
 testing-x86_64/libinput.install |   11 ++
 4 files changed, 100 insertions(+)

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 241840, 
libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-06 15:57:11 UTC (rev 241841)
@@ -0,0 +1,39 @@
+# $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/testing-i686/libinput.install (from rev 241840, 
libinput/trunk/libinput.install)
===
--- testing-i686/libinput.install   (rev 0)
+++ testing-i686/libinput.install   2015-07-06 15:57:11 UTC (rev 241841)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: libinput/repos/testing-x86_64/PKGBUILD (from rev 241840, 
libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-06 15:57:11 UTC (rev 241841)
@@ -0,0 +1,39 @@
+# $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/testing-x86_64/libinput.install (from rev 241840, 
libinput/trunk/libinput.install)
===
--- testing-x86_64/libinput.install (rev 0)
+++ testing-x86_64/libinput.install 2015-07-06 15:57:11 UTC (rev 241841)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-06-04 Thread Jan Steffens
Date: Thursday, June 4, 2015 @ 11:45:09
  Author: heftig
Revision: 240332

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

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

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-i686/libinput.install   |   11 +++
 testing-x86_64/PKGBUILD |   35 +++
 testing-x86_64/libinput.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 240331, 
libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-04 09:45:09 UTC (rev 240332)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.17.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=('b7db243be3a745c1031b364f3595ce9bb31347f874b7299ef8d44c98d2fb28db'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
+
+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/testing-i686/libinput.install (from rev 240331, 
libinput/trunk/libinput.install)
===
--- testing-i686/libinput.install   (rev 0)
+++ testing-i686/libinput.install   2015-06-04 09:45:09 UTC (rev 240332)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: libinput/repos/testing-x86_64/PKGBUILD (from rev 240331, 
libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-06-04 09:45:09 UTC (rev 240332)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.17.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=('b7db243be3a745c1031b364f3595ce9bb31347f874b7299ef8d44c98d2fb28db'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
+
+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/testing-x86_64/libinput.install (from rev 240331, 
libinput/trunk/libinput.install)
===
--- testing-x86_64/libinput.install (rev 0)
+++ testing-x86_64/libinput.install 2015-06-04 09:45:09 UTC (rev 240332)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-05-08 Thread Andreas Radke
Date: Friday, May 8, 2015 @ 21:21:55
  Author: andyrtr
Revision: 238732

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

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

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-i686/libinput.install   |   11 ++
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/libinput.install |   11 ++
 5 files changed, 92 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-08 19:21:42 UTC (rev 238731)
+++ extra-i686/PKGBUILD 2015-05-08 19:21:55 UTC (rev 238732)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.14.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' 'libsystemd' 'libevdev')
-makedepends=('systemd')
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('2bed202ebe2d5026950d6f9d2ac0f0160d12f61c5a0f6d0d6ef671bbb02c1b64'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
-
-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 238731, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-08 19:21:55 UTC (rev 238732)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.15.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=('1656db18977d24b4f5754d38ba350a1c2f8b3fb00358fa96e931ce28e112fc1d'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
+
+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/libinput.install (from rev 238731, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-05-08 19:21:55 UTC (rev 238732)
@@ -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-05-08 19:21:42 UTC (rev 238731)
+++ extra-x86_64/PKGBUILD   2015-05-08 19:21:55 UTC (rev 238732)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.14.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' 'libsystemd' 'libevdev')
-makedepends=('systemd')
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('2bed202ebe2d5026950d6f9d2ac0f0160d12f61c5a0f6d0d6ef671bbb02c1b64'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 

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

2015-04-22 Thread Andreas Radke
Date: Wednesday, April 22, 2015 @ 19:56:52
  Author: andyrtr
Revision: 237917

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 237916, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 237916, libinput/trunk/PKGBUILD)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/fix_crash_for_missing_ABS_X_Y.diff
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/fix_crash_for_missing_ABS_X_Y.diff

-+
 /PKGBUILD   |   70 +
 extra-i686/PKGBUILD |   43 
 extra-i686/fix_crash_for_missing_ABS_X_Y.diff   |  114 --
 extra-x86_64/PKGBUILD   |   43 
 extra-x86_64/fix_crash_for_missing_ABS_X_Y.diff |  114 --
 5 files changed, 70 insertions(+), 314 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-22 17:56:41 UTC (rev 237916)
+++ extra-i686/PKGBUILD 2015-04-22 17:56:52 UTC (rev 237917)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.13.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' 'libsystemd' 'libevdev')
-makedepends=('systemd')
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-fix_crash_for_missing_ABS_X_Y.diff)
-sha256sums=('6cecaf7fde525f1d81474cbd495ce526d5e34c845d3e9d6f3e2565b7048cc61a'
-'SKIP'
-'c1d19d53f81ba0f98911917dd3239e9e52448f6d45d961e90dadbefb707316f9')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
-
-prepare() {
-  cd $pkgname-$pkgver
-  # https://bugs.freedesktop.org/show_bug.cgi?id=89783#c15 - FS#44416
-  patch -Np1 -i ${srcdir}/fix_crash_for_missing_ABS_X_Y.diff
-}
-
-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 237916, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-22 17:56:52 UTC (rev 237917)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.14.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' 'libsystemd' 'libevdev')
+makedepends=('systemd')
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('2bed202ebe2d5026950d6f9d2ac0f0160d12f61c5a0f6d0d6ef671bbb02c1b64'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
+
+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/fix_crash_for_missing_ABS_X_Y.diff
===
--- extra-i686/fix_crash_for_missing_ABS_X_Y.diff   2015-04-22 17:56:41 UTC 
(rev 237916)
+++ extra-i686/fix_crash_for_missing_ABS_X_Y.diff   2015-04-22 17:56:52 UTC 
(rev 237917)
@@ -1,114 +0,0 @@
-From 67208c0b1acd7b6db8a853994f7e7c9be94e0178 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer peter.hutte...@who-t.net
-Date: Wed, 8 Apr 2015 09:54:29 +1000
-Subject: evdev: fix crash for missing ABS_X/Y
-
-libevdev_set_abs_info() is a noop if the event code isn't enabled on the
-device. This leaves ABS_X/Y on NULL, causing a crash later when dereferencing
-the absinfo.
-
-https://bugs.freedesktop.org/show_bug.cgi?id=89783
-
-Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
-Reviewed-by: Hans de Goede hdego...@redhat.com
-
-diff --git a/src/evdev.c b/src/evdev.c
-index a972b9d..115dc99 100644
 a/src/evdev.c
-+++ b/src/evdev.c
-@@ -1444,9 +1444,9 @@ evdev_fix_android_mt(struct evdev_device *device)
-   !libevdev_has_event_code(evdev, EV_ABS, 

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:05
  Author: jgc
Revision: 223066

db-move: moved libinput from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  libinput/repos/testing-i686/PKGBUILD
(from rev 223030, libinput/repos/gnome-unstable-i686/PKGBUILD)
  libinput/repos/testing-x86_64/PKGBUILD
(from rev 223030, libinput/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libinput/repos/gnome-unstable-i686/
  libinput/repos/gnome-unstable-x86_64/
  libinput/repos/testing-i686/PKGBUILD
  libinput/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   56 ++
 testing-i686/PKGBUILD   |   28 ---
 testing-x86_64/PKGBUILD |   28 ---
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-09-26 10:54:03 UTC (rev 223065)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:05 UTC (rev 223066)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.6.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' 'libsystemd' 'libevdev')
-makedepends=('systemd')
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bfbc'
-'SKIP')
-
-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/testing-i686/PKGBUILD (from rev 223030, 
libinput/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:05 UTC (rev 223066)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.6.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' 'libsystemd' 'libevdev')
+makedepends=('systemd')
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bfbc'
+'SKIP')
+
+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: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-09-26 10:54:03 UTC (rev 223065)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:05 UTC (rev 223066)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.6.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' 'libsystemd' 'libevdev')
-makedepends=('systemd')
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bfbc'
-'SKIP')
-
-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/testing-x86_64/PKGBUILD (from rev 223030, 
libinput/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:05 UTC (rev 223066)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.6.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' 'libsystemd' 'libevdev')
+makedepends=('systemd')
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})