graphics/nomacs: Updated for version 3.17.2282.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f56fac62b4
commit
33fbad9ef3
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for nomacs
|
# Slackware build script for nomacs
|
||||||
|
|
||||||
# Copyright 2013-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
# Copyright 2013-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=nomacs
|
PRGNAM=nomacs
|
||||||
VERSION=${VERSION:-3.17.2206}
|
VERSION=${VERSION:-3.17.2282}
|
||||||
PVERSION=${PVERSION:-3.16}
|
PVERSION=${PVERSION:-3.16}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
@ -84,7 +84,7 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
zcat $CWD/nomacs-$VERSION-quazip-1.0.0.patch.gz | patch -p1 || exit 1
|
zcat $CWD/quazip-1.0.0.patch.gz | patch -p1 || exit 1
|
||||||
|
|
||||||
cd ImageLounge
|
cd ImageLounge
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
PRGNAM="nomacs"
|
PRGNAM="nomacs"
|
||||||
VERSION="3.17.2206"
|
VERSION="3.17.2282"
|
||||||
HOMEPAGE="http://www.nomacs.org"
|
HOMEPAGE="http://www.nomacs.org"
|
||||||
DOWNLOAD="https://github.com/nomacs/nomacs/archive/3.17.2206/nomacs-3.17.2206.tar.gz \
|
DOWNLOAD="https://github.com/nomacs/nomacs/archive/3.17.2282/nomacs-3.17.2282.tar.gz \
|
||||||
https://github.com/nomacs/nomacs-plugins/archive/3.16/nomacs-plugins-3.16.tar.gz \
|
https://github.com/nomacs/nomacs-plugins/archive/3.16/nomacs-plugins-3.16.tar.gz \
|
||||||
http://ponce.cc/slackware/sources/repo/nomacs-3.17.2206-quazip-1.0.0.patch.gz"
|
http://ponce.cc/slackware/sources/repo/quazip-1.0.0.patch.gz"
|
||||||
MD5SUM="26358fe1754dada245022331df3b0d35 \
|
MD5SUM="3c02094b9fdbfaff40be978ffb4b4583 \
|
||||||
fe809775c82da4e55fb47a6e0d05b97a \
|
fe809775c82da4e55fb47a6e0d05b97a \
|
||||||
2b427e3a76cac01c1540f75659b523b9"
|
476482ba8065f1e5c3eda96c6b7d9ef6"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="lcov"
|
REQUIRES=""
|
||||||
MAINTAINER="Matteo Bernardini"
|
MAINTAINER="Matteo Bernardini"
|
||||||
EMAIL="ponce@slackbuilds.org"
|
EMAIL="ponce@slackbuilds.org"
|
||||||
|
|
Loading…
Reference in New Issue