summaryrefslogtreecommitdiffstats
path: root/graphics/yacreader
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/yacreader')
-rw-r--r--graphics/yacreader/README3
-rw-r--r--graphics/yacreader/yacreader.SlackBuild6
-rw-r--r--graphics/yacreader/yacreader.info8
3 files changed, 10 insertions, 7 deletions
diff --git a/graphics/yacreader/README b/graphics/yacreader/README
index 60b72b7c68..1f06f34965 100644
--- a/graphics/yacreader/README
+++ b/graphics/yacreader/README
@@ -1,2 +1,5 @@
YACReader is a comic reader and manager with support for many
different comic files formats.
+
+NOTE: The provided headless library server is not yet supported
+by this SlackBuild (but it might be in the future).
diff --git a/graphics/yacreader/yacreader.SlackBuild b/graphics/yacreader/yacreader.SlackBuild
index 0d6bda71e1..25793ae49c 100644
--- a/graphics/yacreader/yacreader.SlackBuild
+++ b/graphics/yacreader/yacreader.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for yacreader
-# Copyright 2016-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2016-2024 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=yacreader
-VERSION=${VERSION:-9.8.2.2106195}
+VERSION=${VERSION:-9.14.2.2402143}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -86,7 +86,7 @@ sed -i \
-e "s|DATADIR/doc/yacreader|PREFIX/doc/yacreader-$VERSION|" \
YACReader*/YACReader*pro || exit 1
-qmake-qt5 CONFIG+=unarr
+qmake-qt5 CONFIG+=libarchive
make
make install INSTALL_ROOT=$PKG
diff --git a/graphics/yacreader/yacreader.info b/graphics/yacreader/yacreader.info
index 2476d3ae77..e00bfbf893 100644
--- a/graphics/yacreader/yacreader.info
+++ b/graphics/yacreader/yacreader.info
@@ -1,10 +1,10 @@
PRGNAM="yacreader"
-VERSION="9.8.2.2106195"
+VERSION="9.14.2.2402143"
HOMEPAGE="https://www.yacreader.com"
-DOWNLOAD="https://github.com/YACReader/yacreader/releases/download/9.8.2/yacreader-9.8.2.2106195-src.tar.xz"
-MD5SUM="0ee491c4bdfe2425d5c38ab56701998b"
+DOWNLOAD="https://github.com/YACReader/yacreader/releases/download/9.14.2/yacreader-9.14.2.2402143-src.tar.xz"
+MD5SUM="4c44baf03fa496889cdda94974d17fdc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="unarr"
+REQUIRES=""
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"