[arch-commits] Commit in xcb-util-errors/repos (2 files)

Brett Cornwall ainola at archlinux.org
Sun Dec 9 23:46:02 UTC 2018


    Date: Sunday, December 9, 2018 @ 23:46:01
  Author: ainola
Revision: 413492

archrelease: copy trunk to community-testing-x86_64

Added:
  xcb-util-errors/repos/community-testing-x86_64/
  xcb-util-errors/repos/community-testing-x86_64/PKGBUILD
    (from rev 413491, xcb-util-errors/trunk/PKGBUILD)

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

Copied: xcb-util-errors/repos/community-testing-x86_64/PKGBUILD (from rev 413491, xcb-util-errors/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-12-09 23:46:01 UTC (rev 413492)
@@ -0,0 +1,25 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+# Contributor: emersion
+
+pkgname=xcb-util-errors
+pkgver=1.0
+pkgrel=3
+pkgdesc='XCB errors library'
+arch=('x86_64')
+url='https://cgit.freedesktop.org/xcb/util-errors/'
+license=('MIT')
+depends=('libxcb')
+source=("$pkgname-$pkgver.tar.bz2::https://xcb.freedesktop.org/dist/xcb-util-errors-$pkgver.tar.bz2")
+sha256sums=('682681769e818ba085870d1ccd65f1f282ca16ca7d6f0f73ee70bc3642aa1995')
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir/" install
+    install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



More information about the arch-commits mailing list