[arch-commits] Commit in xorg-xinput/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Wed Jul 17 06:40:06 UTC 2019


    Date: Wednesday, July 17, 2019 @ 06:40:06
  Author: andyrtr
Revision: 358082

archrelease: copy trunk to testing-x86_64

Added:
  xorg-xinput/repos/testing-x86_64/
  xorg-xinput/repos/testing-x86_64/PKGBUILD
    (from rev 358081, xorg-xinput/trunk/PKGBUILD)

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

Copied: xorg-xinput/repos/testing-x86_64/PKGBUILD (from rev 358081, xorg-xinput/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-07-17 06:40:06 UTC (rev 358082)
@@ -0,0 +1,29 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xinput
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="Small commandline tool to configure devices"
+arch=(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})
+sha512sums=('cb2fef866ac5a71dbca3e23b4ecadaca38e65dc1b30f8bb024bad92486554fafc472706619a1af04c746a4f53ce6aea827d694b9f4f0c7d0d46bb1da81984076'
+            '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