graphics/gpicview: Updated for version 0.2.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
9bf80bcc57
commit
0e6e5316f4
|
@ -4,16 +4,14 @@
|
|||
# Written Evandro Alves Rodrigues evandrofisico@gmail.com
|
||||
|
||||
PRGNAM=gpicview
|
||||
VERSION=0.2.1
|
||||
VERSION=0.2.2
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gpicview"
|
||||
VERSION="0.2.1"
|
||||
VERSION="0.2.2"
|
||||
HOMEPAGE="http://lxde.sourceforge.net/gpicview/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/lxde/gpicview-0.2.1.tar.gz"
|
||||
MD5SUM="a2de255bf9bdc40746c0dc89b3454a10"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/lxde/gpicview-0.2.2.tar.gz"
|
||||
MD5SUM="943da9f4a23541accd5acdd4fb69966f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Evandro Alves Rodrigues"
|
||||
EMAIL="evandrofisico@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler--------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
gpicview: GPicView (A Simple and Fast Image Viewer for X)
|
||||
gpicview:
|
||||
gpicview: GPicView is a simple image viewer made for the lxde desktop,
|
||||
|
|
Loading…
Reference in New Issue