[arch-commits] CVS update of extra/x11-libs/libxcb (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Mon Nov 5 16:17:27 UTC 2007


    Date: Monday, November 5, 2007 @ 11:17:27
  Author: alexander
    Path: /home/cvs-extra/extra/x11-libs/libxcb

Modified: PKGBUILD (1.3 -> 1.4)

upgpkg: libxcb 1.1


----------+
 PKGBUILD |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)


Index: extra/x11-libs/libxcb/PKGBUILD
diff -u extra/x11-libs/libxcb/PKGBUILD:1.3 extra/x11-libs/libxcb/PKGBUILD:1.4
--- extra/x11-libs/libxcb/PKGBUILD:1.3	Sat Nov 25 17:43:47 2006
+++ extra/x11-libs/libxcb/PKGBUILD	Mon Nov  5 11:17:27 2007
@@ -1,22 +1,20 @@
-# $Id: PKGBUILD,v 1.3 2006/11/25 22:43:47 jgc Exp $
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
+# $Id: PKGBUILD,v 1.4 2007/11/05 16:17:27 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=libxcb
-pkgver=1.0
-pkgrel=2
+pkgver=1.1
+pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xcb.freedesktop.org/"
-depends=('xcb-proto>=1.0' 'libxdmcp' 'libxau')
+depends=('xcb-proto>=1.1' 'libxdmcp' 'libxau')
 makedepends=('pkgconfig' 'libxslt' 'libpthread-stubs')
-options=('nolibtool')
-source=(${url}/dist/${pkgname}-${pkgver}.tar.bz2
-	xcb_xlib-no-assert-on-lock.patch)
-md5sums=('0eb951fd0fa9542dbe4fc3530b81a3b6' '6d14dbc36518f9d3e26a27380e0a5da7')
+options=('!libtool')
+license=('custom')
+source=(${url}/dist/${pkgname}-${pkgver}.tar.bz2)
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np0 -i ${startdir}/src/xcb_xlib-no-assert-on-lock.patch || return 1
   ./configure --prefix=/usr \
               --build=${CHOST} --host=${CHOST}
   make || return 1
@@ -24,4 +22,8 @@
   # Remove pthread-stubs dependency from pc files,
   # the stubs package doesn't provide any libs since our libc is complete.
   sed -i -e 's/pthread-stubs//' ${startdir}/pkg/usr/lib/pkgconfig/*.pc
+
+  install -m644 -D ${startdir}/src/${pkgname}-${pkgver}/COPYING \
+                   ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
 }
+md5sums=('9310b02433273d75d42f10da3c7455aa')




More information about the arch-commits mailing list