graphics/mirage: Updated for version 0.9.5.2.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Binh Nguyen 2011-07-12 04:59:40 -04:00 committed by Niels Horn
parent 474416bf44
commit d345ee14a0
3 changed files with 10 additions and 10 deletions

View file

@ -1,3 +1,3 @@
Mirage is a fast and simple GTK+ image viewer. Because it depends only on
PyGTK, Mirage is ideal for users who wish to keep their computers lean while
still having a clean image viewer.
Mirage is a fast and simple GTK+ image viewer. Because it depends only
on PyGTK, Mirage is ideal for users who wish to keep their computers
lean while still having a clean image viewer.

View file

@ -3,7 +3,7 @@
# Slackware build script for Mirage
# Copyright 2008 Frank Caraballo <fecaraballo{at}gmail{dot}com>
# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm>
# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mirage
VERSION=${VERSION:-0.9.5.1}
VERSION=${VERSION:-0.9.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -58,7 +58,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
for i in CHANGELOG COPYING README TODO TRANSLATORS ; do
for i in CHANGELOG COPYING README TODO TRANSLATORS ; do
ln -s /usr/share/mirage/$i $PKG/usr/doc/$PRGNAM-$VERSION/$i ;
done
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,10 +1,10 @@
PRGNAM="mirage"
VERSION="0.9.5.1"
VERSION="0.9.5.2"
HOMEPAGE="http://mirageiv.berlios.de/"
DOWNLOAD="http://download.berlios.de/mirageiv/mirage-0.9.5.1.tar.bz2"
MD5SUM="1ccb7f9ce8d98630b7d94ca65f1a8005"
DOWNLOAD="http://download.berlios.de/mirageiv/mirage-0.9.5.2.tar.bz2"
MD5SUM="92191a4496b0a50486ed7299baf6729f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Binh Nguyen"
EMAIL="binhnguyen@fastmail.fm"
APPROVED="rworkman"
APPROVED="dsomero"