[arch-commits] Commit in lib32-libxcb/trunk (2 files)

Laurent Carlier lcarlier at archlinux.org
Sat Mar 10 12:41:30 UTC 2018


    Date: Saturday, March 10, 2018 @ 12:41:29
  Author: lcarlier
Revision: 306041

upgpkg: lib32-libxcb 1.13-1

upstream update 1.13

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

-----------------------------------+
 PKGBUILD                          |   13 +++++--------
 libxcb-1.1-no-pthread-stubs.patch |    8 ++++----
 2 files changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-10 12:40:23 UTC (rev 306040)
+++ PKGBUILD	2018-03-10 12:41:29 UTC (rev 306041)
@@ -4,8 +4,8 @@
 
 _pkgbasename=libxcb
 pkgname=lib32-$_pkgbasename
-pkgver=1.12
-pkgrel=2
+pkgver=1.13
+pkgrel=1
 pkgdesc="X11 client-side library (32-bit)"
 arch=(x86_64)
 url="http://xcb.freedesktop.org/"
@@ -14,17 +14,14 @@
              'autoconf')
 license=('custom')
 source=(${url}/dist/${_pkgbasename}-${pkgver}.tar.bz2
-        libxcb-1.1-no-pthread-stubs.patch
-        python-35x-fixes.patch)
-sha256sums=('4adfb1b7c67e99bc9c2ccb110b2f175686576d2f792c8a71b9c8b19014057b5b'
-            '37debaf892235a516a50a4975e6229538d3b4696b4571a8dea05eed774004aff'
-            'e66140ac2270b47e940db82975e2d28d3536ca1bd0eae63bce3b900ed81fa517')
+        libxcb-1.1-no-pthread-stubs.patch)
+sha256sums=('188c8752193c50ff2dbe89db4554c63df2e26a2e47b0fa415a70918b5b851daa'
+            '21bf86a40e4038c52c2a8c57f76b5f10e211e27562cce7526b4bb6fd025dd0c3')
 
 prepare() {
   cd "${srcdir}/${_pkgbasename}-${pkgver}"
 
   patch -Np1 -i ../libxcb-1.1-no-pthread-stubs.patch
-  patch -Np1 -i ../python-35x-fixes.patch
   autoreconf -vfi
 }
 

Modified: libxcb-1.1-no-pthread-stubs.patch
===================================================================
--- libxcb-1.1-no-pthread-stubs.patch	2018-03-10 12:40:23 UTC (rev 306040)
+++ libxcb-1.1-no-pthread-stubs.patch	2018-03-10 12:41:29 UTC (rev 306041)
@@ -1,9 +1,9 @@
---- libxcb-1.8.1/configure.ac	2012-03-09 15:38:38.000000000 +0100
-+++ libxcb-1.8.1/configure.ac.new	2012-03-09 16:50:40.107109896 +0100
-@@ -43,7 +43,7 @@
+--- 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.12)
+ 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)



More information about the arch-commits mailing list