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 <[email protected]>
+# 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) <[email protected]>
+
+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 2>&1
+}
+
+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 <[email protected]>
+# 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) <[email protected]>
+
+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 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Reply via email to