summaryrefslogtreecommitdiffstats
path: root/extra/librsvg/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/librsvg/Pkgfile')
-rwxr-xr-xextra/librsvg/Pkgfile17
1 files changed, 8 insertions, 9 deletions
diff --git a/extra/librsvg/Pkgfile b/extra/librsvg/Pkgfile
index 5f0df7ce2..2cb34c77b 100755
--- a/extra/librsvg/Pkgfile
+++ b/extra/librsvg/Pkgfile
@@ -2,26 +2,25 @@
# URL: http://librsvg.sourceforge.net/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: gtk, libxml2, libgsf, libcroco, xorg-libxinerama, xorg-libxrandr, xorg-libxdamage, xorg-libxcursor
-# Run on: gtk,libxml2,libgsf,libcroco
+# Depends on: gtk, libxml2, libgsf, libcroco, xorg-libxinerama, xorg-libxrandr, xorg-libxdamage, xorg-libxcursor, gtk3
+# Run on: gtk,libxml2,libgsf,libcroco,gtk3
name=librsvg
-version=2.32.1
-release=2
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.32/$name-$version.tar.bz2)
+version=2.34.1
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
- --enable-gtk-theme \
+ --enable-gtk-theme \
--disable-static \
- --disable-mozilla-plugin \
- --enable-pixbuf-loader \
+ --enable-pixbuf-loader \
--with-croco \
--disable-static \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
- --disable-gtk-doc
+ --disable-gtk-doc
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc