summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2023-06-17 02:23:49 +0200
committer Willy Sudiarto Raharjo2023-06-17 02:23:49 +0200
commit6604cfe5c28c53f5b66c2732cb7d014dcfca55bb (patch)
tree58a05a95048eb342e8874d029b816f19010cfc81 /system
parentd1504acc560ea7c0d09ded0d2be60b886749bdf8 (diff)
downloadslackbuilds-6604cfe5c28c53f5b66c2732cb7d014dcfca55bb.tar.gz
system/argyllcms: Updated for version 2.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/argyllcms/argyllcms.SlackBuild13
-rw-r--r--system/argyllcms/argyllcms.info6
2 files changed, 7 insertions, 12 deletions
diff --git a/system/argyllcms/argyllcms.SlackBuild b/system/argyllcms/argyllcms.SlackBuild
index 44275a111a..b07561ca97 100644
--- a/system/argyllcms/argyllcms.SlackBuild
+++ b/system/argyllcms/argyllcms.SlackBuild
@@ -25,16 +25,13 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# 20220407 bkw: Modified by SlackBuilds.org, BUILD=2: fix doc permissions.
-# 20220211 bkw: Modified by SlackBuilds.org, fix build on 15.0.
-
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM="argyllcms"
SRCNAM="Argyll"
-VERSION=${VERSION:-2.0.1}
-SRCVERSION=${SRCVERSION:-V2.0.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.3.1}
+SRCVERSION=${SRCVERSION:-V2.3.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -78,15 +75,13 @@ rm -rf $TMP/${SRCNAM}_${SRCVERSION}
unzip $CWD/${SRCNAM}_${SRCVERSION}_src.zip
cd $TMP/${SRCNAM}_${SRCVERSION}
-chown -R root.root .
+chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 750 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 640 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
-# 20220211 bkw: jam reads from the environment, this variable is
-# documented in the Jamfile.
export CCOPTFLAG="$SLKCFLAGS -fcommon"
patch -p1 < $CWD/patches/argyllcms-1.8.0-gcc5.patch
diff --git a/system/argyllcms/argyllcms.info b/system/argyllcms/argyllcms.info
index 0c942d059f..1bca0d28d7 100644
--- a/system/argyllcms/argyllcms.info
+++ b/system/argyllcms/argyllcms.info
@@ -1,8 +1,8 @@
PRGNAM="argyllcms"
-VERSION="2.0.1"
+VERSION="2.3.1"
HOMEPAGE="http://www.argyllcms.com/"
-DOWNLOAD="http://argyllcms.com/Argyll_V2.0.1_src.zip"
-MD5SUM="5a9cf5233ea46733685965e4d0f99649"
+DOWNLOAD="http://argyllcms.com/Argyll_V2.3.1_src.zip"
+MD5SUM="aa7c56b6426d296f16bc53a18fe8acd4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jam"