[arch-commits] Commit in xorg-xinput/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Feb 3 17:01:42 UTC 2012


    Date: Friday, February 3, 2012 @ 12:01:41
  Author: andyrtr
Revision: 148556

upgpkg: xorg-xinput 1.5.4-1

upstream release 1.5.4

Modified:
  xorg-xinput/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-03 16:49:35 UTC (rev 148555)
+++ PKGBUILD	2012-02-03 17:01:41 UTC (rev 148556)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xorg-xinput
-pkgver=1.5.3
-pkgrel=2
+pkgver=1.5.4
+pkgrel=1
 pkgdesc="Small commandline tool to configure devices"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
@@ -12,12 +12,16 @@
 makedepends=('xorg-util-macros' 'inputproto')
 groups=('xorg-apps' 'xorg')
 source=(http://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2)
-sha1sums=('70f258279acaa45fb77820ae3f8c2bee9f2d2235')
+sha1sums=('4e77f4034aa4bc720726beb0795d77a47a71d2c8')
 
 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