graphics/geeqie: Updated for version 1.0.
This commit is contained in:
parent
1615495619
commit
6ab60681cb
|
@ -1,5 +1,4 @@
|
|||
Geeqie is a lightweight Gtk+ based image viewer.
|
||||
|
||||
Geeqie is a fork from the gqview project and is still in beta, but is very
|
||||
stable and has many bug-fixes and several improvements over the original
|
||||
program.
|
||||
Geeqie is a fork from the gqview project and has many bug-fixes and several
|
||||
improvements over the original program.
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# a light-weight image viewer
|
||||
|
||||
# Written by Niels Horn <niels.horn@gmail.com>
|
||||
# revision date: 2009/12/30
|
||||
# revision date: 2010/03/06
|
||||
|
||||
PRGNAM=geeqie
|
||||
VERSION=${VERSION:-1.0beta2}
|
||||
VERSION=${VERSION:-1.0}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -20,12 +20,19 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
ARCHQUADLET=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
ARCHQUADLET=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
ARCHQUADLET=""
|
||||
elif [ "$ARCH" = "arm" ]; then
|
||||
SLKCFLAGS="-O2 -march=armv4t"
|
||||
LIBDIRSUFFIX=""
|
||||
ARCHQUADLET="-gnueabi"
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
@ -53,7 +60,7 @@ CFLAGS="$SLKCFLAGS" \
|
|||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--with-readmedir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--with-htmldir=/usr/doc/$PRGNAM-$VERSION/html \
|
||||
--build=$ARCH-slackware-linux
|
||||
--build=$ARCH-slackware-linux$ARCHQUADLET
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="geeqie"
|
||||
VERSION="1.0beta2"
|
||||
VERSION="1.0"
|
||||
HOMEPAGE="http://geeqie.sourceforge.net/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/geeqie/files/geeqie/geeqie-1.0beta2/geeqie-1.0beta2.tar.gz/download"
|
||||
MD5SUM="4e4ddc96a83e1d6bc43d478796e0b3c4"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/geeqie/geeqie-1.0.tar.gz"
|
||||
MD5SUM="1d67ef990390224c5052697d93bb49c0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Niels Horn"
|
||||
EMAIL="niels.horn@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in New Issue