[arch-commits] Commit in libcroco/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Feb 14 19:49:35 UTC 2009


    Date: Saturday, February 14, 2009 @ 14:49:35
  Author: jgc
Revision: 26935

fix conflict

Modified:
  libcroco/repos/extra-x86_64/	(properties)
  libcroco/repos/extra-x86_64/PKGBUILD

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


Property changes on: libcroco/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /libcroco/trunk:1
   + /libcroco/trunk:1-26934

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-02-14 19:48:57 UTC (rev 26934)
+++ extra-x86_64/PKGBUILD	2009-02-14 19:49:35 UTC (rev 26935)
@@ -1,21 +1,21 @@
 # $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=libcroco
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc="GNOME CSS2 parsing and manipulation toolkit"
-arch=(i686 x86_64)
-depends=('glib2>=2.10.1' 'libxml2')
-makedepends=(intltool pkgconfig)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
+arch=('x86_64' 'i686')
+depends=('glib2>=2.18.4' 'libxml2>=2.7.3')
+makedepends=('intltool' 'pkgconfig')
+license=('LGPL')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
 url="http://www.gnome.org"
-md5sums=(b0975bd01eb11964f1b3f254f267a43d)
+md5sums=('1429c597aa4b75fc610ab3a542c99209')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static || return 1
   make || return 1
-  make DESTDIR=$startdir/pkg install
-  rm -rf $startdir/pkg/usr/share/gtk-doc
-  find $startdir/pkg -name '*.la' -exec rm {} \;
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list