graphics/mirage: Updated for version 0.9.3

This commit is contained in:
Frank Caraballo 2010-05-11 22:23:17 +02:00 committed by David Somero
parent 0318a98bed
commit 7fab1c6a75
4 changed files with 9 additions and 10 deletions

View file

@ -2,6 +2,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.
pygtk (also available at http://www.slackbuilds.org/) is
required to build this package.

View file

@ -1,3 +1,3 @@
if [ -x usr/bin/update-desktop-database ]; then
usr/bin/update-desktop-database -q usr/share/applications
if [ -x /usr/bin/update-desktop-database ]; then
./usr/bin/update-desktop-database -q usr/share/applications
fi

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mirage
VERSION=0.9.2
VERSION=0.9.3
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -39,6 +39,8 @@ if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
rm -rf $PKG

View file

@ -1,8 +1,8 @@
PRGNAM="mirage"
VERSION="0.9.2"
VERSION="0.9.3"
HOMEPAGE="http://mirageiv.berlios.de/"
DOWNLOAD="http://download.berlios.de/mirageiv/mirage-0.9.2.tar.bz2"
MD5SUM="cfa605ac69e683e5338800b12e5b6d5d"
DOWNLOAD="http://download.berlios.de/mirageiv/mirage-0.9.3.tar.bz2"
MD5SUM="87bd8b8de578f34f4028073ecfa43474"
MAINTAINER="Frank Caraballo"
EMAIL="fecaraballo{at}gmail{dot}com"
APPROVED="David Somero"
APPROVED="David Somero"