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

Andreas Radke andyrtr at nymeria.archlinux.org
Sun Dec 22 20:35:05 UTC 2013


    Date: Sunday, December 22, 2013 @ 21:35:04
  Author: andyrtr
Revision: 202628

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

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

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

Copied: libxcb/repos/staging-i686/PKGBUILD (from rev 202627, libxcb/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-12-22 20:35:04 UTC (rev 202628)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=libxcb
+pkgver=1.10
+pkgrel=1
+pkgdesc="X11 client-side library"
+arch=('i686' 'x86_64')
+url="http://xcb.freedesktop.org/"
+depends=('xcb-proto>=1.10' 'libxdmcp' 'libxau')
+makedepends=('pkgconfig' 'libxslt' 'python')
+license=('custom')
+source=($url/dist/$pkgname-$pkgver.tar.bz2
+        libxcb-1.1-no-pthread-stubs.patch)
+sha256sums=('98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5'
+            '748ed83af60468a0eb6785222e4a5ca589d28f20b9bfc60d5936ec93b8eef356')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i ../libxcb-1.1-no-pthread-stubs.patch
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+    --enable-xinput \
+    --enable-xkb \
+    --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd "$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 202627, 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	2013-12-22 20:35:04 UTC (rev 202628)
@@ -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
+@@ -43,7 +43,7 @@
+ 
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.10)
+-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 202627, libxcb/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-12-22 20:35:04 UTC (rev 202628)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=libxcb
+pkgver=1.10
+pkgrel=1
+pkgdesc="X11 client-side library"
+arch=('i686' 'x86_64')
+url="http://xcb.freedesktop.org/"
+depends=('xcb-proto>=1.10' 'libxdmcp' 'libxau')
+makedepends=('pkgconfig' 'libxslt' 'python')
+license=('custom')
+source=($url/dist/$pkgname-$pkgver.tar.bz2
+        libxcb-1.1-no-pthread-stubs.patch)
+sha256sums=('98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5'
+            '748ed83af60468a0eb6785222e4a5ca589d28f20b9bfc60d5936ec93b8eef356')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i ../libxcb-1.1-no-pthread-stubs.patch
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+    --enable-xinput \
+    --enable-xkb \
+    --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd "$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 202627, 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	2013-12-22 20:35:04 UTC (rev 202628)
@@ -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
+@@ -43,7 +43,7 @@
+ 
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.10)
+-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