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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Oct 5 16:55:35 UTC 2012


    Date: Friday, October 5, 2012 @ 12:55:34
  Author: andyrtr
Revision: 168070

archrelease: copy trunk to staging-i686, staging-x86_64

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

--------------------------------------------------+
 staging-i686/PKGBUILD                            |   35 +++++++++++++++++++++
 staging-i686/libxcb-1.1-no-pthread-stubs.patch   |   11 ++++++
 staging-x86_64/PKGBUILD                          |   35 +++++++++++++++++++++
 staging-x86_64/libxcb-1.1-no-pthread-stubs.patch |   11 ++++++
 4 files changed, 92 insertions(+)

Copied: libxcb/repos/staging-i686/PKGBUILD (from rev 168069, libxcb/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-10-05 16:55:34 UTC (rev 168070)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=libxcb
+pkgver=1.9
+pkgrel=1
+pkgdesc="X11 client-side library"
+arch=(i686 x86_64)
+url="http://xcb.freedesktop.org/"
+depends=('xcb-proto>=1.7' 'libxdmcp' 'libxau')
+makedepends=('pkgconfig' 'libxslt' 'python2')
+options=('!libtool')
+license=('custom')
+source=($url/dist/$pkgname-$pkgver.tar.bz2
+        libxcb-1.1-no-pthread-stubs.patch)
+sha1sums=('ad2fb95eeec41ba3d39502a4f7460c3b64fdf061'
+          'd2df03ddf3e949c10c2c185256b0eb7fa02837ab')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i "$srcdir/libxcb-1.1-no-pthread-stubs.patch"
+  PYTHON=/usr/bin/python2 
+  ./autogen.sh --prefix=/usr \
+    --enable-xinput \
+    --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$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/staging-i686/libxcb-1.1-no-pthread-stubs.patch (from rev 168069, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===================================================================
--- staging-i686/libxcb-1.1-no-pthread-stubs.patch	                        (rev 0)
+++ staging-i686/libxcb-1.1-no-pthread-stubs.patch	2012-10-05 16:55:34 UTC (rev 168070)
@@ -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"

Copied: libxcb/repos/staging-x86_64/PKGBUILD (from rev 168069, libxcb/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-10-05 16:55:34 UTC (rev 168070)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=libxcb
+pkgver=1.9
+pkgrel=1
+pkgdesc="X11 client-side library"
+arch=(i686 x86_64)
+url="http://xcb.freedesktop.org/"
+depends=('xcb-proto>=1.7' 'libxdmcp' 'libxau')
+makedepends=('pkgconfig' 'libxslt' 'python2')
+options=('!libtool')
+license=('custom')
+source=($url/dist/$pkgname-$pkgver.tar.bz2
+        libxcb-1.1-no-pthread-stubs.patch)
+sha1sums=('ad2fb95eeec41ba3d39502a4f7460c3b64fdf061'
+          'd2df03ddf3e949c10c2c185256b0eb7fa02837ab')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i "$srcdir/libxcb-1.1-no-pthread-stubs.patch"
+  PYTHON=/usr/bin/python2 
+  ./autogen.sh --prefix=/usr \
+    --enable-xinput \
+    --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$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/staging-x86_64/libxcb-1.1-no-pthread-stubs.patch (from rev 168069, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===================================================================
--- staging-x86_64/libxcb-1.1-no-pthread-stubs.patch	                        (rev 0)
+++ staging-x86_64/libxcb-1.1-no-pthread-stubs.patch	2012-10-05 16:55:34 UTC (rev 168070)
@@ -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