graphics/gthumb: Updated for version 2.13.2.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
crocket 2011-06-23 21:18:14 -04:00 committed by Niels Horn
parent 169eee141e
commit 3e806739b7
5 changed files with 20 additions and 19 deletions

View file

@ -1,8 +1,11 @@
gThumb is an image viewer and browser for the GNOME desktop. It also
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.
This requires GConf and libunique, and evince is needed for runtime.
clutter, libsoup, gnome-keyring, and brasero are optional dependencies.
GConf and ORBit2 are available both in slackbuilds.org and slackware /extra repository.

View file

@ -10,10 +10,6 @@ if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1

View file

@ -2,10 +2,10 @@
# Slackware build script for gthumb
# Written by crocket (crockabiscuit@yahoo.com)
# Written by crocket (crockabiscuit@gmail.com)
PRGNAM=gthumb
VERSION=${VERSION:-2.13.1}
VERSION=${VERSION:-2.13.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -42,7 +42,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@ -63,6 +63,7 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-static=no \
--disable-schemas-install \
--disable-scrollkeeper \
--disable-gnome-3 \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
@ -74,7 +75,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING INSTALL MAINTAINERS NEWS README \
AUTHORS COPYING ChangeLog INSTALL MAINTAINERS NEWS README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
@ -82,9 +83,10 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
for i in $PKG/etc/gconf/schemas/* ; do
printf "schema_install $(basename $i)\n" >> $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}

View file

@ -1,10 +1,10 @@
PRGNAM="gthumb"
VERSION="2.13.1"
VERSION="2.13.2"
HOMEPAGE="http://live.gnome.org/gthumb"
DOWNLOAD="ftp://ftp.gnome.org/pub/gnome/sources/gthumb/2.13/gthumb-2.13.1.tar.bz2"
MD5SUM="353f135b233a3ebe69917785a0409043"
DOWNLOAD="ftp://ftp.gnome.org/pub/gnome/sources/gthumb/2.13/gthumb-2.13.2.tar.xz"
MD5SUM="b07aac2e59bb714e0812e5f28d4f6427"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="crocket"
EMAIL="crockabiscuit@yahoo.com"
EMAIL="crockabiscuit@gmail.com"
APPROVED="dsomero"

View file

@ -10,10 +10,10 @@ gthumb: gThumb ( An image viewer )
gthumb:
gthumb: gThumb is an image viewer and browser for the GNOME desktop. It also
gthumb: includes an importer tool for transferring photos from cameras.
gthumb:
gthumb:
gthumb: gThumb supports printing multiple images on a single page using
gthumb: a printer while many other image viewers don't support it.
gthumb: Thus, it comes handy.
gthumb:
gthumb: The website is http://live.gnome.org/gthumb
gthumb:
gthumb: Website: http://live.gnome.org/gthumb
gthumb: