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 | |
parent | c67f4aac1d5ca099e59b1de534b05fa375e87eb2 (diff) |
network/clipgrab: Updated for version 3.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/clipgrab')
-rw-r--r-- | network/clipgrab/clipgrab.SlackBuild | 6 | ||||
-rw-r--r-- | network/clipgrab/clipgrab.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/network/clipgrab/clipgrab.SlackBuild b/network/clipgrab/clipgrab.SlackBuild index f0663ee75c65..130f9e903000 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 diff --git a/network/clipgrab/clipgrab.info b/network/clipgrab/clipgrab.info index a9762184321d..fa3b67d241fb 100644 --- a/network/clipgrab/clipgrab.info +++ b/network/clipgrab/clipgrab.info @@ -1,10 +1,10 @@ PRGNAM="clipgrab" -VERSION="3.7.2" +VERSION="3.8.0" HOMEPAGE="http://clipgrab.org/" -DOWNLOAD="https://download.clipgrab.org/clipgrab-3.7.2.tar.gz" -MD5SUM="703862f5c80838308a0778922114aa6c" +DOWNLOAD="https://download.clipgrab.org/clipgrab-3.8.0.tar.gz" +MD5SUM="6573acb32b30a5d160f296a1c06237cf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="ffmpeg" +REQUIRES="qt5 ffmpeg" MAINTAINER="Edinaldo P. Silva" EMAIL="edps.mundognu@gmail.com" |