[arch-commits] Commit in xcb-proto/repos (testing-any testing-any/PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Feb 23 05:17:59 UTC 2020


    Date: Sunday, February 23, 2020 @ 05:17:58
  Author: andyrtr
Revision: 376085

archrelease: copy trunk to testing-any

Added:
  xcb-proto/repos/testing-any/
  xcb-proto/repos/testing-any/PKGBUILD
    (from rev 376084, xcb-proto/trunk/PKGBUILD)

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

Copied: xcb-proto/repos/testing-any/PKGBUILD (from rev 376084, xcb-proto/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2020-02-23 05:17:58 UTC (rev 376085)
@@ -0,0 +1,34 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xcb-proto
+pkgver=1.14
+pkgrel=1
+pkgdesc="XML-XCB protocol descriptions"
+arch=(any)
+url="https://xcb.freedesktop.org/"
+license=('custom')
+makedepends=('python' 'libxml2')
+source=(https://xorg.freedesktop.org/archive/individual/proto/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('de66d568163b6da2be9d6c59984f3afa3acd119a781378638045fd68018665ef5c9af98f024e9962ba3eb7c7a4d85c27ba70ffafceb2324ccc6940f34de16690'
+            'SKIP')
+validpgpkeys=('A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # "Daniel Stone <daniels at collabora.com>"
+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner <mattst88 at gmail.com>"
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver 
+  make -k check || /bin/true
+}
+
+package() {
+  cd $pkgname-$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