From 97dba254d24b3fa7d2ef43c1ddae846c2de259d2 Mon Sep 17 00:00:00 2001 From: Alexander Verbovetsky Date: Sat, 13 Jun 2020 06:00:50 +0100 Subject: office/krop: Updated for version 0.6.0. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- office/krop/krop.SlackBuild | 9 +++++---- office/krop/krop.info | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'office') 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" -- cgit v1.2.3