summaryrefslogtreecommitdiffstats
path: root/gthumb/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-10-27 11:48:50 +0200
committerpiernov <piernov@piernov.org>2011-10-27 11:48:50 +0200
commitfc9dc454d641252e65be4fb8f5a0b8102f774d1c (patch)
tree569355f0c7fa2c1d5b6908cca8bb0c94d5ceb17b /gthumb/Pkgfile
parentb26820eab013edb3a68bc51a2eec925a3c0e7926 (diff)
parentb507be8fd06c55721cb98c0c181eb2fabc65097b (diff)
downloadgnome3-fc9dc454d641252e65be4fb8f5a0b8102f774d1c.tar.gz
gnome3-fc9dc454d641252e65be4fb8f5a0b8102f774d1c.tar.bz2
gnome3-fc9dc454d641252e65be4fb8f5a0b8102f774d1c.tar.xz
gnome3-fc9dc454d641252e65be4fb8f5a0b8102f774d1c.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/gnome3
Diffstat (limited to 'gthumb/Pkgfile')
-rw-r--r--gthumb/Pkgfile16
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