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

Ionut Biru ibiru at archlinux.org
Tue Mar 30 18:16:12 UTC 2010


    Date: Tuesday, March 30, 2010 @ 14:16:12
  Author: ibiru
Revision: 74286

update to 2.26.2

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-30 18:03:37 UTC (rev 74285)
+++ PKGBUILD	2010-03-30 18:16:12 UTC (rev 74286)
@@ -2,26 +2,25 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=librsvg
-pkgver=2.26.0
-pkgrel=2
+pkgver=2.26.2
+pkgrel=1
 pkgdesc="SAX-based renderer for SVG files into a GdkPixbuf"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('gtk2>=2.18.6' 'libcroco>=0.6.1' 'libgsf>=1.14.11')
+depends=('gtk2>=2.20.0' 'libcroco>=0.6.1' 'libgsf>=1.14.11')
 makedepends=('intltool' 'pkgconfig' 'gtk-doc')
 optdepends=('python: rsvg commandline utility')
 options=('!libtool')
 url="http://librsvg.sourceforge.net/"
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
 install=librsvg.install
-md5sums=('65dbd726a514fe8b797d26254b8efc1e')
+sha256sums=('e82fb920901e211a54cff5df88c327bedec8565b324e2f529f428f492361c60f')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --libexecdir=/usr/lib/${pkgname} \
               --with-croco --disable-static \
-	      --disable-mozilla-plugin --with-svgz || return 1
+	      --with-svgz || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
-  rm -rf "${pkgdir}/usr/lib/mozilla"
 }




More information about the arch-commits mailing list