diff options
author | isaackwy <isaacyu@protonmail.com> | 2023-12-24 14:58:24 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-29 18:49:35 +0700 |
commit | b0a7442cc92c120205b7d0e8c07afe50b003f215 (patch) | |
tree | 87a39679b21e7c6c743028ad907b1c80ee97101e /graphics | |
parent | 64c7ce3cbb628f1585e921a9fce66fce5a271883 (diff) |
graphics/vimiv-qt: Update for 0.9.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vimiv-qt/README | 3 | ||||
-rw-r--r-- | graphics/vimiv-qt/vimiv-qt.SlackBuild | 7 | ||||
-rw-r--r-- | graphics/vimiv-qt/vimiv-qt.info | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/vimiv-qt/README b/graphics/vimiv-qt/README index 2453585b61672..f710e62b218e2 100644 --- a/graphics/vimiv-qt/README +++ b/graphics/vimiv-qt/README @@ -2,3 +2,6 @@ vimiv-qt is an image viewer with vim-like keybindings. This is the Qt version of vimiv - it is maintained upstream, unlike the deprecated gtk3 version. + +python3-exiv2 is an optional dependency for providing exif (metadata) +support. diff --git a/graphics/vimiv-qt/vimiv-qt.SlackBuild b/graphics/vimiv-qt/vimiv-qt.SlackBuild index 44e9807e39645..c28fcd5e8669f 100644 --- a/graphics/vimiv-qt/vimiv-qt.SlackBuild +++ b/graphics/vimiv-qt/vimiv-qt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for vimiv-qt -# Copyright 2022 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vimiv-qt -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/graphics/vimiv-qt/vimiv-qt.info b/graphics/vimiv-qt/vimiv-qt.info index de40409cbe5de..b7da1c055534b 100644 --- a/graphics/vimiv-qt/vimiv-qt.info +++ b/graphics/vimiv-qt/vimiv-qt.info @@ -1,8 +1,8 @@ PRGNAM="vimiv-qt" -VERSION="0.8.0" +VERSION="0.9.0" HOMEPAGE="https://github.com/karlch/vimiv-qt" -DOWNLOAD="https://github.com/karlch/vimiv-qt/archive/v0.8.0/vimiv-qt-0.8.0.tar.gz" -MD5SUM="35e0a54641516e0d0bce84d66a4f3150" +DOWNLOAD="https://github.com/karlch/vimiv-qt/archive/v0.9.0/vimiv-qt-0.9.0.tar.gz" +MD5SUM="7fcb37e8d95809ad38f8ee2aae62f6b7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |