librsvg: updated to 2.39.0 and fixed deps

This commit is contained in:
Jose V Beneyto 2013-11-22 18:57:36 +01:00
parent a554e034fe
commit 0b7d7ace94
4 changed files with 25 additions and 9 deletions

View File

@ -23,9 +23,9 @@ drwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/
-rwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/libsvg.so
-rw-r--r-- root/root usr/lib/librsvg-2.a
-rwxr-xr-x root/root usr/lib/librsvg-2.la
lrwxrwxrwx root/root usr/lib/librsvg-2.so -> librsvg-2.so.2.36.4
lrwxrwxrwx root/root usr/lib/librsvg-2.so.2 -> librsvg-2.so.2.36.4
-rwxr-xr-x root/root usr/lib/librsvg-2.so.2.36.4
lrwxrwxrwx root/root usr/lib/librsvg-2.so -> librsvg-2.so.2.39.0
lrwxrwxrwx root/root usr/lib/librsvg-2.so.2 -> librsvg-2.so.2.39.0
-rwxr-xr-x root/root usr/lib/librsvg-2.so.2.39.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/librsvg-2.0.pc
drwxr-xr-x root/root usr/man/

View File

@ -1 +1 @@
3c94524c8ccf668e30b236f409239f54 librsvg-2.36.4.tar.xz
c64de5ecaa40a6ae37656eebbe6c9e08 librsvg-2.39.0.tar.xz

View File

@ -1,11 +1,11 @@
# Description: SVG rendering library with cairo backend
# URL: http://librsvg.sourceforge.net/
# URL: https://wiki.gnome.org/LibRsvg
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Juergen Daubert, juergen dot daubert at t-online dot de
# Depends on: gtk libcroco
# Depends on: gtk libcroco gdk-pixbuf
name=librsvg
version=2.36.4
version=2.39.0
release=1
source=(ftp://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
@ -14,8 +14,6 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-croco \
--enable-gtk-theme \
--enable-pixbuf-loader \
--disable-gtk-doc \
--enable-introspection=no

18
librsvg/README Normal file
View File

@ -0,0 +1,18 @@
README for librsvg
NOTES
Version 2.39.0 is the last one with support for GTK+2:
http://ftp.acc.umu.se/pub/GNOME/sources/librsvg/2.40/librsvg-2.40.0.news
POST-INSTALL
For this application to work properly with SVG-based themes, you must
update your gdk-pixbuf.loaders:
# gdk-pixbuf-query-loaders > /usr/etc/gtk-2.0/gdk-pixbuf.loaders
To do that also you can execute the post-install script.