From f1a59dd4214649e22a7f0b5b5b03936e9bf48e10 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Thu, 19 Jul 2018 13:07:18 +0200 Subject: graphics/nomacs: Updated for version 3.10.0. Signed-off-by: Matteo Bernardini --- graphics/nomacs/nomacs.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'graphics/nomacs/nomacs.SlackBuild') 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 -- cgit v1.2.3