From a243c2b7204d8054103c24d4e558a0c72e4283cc Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Thu, 15 Mar 2018 19:50:12 +0100 Subject: graphics/photoqt: Updated for version 1.6. Signed-off-by: Matteo Bernardini --- graphics/photoqt/photoqt.SlackBuild | 7 ++++--- graphics/photoqt/photoqt.info | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'graphics/photoqt') diff --git a/graphics/photoqt/photoqt.SlackBuild b/graphics/photoqt/photoqt.SlackBuild index a47d21c1209ff..dd7f1a3a85f1b 100644 --- a/graphics/photoqt/photoqt.SlackBuild +++ b/graphics/photoqt/photoqt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for photoqt -# Copyright 2013-2017 Matteo Bernardini , Pisa, Italy +# Copyright 2013-2018 Matteo Bernardini , 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 . \ diff --git a/graphics/photoqt/photoqt.info b/graphics/photoqt/photoqt.info index e33ab2b7a8955..48968d10907fc 100644 --- a/graphics/photoqt/photoqt.info +++ b/graphics/photoqt/photoqt.info @@ -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" -- cgit v1.2.3