diff options
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 f0663ee75c654..130f9e9030009 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 |