summaryrefslogtreecommitdiffstats
path: root/gthumb/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gthumb/Pkgfile')
-rw-r--r--gthumb/Pkgfile17
1 files changed, 5 insertions, 12 deletions
diff --git a/gthumb/Pkgfile b/gthumb/Pkgfile
index f2a3dcd..e00e60f 100644
--- a/gthumb/Pkgfile
+++ b/gthumb/Pkgfile
@@ -6,30 +6,23 @@
# Run on: gconf,exiv2,libsoup,clutter-gtk,brasero,libchamplain,libgnome-keyring
name=gthumb
-version=2.14.2
+version=2.90.1
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz
- update_required_libs.patch
- map_view_libchamplain-0.12.patch)
+ gtk-3.3.18-fix.patch)
build() {
cd $name-$version
- patch -p0 < ../update_required_libs.patch
- patch -p0 < ../map_view_libchamplain-0.12.patch
- autoconf
+ patch -p1 < ../gtk-3.3.18-fix.patch
./configure --prefix=/usr \
--sysconfdir=/etc \
- --disable-schemas-install \
+ --disable-schemas-compile \
--disable-scrollkeeper \
--enable-gseal \
--enable-libchamplain \
--enable-libbrasero \
--enable-clutter
make
- make DESTDIR=$PKG GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
-
- install -m755 -d $PKG/usr/share/gconf/schemas
- gconf-merge-schema $PKG/usr/share/gconf/schemas/$name.schemas --domain $name $PKG/etc/gconf/schemas/*.schemas
- rm -rf $PKG/etc
+ make DESTDIR=$PKG install
}