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

Andreas Radke andyrtr at archlinux.org
Sun Feb 23 06:55:54 UTC 2020


    Date: Sunday, February 23, 2020 @ 06:55:54
  Author: andyrtr
Revision: 376091

upgpkg: libxcb 1.14-1: upstream update 1.14

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

-----------------------------------+
 PKGBUILD                          |   24 +++++++++---------------
 libxcb-1.1-no-pthread-stubs.patch |   11 -----------
 2 files changed, 9 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 06:32:54 UTC (rev 376090)
+++ PKGBUILD	2020-02-23 06:55:54 UTC (rev 376091)
@@ -3,26 +3,20 @@
 # Contributor: Alexander Baldeck <alexander at archlinux.org>
 
 pkgname=libxcb
-pkgver=1.13.1
+pkgver=1.14
 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')
+depends=('xcb-proto' 'libxdmcp' 'libxau')
+makedepends=('libxslt' 'python' 'xorg-util-macros' 'xorgproto')
 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>"
+source=(https://xorg.freedesktop.org/archive/individual/lib/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('b90a23204b0d2c29d8b115577edb01df0465e02d6a8876550fecd62375d24a5d5f872ddd5946772ddba077cadce75b12c7a6d218469dc30b5b92bc82188e8bc6'
+            'SKIP')
+validpgpkeys=('A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # "Daniel Stone <daniels at collabora.com>"
+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner <mattst88 at gmail.com>"
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i ../libxcb-1.1-no-pthread-stubs.patch
-  autoreconf -vfi
-}
-
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr \
@@ -29,7 +23,7 @@
     --enable-xinput \
     --enable-xkb \
     --disable-static
-  make -j1
+  make
 }
 
 check() {

Deleted: libxcb-1.1-no-pthread-stubs.patch
===================================================================
--- libxcb-1.1-no-pthread-stubs.patch	2020-02-23 06:32:54 UTC (rev 376090)
+++ libxcb-1.1-no-pthread-stubs.patch	2020-02-23 06:55:54 UTC (rev 376091)
@@ -1,11 +0,0 @@
---- 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