[arch-commits] Commit in libxcb/trunk (PKGBUILD libxcb-1.1-no-pthread-stubs.patch)

Andreas Radke andyrtr at archlinux.org
Thu May 19 20:23:08 UTC 2016


    Date: Thursday, May 19, 2016 @ 22:23:08
  Author: andyrtr
Revision: 268334

prepare next update

Modified:
  libxcb/trunk/PKGBUILD
  libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch

-----------------------------------+
 PKGBUILD                          |   10 +++++-----
 libxcb-1.1-no-pthread-stubs.patch |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-19 20:20:54 UTC (rev 268333)
+++ PKGBUILD	2016-05-19 20:23:08 UTC (rev 268334)
@@ -4,18 +4,18 @@
 # Contributor: Alexander Baldeck <alexander at archlinux.org>
 
 pkgname=libxcb
-pkgver=1.11.1
+pkgver=1.12
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=('i686' 'x86_64')
 url="http://xcb.freedesktop.org/"
-depends=('xcb-proto>=1.11' 'libxdmcp' 'libxau')
+depends=('xcb-proto>=1.12' 'libxdmcp' 'libxau')
 makedepends=('libxslt' 'python' 'xorg-util-macros')
 license=('custom')
 source=($url/dist/$pkgname-$pkgver.tar.bz2
         libxcb-1.1-no-pthread-stubs.patch)
-sha256sums=('b720fd6c7d200e5371affdb3f049cc8f88cff9aed942ff1b824d95eedbf69d30'
-            '3923bcb1930b851012968435909597d8d5251c72153511cb2982636c97100cc3')
+sha256sums=('4adfb1b7c67e99bc9c2ccb110b2f175686576d2f792c8a71b9c8b19014057b5b'
+            '37debaf892235a516a50a4975e6229538d3b4696b4571a8dea05eed774004aff')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -29,7 +29,7 @@
     --enable-xinput \
     --enable-xkb \
     --disable-static
-  make
+  make -j1
 }
 
 check() {

Modified: libxcb-1.1-no-pthread-stubs.patch
===================================================================
--- libxcb-1.1-no-pthread-stubs.patch	2016-05-19 20:20:54 UTC (rev 268333)
+++ libxcb-1.1-no-pthread-stubs.patch	2016-05-19 20:23:08 UTC (rev 268334)
@@ -3,7 +3,7 @@
 @@ -43,7 +43,7 @@
  
  # Checks for pkg-config packages
- PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.11)
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.12)
 -NEEDED="pthread-stubs xau >= 0.99.2"
 +NEEDED="xau >= 0.99.2"
  PKG_CHECK_MODULES(NEEDED, $NEEDED)



More information about the arch-commits mailing list