From cc01d4c4cabd5c02c0e6052a7ced736d6b6ef78a Mon Sep 17 00:00:00 2001 From: David Melik Date: Mon, 14 Dec 2020 08:44:24 +0100 Subject: graphics/kuickshow: Updated for version 0.10.1. Signed-off-by: Matteo Bernardini --- graphics/kuickshow/README | 12 ++++++------ graphics/kuickshow/kuickshow.SlackBuild | 16 +++++++++++----- graphics/kuickshow/kuickshow.info | 6 +++--- 3 files changed, 20 insertions(+), 14 deletions(-) diff --git a/graphics/kuickshow/README b/graphics/kuickshow/README index ba6aa9daba..af4cb52b89 100644 --- a/graphics/kuickshow/README +++ b/graphics/kuickshow/README @@ -1,6 +1,6 @@ -KuickShow displays images using all the available space, without being wasted -in bars or menus. It also has a smart automatic zooming that scales images -according to its size. You can use the integrated file browser to choose -images, or navigate through a folder with the mousewheel or the keyboard. It -also has fullscreen view and slideshow, and supports a wide range of image -formats. +KuickShow displays images using all the available space, without being +wasted in bars or menus. It also has a smart automatic zooming that +scales images according to its size. You can use the integrated file +browser to choose images, or navigate through a folder with the +mousewheel or the keyboard. It also has fullscreen view and slideshow, +and supports a wide range of image formats. diff --git a/graphics/kuickshow/kuickshow.SlackBuild b/graphics/kuickshow/kuickshow.SlackBuild index 6a82e2deba..13d0aac83b 100644 --- a/graphics/kuickshow/kuickshow.SlackBuild +++ b/graphics/kuickshow/kuickshow.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for KuickShow -# Copyright 2013, David Melik, Spokane, WA, USA +# Copyright 2013-2020, SlackBuilds.org Project, David Melik, Spokane, WA, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,10 +22,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Written by David Melik - PRGNAM=kuickshow -VERSION=${VERSION:-0.9.1} +VERSION=${VERSION:-0.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -78,6 +76,7 @@ cd build -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_SUFFIX=${LIBDIRSUFFIX} \ + -DKDE_INSTALL_DOCBUNDLEDIR=/usr/doc/HTML \ -DCMAKE_BUILD_TYPE=Release .. make make install DESTDIR=$PKG @@ -86,6 +85,13 @@ cd .. find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION + +cp -a \ + AUTHORS ChangeLog TODO BUGS COPYING README doc/ \ + $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh diff --git a/graphics/kuickshow/kuickshow.info b/graphics/kuickshow/kuickshow.info index 3fa2738bfe..d3fc55a98c 100644 --- a/graphics/kuickshow/kuickshow.info +++ b/graphics/kuickshow/kuickshow.info @@ -1,8 +1,8 @@ PRGNAM="kuickshow" -VERSION="0.9.1" +VERSION="0.10.1" HOMEPAGE="https://userbase.kde.org/KuickShow" -DOWNLOAD="http://hosti.leonde.de/~gis/kuickshow-0.9.1.tar.bz2" -MD5SUM="6866128ee3ef3d0dde809cd5b23d2472" +DOWNLOAD="https://github.com/KDE/kuickshow/archive/v0.10.1/kuickshow-0.10.1.tar.gz" +MD5SUM="9a62b261885c202434719526b5bf7df4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="imlib" -- cgit v1.2.3