[arch-commits] Commit in lib32-libxcb/repos/multilib-x86_64 (4 files)

Laurent Carlier lcarlier at nymeria.archlinux.org
Thu May 30 19:43:44 UTC 2013


    Date: Thursday, May 30, 2013 @ 21:43:44
  Author: lcarlier
Revision: 91993

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxcb/repos/multilib-x86_64/PKGBUILD
    (from rev 91992, lib32-libxcb/trunk/PKGBUILD)
  lib32-libxcb/repos/multilib-x86_64/libxcb-1.1-no-pthread-stubs.patch
    (from rev 91992, lib32-libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
Deleted:
  lib32-libxcb/repos/multilib-x86_64/PKGBUILD
  lib32-libxcb/repos/multilib-x86_64/libxcb-1.1-no-pthread-stubs.patch

-----------------------------------+
 PKGBUILD                          |   96 ++++++++++++++++++------------------
 libxcb-1.1-no-pthread-stubs.patch |   22 ++++----
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-30 19:43:37 UTC (rev 91992)
+++ PKGBUILD	2013-05-30 19:43:44 UTC (rev 91993)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Baldeck <alexander at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-_pkgbasename=libxcb
-pkgname=lib32-$_pkgbasename
-pkgver=1.9
-pkgrel=2
-pkgdesc="X11 client-side library (32-bit)"
-arch=(x86_64)
-url="http://xcb.freedesktop.org/"
-depends=('lib32-libxdmcp' 'lib32-libxau' $_pkgbasename)
-makedepends=('pkgconfig' 'libxslt' 'python2' 'gcc-multilib'
-             'autoconf')
-options=('!libtool')
-license=('custom')
-source=(${url}/dist/${_pkgbasename}-${pkgver}.tar.bz2
-        libxcb-1.1-no-pthread-stubs.patch)
-sha1sums=('ad2fb95eeec41ba3d39502a4f7460c3b64fdf061'
-          'd2df03ddf3e949c10c2c185256b0eb7fa02837ab')
-
-build() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}/libxcb-1.1-no-pthread-stubs.patch"
-
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  PYTHON=/usr/bin/python2 ./autogen.sh \
-	  --prefix=/usr \
-	  --enable-xinput \
-          --enable-xkb \
-	  --libdir=/usr/lib32 \
-	  --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share}
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname" 
-}

Copied: lib32-libxcb/repos/multilib-x86_64/PKGBUILD (from rev 91992, lib32-libxcb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-30 19:43:44 UTC (rev 91993)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+_pkgbasename=libxcb
+pkgname=lib32-$_pkgbasename
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="X11 client-side library (32-bit)"
+arch=(x86_64)
+url="http://xcb.freedesktop.org/"
+depends=('lib32-libxdmcp' 'lib32-libxau' $_pkgbasename)
+makedepends=('pkgconfig' 'libxslt' 'python2' 'gcc-multilib'
+             'autoconf')
+options=('!libtool')
+license=('custom')
+source=(${url}/dist/${_pkgbasename}-${pkgver}.tar.bz2
+        libxcb-1.1-no-pthread-stubs.patch)
+sha256sums=('d44a5ff4eb0b9569e6f7183b51fdaf6f58da90e7d6bfc36b612d7263f83e362f'
+            '1ec7a6e7dc8639baa6c3fbc61ca8556108fb824598bd6ab5ef1fa50d48d6d310')
+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/libxcb-1.1-no-pthread-stubs.patch"
+
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  PYTHON=/usr/bin/python2 ./autogen.sh \
+	  --prefix=/usr \
+	  --enable-xinput \
+          --enable-xkb \
+	  --libdir=/usr/lib32 \
+	  --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname" 
+}

Deleted: libxcb-1.1-no-pthread-stubs.patch
===================================================================
--- libxcb-1.1-no-pthread-stubs.patch	2013-05-30 19:43:37 UTC (rev 91992)
+++ libxcb-1.1-no-pthread-stubs.patch	2013-05-30 19:43:44 UTC (rev 91993)
@@ -1,11 +0,0 @@
---- 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
-@@ -35,7 +35,7 @@
- 
- # Checks for pkg-config packages
- PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.7)
--NEEDED="pthread-stubs xau >= 0.99.2"
-+NEEDED="xau >= 0.99.2"
- PKG_CHECK_MODULES(NEEDED, $NEEDED)
- 
- have_xdmcp="no"

Copied: lib32-libxcb/repos/multilib-x86_64/libxcb-1.1-no-pthread-stubs.patch (from rev 91992, lib32-libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===================================================================
--- libxcb-1.1-no-pthread-stubs.patch	                        (rev 0)
+++ libxcb-1.1-no-pthread-stubs.patch	2013-05-30 19:43:44 UTC (rev 91993)
@@ -0,0 +1,11 @@
+--- 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
+@@ -35,7 +35,7 @@
+ 
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.7)
+-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