summaryrefslogtreecommitdiffstats
path: root/libgsf/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libgsf/Pkgfile')
-rwxr-xr-xlibgsf/Pkgfile13
1 files changed, 7 insertions, 6 deletions
diff --git a/libgsf/Pkgfile b/libgsf/Pkgfile
index 3d24d4724..440ff3284 100755
--- a/libgsf/Pkgfile
+++ b/libgsf/Pkgfile
@@ -2,21 +2,22 @@
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: p5-xml-parser, gconf, pygtk
+# Depends on: p5-xml-parser, gconf, pygtk, gdk-pixbuf, gobject-introspection
# Run on: p5-xml-parser,gconf,pygtk
name=libgsf
-version=1.14.22
+version=1.14.23
release=1
-source=( http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
- PYTHON=python2 ./configure --prefix=/usr \
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-gtk-doc \
- --without-gnome \
- --with-bz2
+ --with-bz2 \
+ --with-python \
+ --with-gio
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc