Browse Source
graphics/vimiv-qt: Update for 0.9.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/216/head
isaackwy
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
8 additions and
8 deletions
-
graphics/vimiv-qt/README
-
graphics/vimiv-qt/vimiv-qt.SlackBuild
-
graphics/vimiv-qt/vimiv-qt.info
|
|
|
@ -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. |
|
|
|
@ -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 |
|
|
|
|
|
|
|
@ -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="" |
|
|
|
|