summaryrefslogtreecommitdiff
path: root/graphics/photoqt/photoqt.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2018-03-15 19:50:12 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-17 08:51:55 +0700
commita243c2b7204d8054103c24d4e558a0c72e4283cc (patch)
treef41306cdbd8371f8ef0cd4926ec007862e35aa9a /graphics/photoqt/photoqt.SlackBuild
parent0ef10646f7092dec01fa2ae493a454e49a1e95f4 (diff)
downloadslackbuilds-a243c2b7204d8054103c24d4e558a0c72e4283cc.tar.gz
graphics/photoqt: Updated for version 1.6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/photoqt/photoqt.SlackBuild')
-rw-r--r--graphics/photoqt/photoqt.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/photoqt/photoqt.SlackBuild b/graphics/photoqt/photoqt.SlackBuild
index a47d21c120..dd7f1a3a85 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 <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 . \