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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Oct 11 16:27:24 UTC 2009


    Date: Sunday, October 11, 2009 @ 12:27:24
  Author: andyrtr
Revision: 54651

upgpkg: libxfixes 4.0.4-1
    new version 4.0.4

Modified:
  libxfixes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-11 16:25:53 UTC (rev 54650)
+++ PKGBUILD	2009-10-11 16:27:24 UTC (rev 54651)
@@ -2,21 +2,21 @@
 #Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libxfixes
-pkgver=4.0.3
-pkgrel=2
+pkgver=4.0.4
+pkgrel=1
 pkgdesc="X11 miscellaneous 'fixes' extension library"
 arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/"
 license=('custom')
-depends=('libx11' 'fixesproto')
+depends=('libx11>=1.3' 'fixesproto>=4.1.1')
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXfixes-${pkgver}.tar.bz2)
-md5sums=('1990d19725a3c7f32290037f02d3737f')
+md5sums=('7f2c40852eb337b237ad944ca5c30d49')
 
 build() {
   cd ${srcdir}/libXfixes-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
               --build=${CHOST} --host=${CHOST}
   make || return 1
   make DESTDIR=${pkgdir} install || return 1




More information about the arch-commits mailing list