[arch-commits] Commit in librsvg/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Wed Mar 18 22:40:31 UTC 2009
Date: Wednesday, March 18, 2009 @ 18:40:31
Author: jgc
Revision: 30366
upgpkg: librsvg 2.26.0-1
GNOME 2.26
Disable static libs completely instead of only removing the static theme enigne
Modified:
librsvg/trunk/PKGBUILD
----------+
PKGBUILD | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-03-18 22:36:42 UTC (rev 30365)
+++ PKGBUILD 2009-03-18 22:40:31 UTC (rev 30366)
@@ -2,26 +2,26 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=librsvg
-pkgver=2.22.3
+pkgver=2.26.0
pkgrel=1
pkgdesc="SAX-based renderer for SVG files into a GdkPixbuf"
arch=(i686 x86_64)
license=('LGPL')
-depends=('gtk2>=2.14.3' 'libcroco>=0.6.1' 'libgsf>=1.14.8')
-makedepends=('perlxml' 'pkgconfig')
+depends=('gtk2>=2.16.0' 'libcroco>=0.6.1' 'libgsf>=1.14.11')
+makedepends=('intltool' 'pkgconfig')
+optdepends=('python: rsvg commandline utility')
options=('!libtool')
url="http://librsvg.sourceforge.net/"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.22/${pkgname}-${pkgver}.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
install=librsvg.install
-md5sums=('c4ec4fdb2b1842e221ca39127e85682d')
+md5sums=('65dbd726a514fe8b797d26254b8efc1e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --libexecdir=/usr/lib/${pkgname} \
- --with-croco \
- --disable-mozilla-plugin --with-svgz
+ --with-croco --disable-static \
+ --disable-mozilla-plugin --with-svgz || return 1
make || return 1
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="${pkgdir}" install || return 1
rm -rf "${pkgdir}/usr/lib/mozilla"
- rm ${pkgdir}/usr/lib/gtk-2.0/*/{engines,loaders}/*.a
}
More information about the arch-commits
mailing list