diff options
Diffstat (limited to 'gthumb/Pkgfile')
-rw-r--r-- | gthumb/Pkgfile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/gthumb/Pkgfile b/gthumb/Pkgfile index d25d00c..23a399f 100644 --- a/gthumb/Pkgfile +++ b/gthumb/Pkgfile @@ -2,24 +2,28 @@ # URL: http://people.gnome.org/~paobac/goobox/ # Maintainer: NutyX Gnome team # Packager: piernov <piernov@piernov.org> -# Depends on: libunique, gconf, exiv2, libsoup, clutter-gtk, libsm, gst-plugins-base, brasero, libchamplain, libgnome-keyring -# Run on: libunique,gconf,exiv2,libsoup,clutter-gtk,brasero,libchamplain,libgnome-keyring +# Depends on: gconf, exiv2, libsoup, clutter-gtk, libsm, gst-plugins-base, brasero, libchamplain, libgnome-keyring +# Run on: gconf,exiv2,libsoup,clutter-gtk,brasero,libchamplain,libgnome-keyring name=gthumb -version=2.13.91 -release=2 +version=2.14.0 +release=1 -source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) +source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz + update_required_libs.patch + map_view_libchamplain-0.12.patch) build() { cd $name-$version + patch -p0 < ../update_required_libs.patch + patch -p0 < ../map_view_libchamplain-0.12.patch + autoconf ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-schemas-install \ --disable-scrollkeeper \ --enable-gseal \ --enable-libchamplain \ - --enable-unique \ --enable-libbrasero \ --enable-clutter make |