[arch-commits] Commit in xorg-xinput/repos (3 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 12 09:46:08 UTC 2012


    Date: Sunday, February 12, 2012 @ 04:46:07
  Author: andyrtr
Revision: 150094

db-move: moved xorg-xinput from [staging] to [testing] (i686)

Added:
  xorg-xinput/repos/testing-i686/
  xorg-xinput/repos/testing-i686/PKGBUILD
    (from rev 149988, xorg-xinput/repos/staging-i686/PKGBUILD)
Deleted:
  xorg-xinput/repos/staging-i686/

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: xorg-xinput/repos/testing-i686/PKGBUILD (from rev 149988, xorg-xinput/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-02-12 09:46:07 UTC (rev 150094)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xinput
+pkgver=1.5.99.1
+pkgrel=1
+pkgdesc="Small commandline tool to configure devices"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11' 'libxi>=1.5.99.2' 'xorg-xrandr' 'libxinerama')
+makedepends=('xorg-util-macros' 'inputproto')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2)
+sha1sums=('f979d9a4005d71db7e58064dff6ca6738bd9a345')
+
+build() {
+  cd "${srcdir}/xinput-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xinput-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}




More information about the arch-commits mailing list