mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
graphics/gpicview: Updated for version 0.2.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
3956bed243
commit
6d83c22be4
2 changed files with 4 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
# Written Evandro Alves Rodrigues evandrofisico@gmail.com
|
||||
|
||||
PRGNAM=gpicview
|
||||
VERSION=20120805_f06a367
|
||||
VERSION=${VERSION:-0.2.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -50,8 +50,6 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
sh autogen.sh || true
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gpicview"
|
||||
VERSION="20120805_f06a367"
|
||||
VERSION="0.2.4"
|
||||
HOMEPAGE="http://lxde.sourceforge.net/gpicview/"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/gpicview-20120805_f06a367.tar.xz"
|
||||
MD5SUM="1edcee79471e1bb333814f94a4f24e58"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/lxde/gpicview-0.2.4.tar.gz"
|
||||
MD5SUM="b209e36531f89c48e3067b389699d4c7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue