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

Alexander Baldeck alexander at archlinux.org
Mon Nov 5 16:18:08 UTC 2007


    Date: Monday, November 5, 2007 @ 11:18:08
  Author: alexander
    Path: /home/cvs-extra/extra/x11-libs/libx11

Modified: PKGBUILD (1.24 -> 1.25)

* rebuild against xcb 1.1
* added license field


----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)


Index: extra/x11-libs/libx11/PKGBUILD
diff -u extra/x11-libs/libx11/PKGBUILD:1.24 extra/x11-libs/libx11/PKGBUILD:1.25
--- extra/x11-libs/libx11/PKGBUILD:1.24	Wed Sep  5 07:14:12 2007
+++ extra/x11-libs/libx11/PKGBUILD	Mon Nov  5 11:18:07 2007
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD,v 1.24 2007/09/05 11:14:12 alexander Exp $
+# $Id: PKGBUILD,v 1.25 2007/11/05 16:18:07 alexander Exp $
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor Jan de Groot <jgc at archlinux.org>
 pkgname=libx11
 pkgver=1.1.3
-pkgrel=4
+pkgrel=5
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
-depends=('libxau' 'libxdmcp' 'libxcb' 'kbproto' 'inputproto' 'bigreqsproto')
+depends=('libxau' 'libxdmcp' 'libxcb>=1.1' 'kbproto' 'inputproto' 'bigreqsproto')
 makedepends=('pkgconfig' 'xcmiscproto' 'xextproto' 'xf86bigfontproto' 'xtrans' \
              'bigreqsproto' 'xorg-util-macros')
-options=(!libtool)
+options=('!libtool')
+license=('custom:XFREE86')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
 	012_ru_RU_UTF-8_XLC_LOCALE.diff
 	xorg.sh)
@@ -33,6 +34,8 @@
   install -m755 ${startdir}/src/xorg.sh \
                 ${startdir}/pkg/etc/profile.d/ || return 1
 
+  install -m644 -D ${startdir}/src/libX11-${pkgver}/COPYING \
+                   ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
 }
 md5sums=('4d43d3e472c552d2f191ecdd4e75112c'
          'c7e38a68b932ed557bc71979eed2a8a1'




More information about the arch-commits mailing list