mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
graphics/nomacs: Updated for version 3.2.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
0ce989a1f2
commit
ecd75bc17b
2 changed files with 5 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nomacs"
|
||||
VERSION="3.0.0"
|
||||
VERSION="3.2.0"
|
||||
HOMEPAGE="http://www.nomacs.org"
|
||||
DOWNLOAD="https://github.com/nomacs/nomacs/archive/3.0.0.tar.gz"
|
||||
MD5SUM="e9905b602eac3fcf736a4d6e71075733"
|
||||
DOWNLOAD="https://github.com/nomacs/nomacs/archive/3.2.0.tar.gz"
|
||||
MD5SUM="34cb7b5eda0dfff9fa1038389a8c74ce"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="opencv qt5"
|
||||
|
|
Loading…
Reference in a new issue