graphics/ristretto: Updated for version 0.8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
143f0e459a
commit
8820195a9a
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for ristretto
|
||||
|
||||
# Previous version 0.6.3 by pp <ppkingpping{at}gmail{dot}com>
|
||||
# Copyright 2015-2017 Aaditya Bagga <aaditya_gnulinux@zoho.com>
|
||||
# Copyright 2015-2018 Aaditya Bagga <aaditya_gnulinux@zoho.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,13 +24,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ristretto
|
||||
VERSION=${VERSION:-0.8.2}
|
||||
VERSION=${VERSION:-0.8.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ristretto"
|
||||
VERSION="0.8.2"
|
||||
VERSION="0.8.3"
|
||||
HOMEPAGE="http://docs.xfce.org/apps/ristretto/start"
|
||||
DOWNLOAD="http://archive.xfce.org/src/apps/ristretto/0.8/ristretto-0.8.2.tar.bz2"
|
||||
MD5SUM="a8d8bb6b8fa7f868cfa3ae778630946e"
|
||||
DOWNLOAD="http://archive.xfce.org/src/apps/ristretto/0.8/ristretto-0.8.3.tar.bz2"
|
||||
MD5SUM="5866b4e11c32a38f72bc737239102544"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue