mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
graphics/vimiv-qt: Update for 0.9.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
64c7ce3cbb
commit
b0a7442cc9
3 changed files with 8 additions and 8 deletions
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue