diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2019-02-01 00:43:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-01 00:43:40 +0700 |
commit | 178aac063c3420aa5373493639a3f03b64024f17 (patch) | |
tree | 57ebf0f3a2a4404b3255933a27c6b4a26f976847 /network/clipgrab/clipgrab.SlackBuild | |
parent | c67f4aac1d5ca099e59b1de534b05fa375e87eb2 (diff) | |
download | slackbuilds-178aac063c3420aa5373493639a3f03b64024f17.tar.gz |
network/clipgrab: Updated for version 3.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/clipgrab/clipgrab.SlackBuild')
-rw-r--r-- | network/clipgrab/clipgrab.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/clipgrab/clipgrab.SlackBuild b/network/clipgrab/clipgrab.SlackBuild index f0663ee75c..130f9e9030 100644 --- a/network/clipgrab/clipgrab.SlackBuild +++ b/network/clipgrab/clipgrab.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for clipgrab. # -# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil. # 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=clipgrab -VERSION=${VERSION:-3.7.2} +VERSION=${VERSION:-3.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -qmake clipgrab.pro +qmake-qt5 clipgrab.pro make DESTDIR=$PKG install -Dm644 $CWD/clipgrab.desktop $PKG/usr/share/applications/clipgrab.desktop |