[arch-commits] Commit in xorg-xhost/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 13:57:19 UTC 2020


    Date: Saturday, May 16, 2020 @ 13:57:19
  Author: foutrelis
Revision: 384706

archrelease: copy trunk to staging-x86_64

Added:
  xorg-xhost/repos/staging-x86_64/
  xorg-xhost/repos/staging-x86_64/PKGBUILD
    (from rev 384705, xorg-xhost/trunk/PKGBUILD)

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

Copied: xorg-xhost/repos/staging-x86_64/PKGBUILD (from rev 384705, xorg-xhost/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 13:57:19 UTC (rev 384706)
@@ -0,0 +1,28 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xhost
+pkgver=1.0.8
+pkgrel=2
+pkgdesc="Server access control program for X"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11' 'libxmu')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xhost-${pkgver}.tar.bz2{,.sig})
+sha512sums=('55581f9bc45a70a73b13fe718ca83c4cb0a6116d26addc0f07659ebeb5bf7d2379e84cab5a1702ae77a298a66f42ae03f41ddc7d5acd61c6f18448e58ad7cb6b'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
+
+build() {
+  cd xhost-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xhost-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list