graphics/yacreader: Updated for version 9.0.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
72730c4075
commit
421c632d67
|
@ -11,7 +11,7 @@ yacreader:
|
|||
yacreader: YACReader is a comic reader and manager with support for many
|
||||
yacreader: different comic files formats.
|
||||
yacreader:
|
||||
yacreader: homepage: http://www.yacreader.com
|
||||
yacreader: homepage: https://www.yacreader.com
|
||||
yacreader:
|
||||
yacreader:
|
||||
yacreader:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for yacreader
|
||||
|
||||
# Copyright 2016-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2016-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# 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=yacreader
|
||||
VERSION=${VERSION:-8.5.0}
|
||||
VERSION=${VERSION:-9.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -74,7 +74,7 @@ sed -i \
|
|||
-e "s|PREFIX/lib|PREFIX/lib$LIBDIRSUFFIX|" \
|
||||
-e "s|DATADIR/man|PREFIX/man|" \
|
||||
-e "s|DATADIR/doc/yacreader|PREFIX/doc/yacreader-$VERSION|" \
|
||||
YACReader*/YACReader*pro
|
||||
YACReader*/YACReader*pro || exit 1
|
||||
|
||||
qmake-qt5 CONFIG+=unarr
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yacreader"
|
||||
VERSION="8.5.0"
|
||||
HOMEPAGE="http://www.yacreader.com"
|
||||
DOWNLOAD="https://bitbucket.org/luisangelsm/yacreader/downloads/yacreader-8.5.0-src.tar.xz"
|
||||
MD5SUM="59f5b9bc4f68973bda8cf41207f7a1e3"
|
||||
VERSION="9.0.0"
|
||||
HOMEPAGE="https://www.yacreader.com"
|
||||
DOWNLOAD="https://bitbucket.org/luisangelsm/yacreader/downloads/yacreader-9.0.0-src.tar.xz"
|
||||
MD5SUM="127eca8022c8f6eb0359e24fc74b7c87"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libwebp poppler-qt5 qrencode unarr"
|
||||
|
|
Loading…
Reference in New Issue