diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-06-20 20:05:41 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-25 08:54:45 +0700 |
commit | ecd75bc17bffe08c37fa9c9da4ac3238373aa105 (patch) | |
tree | c50b42833b2affa3e2334ef22967efa55d6c46d2 /graphics/nomacs/nomacs.SlackBuild | |
parent | 0ce989a1f2a626725b1cfa5f1766b4304afc742e (diff) |
graphics/nomacs: Updated for version 3.2.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/nomacs/nomacs.SlackBuild')
-rw-r--r-- | graphics/nomacs/nomacs.SlackBuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/nomacs/nomacs.SlackBuild b/graphics/nomacs/nomacs.SlackBuild index f3a4162fd050..96da77535709 100644 --- a/graphics/nomacs/nomacs.SlackBuild +++ b/graphics/nomacs/nomacs.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for nomacs -# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2013 +# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=nomacs -VERSION=${VERSION:-3.0.0} +VERSION=${VERSION:-3.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,11 +72,6 @@ find -L . \ cd ImageLounge -# upstream commit -# https://github.com/nomacs/nomacs/commit/aa3fffc15bb6cbec8ef140a070dc12e6888e79df -# Remove on next release of nomacs -sed -i "s|2.1.0||" cmake/Unix.cmake - # Fix man pages installation path sed -i "s|share\/man|man|" cmake/UnixBuildTarget.cmake || exit 1 |