graphics/photoqt: Updated for version 1.6.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2018-03-15 19:50:12 +01:00 committed by Willy Sudiarto Raharjo
parent 0ef10646f7
commit a243c2b720
2 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for photoqt
# Copyright 2013-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# Copyright 2013-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=photoqt
VERSION=${VERSION:-1.5.1}
VERSION=${VERSION:-1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -63,7 +63,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
# tarballs are most probably created os OSX using BSD tar
tar --warning=no-unknown-keyword -xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="photoqt"
VERSION="1.5.1"
VERSION="1.6"
HOMEPAGE="https://photoqt.org"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/photoqt-1.5.1.tar.gz"
MD5SUM="2809c745892a4c593da74a8f0092256d"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/photoqt-1.6.tar.gz"
MD5SUM="a93a3f7eba55dcf3ccce7f56a8288bcd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"