diff options
Diffstat (limited to 'extra/gobject-introspection/Pkgfile')
-rw-r--r-- | extra/gobject-introspection/Pkgfile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/extra/gobject-introspection/Pkgfile b/extra/gobject-introspection/Pkgfile index cf0954af1..1f66f307a 100644 --- a/extra/gobject-introspection/Pkgfile +++ b/extra/gobject-introspection/Pkgfile @@ -6,20 +6,15 @@ # Run on: cairo name=gobject-introspection -version=0.10.4 +version=1.30.0 release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version - - PYTHON=/usr/bin/python2 ./configure --prefix=/usr - + PYTHON=/usr/bin/python2 ./configure --prefix=/usr make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc - sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" \ - $PKG/usr/lib/gobject-introspection/giscanner/*.py - + sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" $PKG/usr/lib/gobject-introspection/giscanner/*.py } - |