[arch-commits] Commit in libx11/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Nov 28 15:49:36 UTC 2010


    Date: Sunday, November 28, 2010 @ 10:49:36
  Author: jgc
Revision: 101265

upgpkg: libx11 1.4.0-1
Update to 1.4.0, remove XF86BIGFONT support, our server does not support it either

Modified:
  libx11/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-28 15:40:35 UTC (rev 101264)
+++ PKGBUILD	2010-11-28 15:49:36 UTC (rev 101265)
@@ -2,24 +2,23 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libx11
-pkgver=1.3.5
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
-depends=('libxcb>=1.7' 'kbproto>=1.0.5')
-makedepends=('xproto>=7.0.18' 'xextproto>=7.1.2' 'xf86bigfontproto>=1.2.0' 'xtrans>=1.2.5' 'inputproto>=2.0' 'xorg-util-macros>=1.10.0')
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
 options=('!libtool')
 license=('custom:XFREE86')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
         xorg.sh)
-sha1sums=('c5dda2b6279f3e3267646576138fcd091a7f3c54'
+sha1sums=('3d198f5578733d6c3d81c005025875f6d084668e'
           '4b756387426afb2a5bb7a155631ec42348abf5c1')
 
 build() {
   cd "${srcdir}/libX11-${pkgver}"
-  ./configure --prefix=/usr \
-      --with-xcb --disable-static
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
   make
   make check
   make DESTDIR="${pkgdir}" install




More information about the arch-commits mailing list