summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2018-07-19 13:07:18 +0200
committer Willy Sudiarto Raharjo2018-07-21 01:53:37 +0200
commitf1a59dd4214649e22a7f0b5b5b03936e9bf48e10 (patch)
tree2a83161c73ba2b073aa9f2f7589182e1819554f0
parent167f248e34ded2a4d3c46da4af65a83f752d3be4 (diff)
downloadslackbuilds-f1a59dd4214649e22a7f0b5b5b03936e9bf48e10.tar.gz
graphics/nomacs: Updated for version 3.10.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--graphics/nomacs/nomacs.SlackBuild7
-rw-r--r--graphics/nomacs/nomacs.info10
2 files changed, 9 insertions, 8 deletions
diff --git a/graphics/nomacs/nomacs.SlackBuild b/graphics/nomacs/nomacs.SlackBuild
index e4ef4ee3a0..6380d88682 100644
--- a/graphics/nomacs/nomacs.SlackBuild
+++ b/graphics/nomacs/nomacs.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=nomacs
-VERSION=${VERSION:-3.8.0}
-PVERSION=${PVERSION:-20180109_8e482c4}
+VERSION=${VERSION:-3.10.0}
+PVERSION=${PVERSION:-20180605_ba61524}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,8 +77,9 @@ find -L . \
cd ImageLounge
-# Fix man pages installation path
+# Fix man pages and plugins installation path
sed -i "s|share\/man|man|" cmake/UnixBuildTarget.cmake || exit 1
+sed -i "s|lib/nomacs-plugins|lib${LIBDIRSUFFIX}/nomacs-plugins|" plugins/cmake/Utils.cmake || exit 1
mkdir -p build
cd build
diff --git a/graphics/nomacs/nomacs.info b/graphics/nomacs/nomacs.info
index b082409797..743e1d490a 100644
--- a/graphics/nomacs/nomacs.info
+++ b/graphics/nomacs/nomacs.info
@@ -1,10 +1,10 @@
PRGNAM="nomacs"
-VERSION="3.8.0"
+VERSION="3.10.0"
HOMEPAGE="http://www.nomacs.org"
-DOWNLOAD="https://github.com/nomacs/nomacs/archive/3.8.0/nomacs-3.8.0.tar.gz \
- http://ponce.cc/slackware/sources/repo/nomacs-plugins-20180109_8e482c4.tar.xz"
-MD5SUM="90d935191d803623a967359161d6170b \
- e08f7468626769162c7583d26c8c35f7"
+DOWNLOAD="https://github.com/nomacs/nomacs/archive/3.10.0/nomacs-3.10.0.tar.gz \
+ http://ponce.cc/slackware/sources/repo/nomacs-plugins-20180605_ba61524.tar.xz"
+MD5SUM="e066fb6c9c87ef505038a909a37901f5 \
+ 2957ab01ae1f61a3e6237393a7a325a0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lcov opencv qt5"