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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Jan 13 20:40:55 UTC 2010


    Date: Wednesday, January 13, 2010 @ 15:40:55
  Author: andyrtr
Revision: 62920

upgpkg: libchamplain 0.4.3-1
    initial pkg, based on the AUR pkg, new version 0.4.3

Modified:
  libchamplain/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-13 20:38:38 UTC (rev 62919)
+++ PKGBUILD	2010-01-13 20:40:55 UTC (rev 62920)
@@ -1,19 +1,23 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
 # Contributor: Michael Kanis <mkanis at gmx.de>
+
 pkgname=libchamplain
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 pkgdesc="C library aimed to provide a Gtk+ widget to display rasterized maps"
 url="http://projects.gnome.org/libchamplain/"
 license=('LGPL')
 arch=('i686' 'x86_64')
 replaces=('libchamplain-gtk')
-depends=('clutter-gtk>=0.10.0' 'libsoup' 'cairo>=1.4' 'sqlite3')
+options=('!libtool')
+depends=('clutter-gtk>=0.10.2' 'libsoup' 'cairo>=1.4' 'sqlite3')
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2b1f8fc49e306a3a6da3ef3fea8630c76cecdffbfa53c251e7e15af8f4b8d77f')
+md5sums=('efb7123a894a21109112598cc1e99775')
 
 build() {
-	cd $startdir/src/$pkgname-$pkgver
-	./configure --prefix=/usr --disable-introspection || return 1
+	cd ${srcdir}/${pkgname}-${pkgver}
+	./configure --prefix=/usr --disable-static
 	make || return 1
-	make DESTDIR=$startdir/pkg install
+	make DESTDIR=${pkgdir} install || return 1
 } 




More information about the arch-commits mailing list