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

Ionut Biru ibiru at archlinux.org
Tue Jan 17 13:02:00 UTC 2012


    Date: Tuesday, January 17, 2012 @ 08:02:00
  Author: ibiru
Revision: 146773

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

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

--------------------------------------------------+
 testing-i686/PKGBUILD                            |   32 +++++++++++++++++++++
 testing-i686/libxcb-1.1-no-pthread-stubs.patch   |   12 +++++++
 testing-x86_64/PKGBUILD                          |   32 +++++++++++++++++++++
 testing-x86_64/libxcb-1.1-no-pthread-stubs.patch |   12 +++++++
 4 files changed, 88 insertions(+)

Copied: libxcb/repos/testing-i686/PKGBUILD (from rev 146772, libxcb/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-01-17 13:02:00 UTC (rev 146773)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=libxcb
+pkgver=1.8
+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=('18b76759d5bbb863777f37bf3aec23ebaa31d5be'
+          '3455e84642283bc91c8313af319002a20bbcbdf4')
+
+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
+  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/testing-i686/libxcb-1.1-no-pthread-stubs.patch (from rev 146772, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===================================================================
--- testing-i686/libxcb-1.1-no-pthread-stubs.patch	                        (rev 0)
+++ testing-i686/libxcb-1.1-no-pthread-stubs.patch	2012-01-17 13:02:00 UTC (rev 146773)
@@ -0,0 +1,12 @@
+diff -up libxcb-1.1/configure.ac.pthread-stubs libxcb-1.1/configure.ac
+--- libxcb-1.1/configure.ac.pthread-stubs	2007-11-04 18:17:11.000000000 -0500
++++ libxcb-1.1/configure.ac	2007-11-12 10:27:06.000000000 -0500
+@@ -31,7 +31,7 @@ AC_SUBST(HTML_CHECK_RESULT)
+ 
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.6)
+-NEEDED="pthread-stubs xau >= 0.99.2"
++NEEDED="xau >= 0.99.2"
+ PKG_CHECK_MODULES(NEEDED, $NEEDED)
+ 
+ have_xdmcp="no"

Copied: libxcb/repos/testing-x86_64/PKGBUILD (from rev 146772, libxcb/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-01-17 13:02:00 UTC (rev 146773)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=libxcb
+pkgver=1.8
+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=('18b76759d5bbb863777f37bf3aec23ebaa31d5be'
+          '3455e84642283bc91c8313af319002a20bbcbdf4')
+
+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
+  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/testing-x86_64/libxcb-1.1-no-pthread-stubs.patch (from rev 146772, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===================================================================
--- testing-x86_64/libxcb-1.1-no-pthread-stubs.patch	                        (rev 0)
+++ testing-x86_64/libxcb-1.1-no-pthread-stubs.patch	2012-01-17 13:02:00 UTC (rev 146773)
@@ -0,0 +1,12 @@
+diff -up libxcb-1.1/configure.ac.pthread-stubs libxcb-1.1/configure.ac
+--- libxcb-1.1/configure.ac.pthread-stubs	2007-11-04 18:17:11.000000000 -0500
++++ libxcb-1.1/configure.ac	2007-11-12 10:27:06.000000000 -0500
+@@ -31,7 +31,7 @@ AC_SUBST(HTML_CHECK_RESULT)
+ 
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.6)
+-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