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

Jan de Groot jgc at archlinux.org
Mon Aug 23 08:25:09 UTC 2010


    Date: Monday, August 23, 2010 @ 04:25:08
  Author: jgc
Revision: 88397

upgpkg: libx11 1.3.5-1
Update to 1.3.5

Modified:
  libx11/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-23 08:17:32 UTC (rev 88396)
+++ PKGBUILD	2010-08-23 08:25:08 UTC (rev 88397)
@@ -2,31 +2,31 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libx11
-pkgver=1.3.4
+pkgver=1.3.5
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
-depends=('libxcb>=1.6' 'kbproto>=1.0.4')
-makedepends=('xproto>=7.0.17' 'xextproto>=7.1.1' 'xf86bigfontproto>=1.2.0' 'xtrans>=1.2.5' 'inputproto>=2.0' 'xorg-util-macros>=1.8.0')
+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')
 options=('!libtool')
 license=('custom:XFREE86')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
         xorg.sh)
-sha1sums=('5aab6dc8ed5ec0e86419626715efc3edd34d1db4'
+sha1sums=('c5dda2b6279f3e3267646576138fcd091a7f3c54'
           'b59214fe7d1d213f86b074a677eb624e52142ad7')
 
 build() {
   cd "${srcdir}/libX11-${pkgver}"
   ./configure --prefix=/usr \
-      --with-xcb --disable-static || return 1
-  make || return 1
-  make check || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+      --with-xcb --disable-static
+  make
+  make check
+  make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/etc/profile.d"
-  install -m755 "${srcdir}/xorg.sh" "${pkgdir}/etc/profile.d/" || return 1
+  install -m755 "${srcdir}/xorg.sh" "${pkgdir}/etc/profile.d/"
 
   install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }




More information about the arch-commits mailing list