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

Andreas Radke andyrtr at archlinux.org
Sun Mar 11 18:21:23 UTC 2018


    Date: Sunday, March 11, 2018 @ 18:21:22
  Author: andyrtr
Revision: 318585

archrelease: copy trunk to testing-x86_64

Added:
  xorg-xwininfo/repos/testing-x86_64/
  xorg-xwininfo/repos/testing-x86_64/PKGBUILD
    (from rev 318584, xorg-xwininfo/trunk/PKGBUILD)

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

Copied: xorg-xwininfo/repos/testing-x86_64/PKGBUILD (from rev 318584, xorg-xwininfo/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-03-11 18:21:22 UTC (rev 318585)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xwininfo
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Command-line utility to print information about windows on an X server"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxcb')
+makedepends=('xorg-util-macros' 'libx11')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xwininfo-${pkgver}.tar.bz2{,.sig})
+sha512sums=('d3ab103a0a311e08d1eabc4346750c21eb7d2fbcdc27cab0989a2624b9cd488911614fcf9832603353450114b1231a8f8262cab16e090a0d458d83ec7b6b959b'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+  cd xwininfo-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xwininfo-${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