[arch-commits] Commit in libinput/repos (8 files)
Andreas Radke
andyrtr at archlinux.org
Fri Sep 4 17:15:00 UTC 2015
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 <andyrtr at 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) <office at 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 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 <andyrtr at archlinux.org>
+# 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) <office at 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-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 <andyrtr at 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) <office at 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-x86_64/PKGBUILD (from rev 245291, libinput/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-09-04 17:15:00 UTC (rev 245292)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# 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) <office at 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-x86_64/libinput.install
===================================================================
--- extra-x86_64/libinput.install 2015-09-04 17:14:50 UTC (rev 245291)
+++ extra-x86_64/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-x86_64/libinput.install (from rev 245291, libinput/trunk/libinput.install)
===================================================================
--- extra-x86_64/libinput.install (rev 0)
+++ extra-x86_64/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
+}
More information about the arch-commits
mailing list