summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Robby Workman2012-09-13 06:12:23 +0200
committer Robby Workman2012-09-14 00:58:56 +0200
commit610636c59138251d052ec5464ae13178bdabbd18 (patch)
treeb5b617f88c6c595721d3602fef41cf3054c2753f /graphics
parent47ad04263f55ccd49b9af3d2b20b18d1ee8d1452 (diff)
downloadslackbuilds-610636c59138251d052ec5464ae13178bdabbd18.tar.gz
graphics/gthumb: Updated for version 3.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gthumb/README2
-rw-r--r--graphics/gthumb/doinst.sh14
-rw-r--r--graphics/gthumb/gthumb.SlackBuild6
-rw-r--r--graphics/gthumb/gthumb.info8
4 files changed, 12 insertions, 18 deletions
diff --git a/graphics/gthumb/README b/graphics/gthumb/README
index 0a48ad188c..b530b5911a 100644
--- a/graphics/gthumb/README
+++ b/graphics/gthumb/README
@@ -4,4 +4,4 @@ includes an importer tool for transferring photos from cameras.
gThumb supports printing multiple images on a single page using a printer
while many other image viewers don't support it. Thus, it comes handy.
-clutter and brasero are optional dependencies.
+brasero is an optional dependency.
diff --git a/graphics/gthumb/doinst.sh b/graphics/gthumb/doinst.sh
index e9903996f3..6fb1283156 100644
--- a/graphics/gthumb/doinst.sh
+++ b/graphics/gthumb/doinst.sh
@@ -1,11 +1,3 @@
-schema_install() {
- SCHEMA="$1"
- GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \
- chroot . gconftool-2 --makefile-install-rule \
- /etc/gconf/schemas/$SCHEMA \
- 1>/dev/null
-}
-
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
@@ -16,3 +8,9 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
fi
fi
+if [ -e usr/share/glib-2.0/schemas ]; then
+ if [ -x /usr/bin/glib-compile-schemas ]; then
+ /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1
+ fi
+fi
+
diff --git a/graphics/gthumb/gthumb.SlackBuild b/graphics/gthumb/gthumb.SlackBuild
index 4ef3607d25..fafd7feb33 100644
--- a/graphics/gthumb/gthumb.SlackBuild
+++ b/graphics/gthumb/gthumb.SlackBuild
@@ -5,7 +5,7 @@
# Written by crocket (crockabiscuit@gmail.com)
PRGNAM=gthumb
-VERSION=${VERSION:-2.13.2}
+VERSION=${VERSION:-3.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -83,10 +83,6 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
-for f in $PKG/etc/gconf/schemas/* ; do
- printf "schema_install $(basename $f)\n" >> $PKG/install/doinst.sh ;
-done
-
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/graphics/gthumb/gthumb.info b/graphics/gthumb/gthumb.info
index ebaeb922ac..f70c9c9039 100644
--- a/graphics/gthumb/gthumb.info
+++ b/graphics/gthumb/gthumb.info
@@ -1,10 +1,10 @@
PRGNAM="gthumb"
-VERSION="2.13.2"
+VERSION="3.0.1"
HOMEPAGE="http://live.gnome.org/gthumb"
-DOWNLOAD="ftp://ftp.gnome.org/pub/gnome/sources/gthumb/2.13/gthumb-2.13.2.tar.xz"
-MD5SUM="b07aac2e59bb714e0812e5f28d4f6427"
+DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gthumb/3.0/gthumb-3.0.1.tar.xz"
+MD5SUM="248b44f2fba99701e9185d9a890c4537"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="evince libunique"
+REQUIRES=""
MAINTAINER="crocket"
EMAIL="crockabiscuit@gmail.com"