diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2020-06-13 06:00:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-14 17:45:44 +0700 |
commit | 97dba254d24b3fa7d2ef43c1ddae846c2de259d2 (patch) | |
tree | 0aa2fba4625c6cf18bb4241be45a225522adf104 /office | |
parent | c72400bb816098881f72ab660b5d4bc1003f2a23 (diff) | |
download | slackbuilds-97dba254d24b3fa7d2ef43c1ddae846c2de259d2.tar.gz |
office/krop: Updated for version 0.6.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/krop/krop.SlackBuild | 9 | ||||
-rw-r--r-- | office/krop/krop.info | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/office/krop/krop.SlackBuild b/office/krop/krop.SlackBuild index 9c49d8e7cd..44aaf0fd21 100644 --- a/office/krop/krop.SlackBuild +++ b/office/krop/krop.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for krop -# Copyright 2018, Alexander Verbovetsky, Moscow, Russia +# Copyright 2018-2020, Alexander Verbovetsky, Moscow, Russia # 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=krop -VERSION=${VERSION:-0.5.1} +VERSION=${VERSION:-0.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,8 +81,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/share/applications install -m 0644 -o root -g root krop.desktop $PKG/usr/share/applications/ -mkdir -p $PKG/usr/man/man1 -gzip -c9 krop.1 > $PKG/usr/man/man1/krop.1.gz +mv $PKG/usr/share/man $PKG/usr +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a ChangeLog README.md TODO $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/office/krop/krop.info b/office/krop/krop.info index 27b6f3f9de..766a235fbe 100644 --- a/office/krop/krop.info +++ b/office/krop/krop.info @@ -1,8 +1,8 @@ PRGNAM="krop" -VERSION="0.5.1" +VERSION="0.6.0" HOMEPAGE="http://arminstraub.com/computer/krop" -DOWNLOAD="https://github.com/arminstraub/krop/archive/v0.5.1/krop-0.5.1.tar.gz" -MD5SUM="ce3043ce29462d89c69e37d08097ab73" +DOWNLOAD="https://github.com/arminstraub/krop/archive/v0.6.0/krop-0.6.0.tar.gz" +MD5SUM="8bf9e9d64a4f7b749980a14dc699f96a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-poppler-qt4 PyPDF2" |