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

Andreas Radke andyrtr at archlinux.org
Fri Oct 5 21:18:34 UTC 2018


    Date: Friday, October 5, 2018 @ 21:18:34
  Author: andyrtr
Revision: 335859

archrelease: copy trunk to testing-x86_64

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

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

Copied: libxcb/repos/testing-x86_64/PKGBUILD (from rev 335858, libxcb/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-10-05 21:18:34 UTC (rev 335859)
@@ -0,0 +1,45 @@
+# 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.1
+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)
+sha256sums=('a89fb7af7a11f43d2ce84a844a4b38df688c092bf4b67683aef179cdf2a647c4'
+            '21bf86a40e4038c52c2a8c57f76b5f10e211e27562cce7526b4bb6fd025dd0c3')
+#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 335858, 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-10-05 21:18:34 UTC (rev 335859)
@@ -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