summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-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"