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

Andreas Radke andyrtr at archlinux.org
Sun Mar 11 18:08:42 UTC 2018


    Date: Sunday, March 11, 2018 @ 18:08:41
  Author: andyrtr
Revision: 318579

archrelease: copy trunk to testing-x86_64

Added:
  xorg-xset/repos/testing-x86_64/
  xorg-xset/repos/testing-x86_64/PKGBUILD
    (from rev 318578, xorg-xset/trunk/PKGBUILD)

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

Copied: xorg-xset/repos/testing-x86_64/PKGBUILD (from rev 318578, xorg-xset/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-03-11 18:08:41 UTC (rev 318579)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xset
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="User preference utility for X"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxmu')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xset-${pkgver}.tar.bz2{,.sig})
+sha512sums=('f24714c9a82081a09d3054bbad98553de9366992f22eaf3e2bcadbb58fad1d3dad2547fef6fa9898d8a9df064573c29df9d82a5c801fa92248604c95f65dc83d'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+  cd xset-${pkgver}
+  ./configure --prefix=/usr --without-fontcache --without-xf86misc
+  make
+ }
+ 
+package() {
+  cd xset-${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