[arch-commits] Commit in xorg-xinput/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sun Jan 15 11:02:55 UTC 2017
Date: Sunday, January 15, 2017 @ 11:02:55
Author: andyrtr
Revision: 286475
archrelease: copy trunk to extra-x86_64
Added:
xorg-xinput/repos/extra-x86_64/PKGBUILD
(from rev 286474, xorg-xinput/trunk/PKGBUILD)
Deleted:
xorg-xinput/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 58 ++++++++++++++++++++++++++++++----------------------------
1 file changed, 30 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-15 11:02:21 UTC (rev 286474)
+++ PKGBUILD 2017-01-15 11:02:55 UTC (rev 286475)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xinput
-pkgver=1.6.2
-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' 'libxfixes')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2)
-sha256sums=('3694d29b4180952fbf13c6d4e59541310cbb11eef5bf888ff3d8b7f4e3aee5c4')
-
-build() {
- cd xinput-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd xinput-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
Copied: xorg-xinput/repos/extra-x86_64/PKGBUILD (from rev 286474, xorg-xinput/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-01-15 11:02:55 UTC (rev 286475)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xinput
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Small commandline tool to configure devices"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11' 'libxi>=1.5.99.2' 'xorg-xrandr' 'libxinerama')
+makedepends=('xorg-util-macros' 'inputproto' 'libxfixes')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2{,.sig})
+sha256sums=('3694d29b4180952fbf13c6d4e59541310cbb11eef5bf888ff3d8b7f4e3aee5c4'
+ 'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # "Peter Hutterer (Who-T) <office at who-t.net>"
+
+build() {
+ cd xinput-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd 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