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

Jan de Groot jgc at nymeria.archlinux.org
Wed Jun 11 16:32:34 UTC 2014


    Date: Wednesday, June 11, 2014 @ 18:32:34
  Author: jgc
Revision: 215034

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

Added:
  libinput/repos/staging-i686/
  libinput/repos/staging-i686/PKGBUILD
    (from rev 215033, libinput/trunk/PKGBUILD)
  libinput/repos/staging-x86_64/
  libinput/repos/staging-x86_64/PKGBUILD
    (from rev 215033, libinput/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: libinput/repos/staging-i686/PKGBUILD (from rev 215033, libinput/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-06-11 16:32:34 UTC (rev 215034)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.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' 'libsystemd' 'libevdev')
+makedepends=('systemd')
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('5859dfc30d5a1a8c0141be0880b5e84c842230c621b8b0d45610ff3c1366b913')
+
+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/staging-x86_64/PKGBUILD (from rev 215033, libinput/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-06-11 16:32:34 UTC (rev 215034)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.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' 'libsystemd' 'libevdev')
+makedepends=('systemd')
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('5859dfc30d5a1a8c0141be0880b5e84c842230c621b8b0d45610ff3c1366b913')
+
+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"
+}




More information about the arch-commits mailing list