diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2016-08-21 23:44:18 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:59 +0100 |
commit | 9b138f88f09aabb2f0c24fbdae5ce2bd19297720 (patch) | |
tree | fa2870cb59b7d3df40b2459d35dcfce4f637097a /system/argyllcms | |
parent | 5dc4eccf20c96120b01cf01bc8dc7996570609ec (diff) | |
download | slackbuilds-9b138f88f09aabb2f0c24fbdae5ce2bd19297720.tar.gz |
system/argyllcms: Updated for version 1.8.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/argyllcms')
-rw-r--r-- | system/argyllcms/argyllcms.SlackBuild | 14 | ||||
-rw-r--r-- | system/argyllcms/argyllcms.info | 6 | ||||
-rw-r--r-- | system/argyllcms/patches/argyllcms-1.8.0-gcc5.patch (renamed from system/argyllcms/argyllcms-1.8.0-gcc5.patch) | 0 | ||||
-rw-r--r-- | system/argyllcms/slack-desc | 12 |
4 files changed, 16 insertions, 16 deletions
diff --git a/system/argyllcms/argyllcms.SlackBuild b/system/argyllcms/argyllcms.SlackBuild index 4805c28471..5b9c8ad57b 100644 --- a/system/argyllcms/argyllcms.SlackBuild +++ b/system/argyllcms/argyllcms.SlackBuild @@ -3,7 +3,7 @@ # Slackware Package Build Script for ArgyllCMS # Home Page http://www.argyllcms.com/ -# Copyright (c) 2015, Nishant Limbachia, Hoffman Estates, IL, USA +# Copyright (c) 2015-2016, Nishant Limbachia, Hoffman Estates, IL, USA # [nishant _AT_ mnspace _DOT_ net] # All rights reserved. # @@ -27,14 +27,14 @@ PRGNAM="argyllcms" SRCNAM="Argyll" -VERSION=${VERSION:-1.8.2} -SRCVERSION=${SRCVERSION:-V1.8.2} +VERSION=${VERSION:-1.8.3} +SRCVERSION=${SRCVERSION:-V1.8.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -45,8 +45,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -76,7 +76,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Patch for gcc-5 thanks to Debian -patch -p1 < $CWD/argyllcms-1.8.0-gcc5.patch +patch -p1 < $CWD/patches/argyllcms-1.8.0-gcc5.patch ### install steps have been shamelessly copied from Arch Linux PKGBUILD ### https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/argyllcms diff --git a/system/argyllcms/argyllcms.info b/system/argyllcms/argyllcms.info index f8a3c94b1c..3818e6d505 100644 --- a/system/argyllcms/argyllcms.info +++ b/system/argyllcms/argyllcms.info @@ -1,8 +1,8 @@ PRGNAM="argyllcms" -VERSION="1.8.2" +VERSION="1.8.3" HOMEPAGE="http://www.argyllcms.com/" -DOWNLOAD="http://argyllcms.com/Argyll_V1.8.2_src.zip" -MD5SUM="3c069c2642ad9a9750e624439b5fb01b" +DOWNLOAD="http://argyllcms.com/Argyll_V1.8.3_src.zip" +MD5SUM="037541cbc7f01b8eb2eff2e7e07ea232" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jam" diff --git a/system/argyllcms/argyllcms-1.8.0-gcc5.patch b/system/argyllcms/patches/argyllcms-1.8.0-gcc5.patch index 28067455c3..28067455c3 100644 --- a/system/argyllcms/argyllcms-1.8.0-gcc5.patch +++ b/system/argyllcms/patches/argyllcms-1.8.0-gcc5.patch diff --git a/system/argyllcms/slack-desc b/system/argyllcms/slack-desc index d33854a133..251e3d9158 100644 --- a/system/argyllcms/slack-desc +++ b/system/argyllcms/slack-desc @@ -4,15 +4,15 @@ # the '|' on the right side marks the last column you can put a character in. # You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. - + |-----handy-ruler------------------------------------------------------| argyllcms: argyllcms (Argyll Color Management System) argyllcms: -argyllcms: ArgyllCMS is an ICC compatible color management system. It supports -argyllcms: accurate ICC profile creation for scanners, cameras and film -argyllcms: recorders and calibration and profiling of displays and RGB & CMYK -argyllcms: printers. -argyllcms: +argyllcms: ArgyllCMS is an ICC compatible color management system. It supports +argyllcms: accurate ICC profile creation for scanners, cameras and film recorders, +argyllcms: and calibration and profiling of displays and RGB & CMYK printers. +argyllcms: +argyllcms: argyllcms: argyllcms: Home Page: http://www.argyllcms.com/ argyllcms: |