[arch-commits] Commit in libxcb/repos (3 files)

Andreas Radke andyrtr at archlinux.org
Tue Mar 6 19:12:34 UTC 2018


    Date: Tuesday, March 6, 2018 @ 19:12:32
  Author: andyrtr
Revision: 317924

archrelease: copy trunk to testing-x86_64

Added:
  libxcb/repos/testing-x86_64/
  libxcb/repos/testing-x86_64/PKGBUILD
    (from rev 317923, libxcb/trunk/PKGBUILD)
  libxcb/repos/testing-x86_64/libxcb-1.1-no-pthread-stubs.patch
    (from rev 317923, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)

-----------------------------------+
 PKGBUILD                          |   47 ++++++++++++++++++++++++++++++++++++
 libxcb-1.1-no-pthread-stubs.patch |   11 ++++++++
 2 files changed, 58 insertions(+)

Copied: libxcb/repos/testing-x86_64/PKGBUILD (from rev 317923, libxcb/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-03-06 19:12:32 UTC (rev 317924)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=libxcb
+pkgver=1.13
+pkgrel=1
+pkgdesc="X11 client-side library"
+arch=('x86_64')
+url="https://xcb.freedesktop.org/"
+depends=('xcb-proto>=1.12' 'libxdmcp' 'libxau')
+makedepends=('libxslt' 'python' 'xorg-util-macros')
+license=('custom')
+source=($url/dist/$pkgname-$pkgver.tar.bz2{,.sig}
+        libxcb-1.1-no-pthread-stubs.patch)
+sha512sums=('d99bbe386a65f60fcc0cc2935e4a365bc0577b5e90433e18778a665a5aee8ebc8e9e8cb0aedac0ac4a276147c0507e759a716874ea4f80792b2fc18eefbc128c'
+            'SKIP'
+            '19f3a5d740dd21e1060d84c5028ae575c0a69166a125dea62633193a87c387cfd108809dc7cf50b46880286e0830952b9b8d685be4a0303d9bb410eda07647cf')
+validpgpkeys=('A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # "Daniel Stone <daniels at collabora.com>"
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i ../libxcb-1.1-no-pthread-stubs.patch
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+    --enable-xinput \
+    --enable-xkb \
+    --disable-static
+  make -j1
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -m755 -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname"
+}

Copied: libxcb/repos/testing-x86_64/libxcb-1.1-no-pthread-stubs.patch (from rev 317923, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===================================================================
--- testing-x86_64/libxcb-1.1-no-pthread-stubs.patch	                        (rev 0)
+++ testing-x86_64/libxcb-1.1-no-pthread-stubs.patch	2018-03-06 19:12:32 UTC (rev 317924)
@@ -0,0 +1,11 @@
+--- libxcb-1.13/configure.ac	2018-03-05 10:21:04.000000000 +0100
++++ libxcb-1.13/configure.ac.new	2018-03-06 20:04:40.316910088 +0100
+@@ -51,7 +51,7 @@
+ 
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.13)
+-NEEDED="pthread-stubs xau >= 0.99.2"
++NEEDED="xau >= 0.99.2"
+ PKG_CHECK_MODULES(NEEDED, $NEEDED)
+ 
+ have_xdmcp="no"



More information about the arch-commits mailing list