mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
graphics/gthumb: Updated for version 3.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
47ad04263f
commit
610636c591
4 changed files with 12 additions and 18 deletions
|
@ -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
|
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.
|
while many other image viewers don't support it. Thus, it comes handy.
|
||||||
|
|
||||||
clutter and brasero are optional dependencies.
|
brasero is an optional dependency.
|
||||||
|
|
|
@ -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
|
if [ -x /usr/bin/update-desktop-database ]; then
|
||||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
@ -16,3 +8,9 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||||
fi
|
fi
|
||||||
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
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# Written by crocket (crockabiscuit@gmail.com)
|
# Written by crocket (crockabiscuit@gmail.com)
|
||||||
|
|
||||||
PRGNAM=gthumb
|
PRGNAM=gthumb
|
||||||
VERSION=${VERSION:-2.13.2}
|
VERSION=${VERSION:-3.0.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -83,10 +83,6 @@ mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
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
|
cd $PKG
|
||||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="gthumb"
|
PRGNAM="gthumb"
|
||||||
VERSION="2.13.2"
|
VERSION="3.0.1"
|
||||||
HOMEPAGE="http://live.gnome.org/gthumb"
|
HOMEPAGE="http://live.gnome.org/gthumb"
|
||||||
DOWNLOAD="ftp://ftp.gnome.org/pub/gnome/sources/gthumb/2.13/gthumb-2.13.2.tar.xz"
|
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gthumb/3.0/gthumb-3.0.1.tar.xz"
|
||||||
MD5SUM="b07aac2e59bb714e0812e5f28d4f6427"
|
MD5SUM="248b44f2fba99701e9185d9a890c4537"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="evince libunique"
|
REQUIRES=""
|
||||||
MAINTAINER="crocket"
|
MAINTAINER="crocket"
|
||||||
EMAIL="crockabiscuit@gmail.com"
|
EMAIL="crockabiscuit@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue