graphics/mirage: Updated for version 1.0_pre2 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ryan P.C. McQuen 2014-08-18 18:44:35 +07:00 committed by Willy Sudiarto Raharjo
parent d4a917d83a
commit b1c18ce62b
3 changed files with 15 additions and 13 deletions

View File

@ -2,6 +2,8 @@
# Slackware build script for Mirage
# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
# Copyright 2008 Frank Caraballo <fecaraballo{at}gmail{dot}com>
# Copyright 2010, 2011, 2013 Binh Nguyen <binhvng@gmail.com>
# All rights reserved.
@ -24,8 +26,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mirage
VERSION=${VERSION:-0.9.5.2}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.0_pre2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -51,14 +53,14 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root $PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG -print0 | xargs -0 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

View File

@ -1,10 +1,10 @@
PRGNAM="mirage"
VERSION="0.9.5.2"
VERSION="1.0_pre2"
HOMEPAGE="http://sourceforge.net/projects/mirageiv.berlios/"
DOWNLOAD="http://sourceforge.net/projects/mirageiv.berlios/files/mirage-0.9.5.2.tar.bz2"
MD5SUM="92191a4496b0a50486ed7299baf6729f"
DOWNLOAD="http://sourceforge.net/projects/mirageiv.berlios/files/mirage-1.0_pre2.tar.bz2"
MD5SUM="3a0cdb4efd445f85bc29a1ab7ff8a579"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Binh Nguyen"
EMAIL="binhvng@gmail.com"
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryan.q@linux.com"

View File

@ -12,7 +12,7 @@ mirage: Mirage is a fast and simple GTK+ image viewer. Because it depends only
mirage: on PyGTK, Mirage is ideal for users who wish to keep their computers
mirage: lean while still having a clean image viewer.
mirage:
mirage: Homepage: http://mirageiv.berlios.de/
mirage: http://sourceforge.net/projects/mirageiv.berlios/
mirage:
mirage:
mirage: