mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
graphics/ristretto: Updated for version 0.12.2.
This commit is contained in:
parent
ad9407dc12
commit
01ba2b350a
2 changed files with 5 additions and 6 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
# Slackware build script for ristretto
|
||||
|
||||
# Previous version 0.6.3 by pp <ppkingpping{at}gmail{dot}com>
|
||||
# Copyright 2015-2019 Aaditya Bagga <aaditya_gnulinux@zoho.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -26,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ristretto
|
||||
VERSION=${VERSION:-0.10.0}
|
||||
VERSION=${VERSION:-0.12.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -95,7 +94,7 @@ make install-strip DESTDIR=$PKG
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
||||
AUTHORS COPYING ChangeLog NEWS README.md TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ristretto"
|
||||
VERSION="0.10.0"
|
||||
VERSION="0.12.2"
|
||||
HOMEPAGE="https://docs.xfce.org/apps/ristretto/start"
|
||||
DOWNLOAD="https://archive.xfce.org/src/apps/ristretto/0.10/ristretto-0.10.0.tar.bz2"
|
||||
MD5SUM="4249e14fba78728481d89ce61a8771fc"
|
||||
DOWNLOAD="https://archive.xfce.org/src/apps/ristretto/0.12/ristretto-0.12.2.tar.bz2"
|
||||
MD5SUM="f42056310bfbc16d2657b502aa27719c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue