[arch-commits] Commit in libinput/repos (8 files)
Andreas Radke
andyrtr at archlinux.org
Mon Feb 29 17:35:52 UTC 2016
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 <andyrtr at archlinux.org>
-# 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) <office at who-t.net>
-
-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 <andyrtr at archlinux.org>
+# 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) <office at who-t.net>
+
+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
===================================================================
--- testing-x86_64/PKGBUILD 2016-02-29 17:35:38 UTC (rev 260406)
+++ testing-x86_64/PKGBUILD 2016-02-29 17:35:52 UTC (rev 260407)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# 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) <office at who-t.net>
-
-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/PKGBUILD (from rev 260406, libinput/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-29 17:35:52 UTC (rev 260407)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# 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) <office at who-t.net>
+
+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-x86_64/libinput.install
===================================================================
--- testing-x86_64/libinput.install 2016-02-29 17:35:38 UTC (rev 260406)
+++ testing-x86_64/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-x86_64/libinput.install (from rev 260406, libinput/trunk/libinput.install)
===================================================================
--- testing-x86_64/libinput.install (rev 0)
+++ testing-x86_64/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
+}
More information about the arch-commits
mailing list