mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/argyllcms: Updated for version 3.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
79acbd2545
commit
0c7b24b004
3 changed files with 16 additions and 19 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware Package Build Script for ArgyllCMS
|
||||
# Home Page http://www.argyllcms.com/
|
||||
|
||||
# Copyright (c) 2015-2016, 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,8 +27,8 @@
|
|||
|
||||
PRGNAM="argyllcms"
|
||||
SRCNAM="Argyll"
|
||||
VERSION=${VERSION:-1.8.3}
|
||||
SRCVERSION=${SRCVERSION:-V1.8.3}
|
||||
VERSION=${VERSION:-1.9.2}
|
||||
SRCVERSION=${SRCVERSION:-V1.9.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -61,13 +61,11 @@ fi
|
|||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
rm -rf $TMP/$SRCNAM-$SRCVERSION $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf ${SRCNAM}_${SRCVERSION}
|
||||
unzip $CWD/${SRCNAM}_${SRCVERSION}_src.zip
|
||||
cd $TMP/${SRCNAM}_${SRCVERSION}
|
||||
|
||||
chown -R root.root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 750 -o -perm 555 \
|
||||
|
@ -75,7 +73,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 640 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Patch for gcc-5 thanks to Debian
|
||||
patch -p1 < $CWD/patches/argyllcms-1.8.0-gcc5.patch
|
||||
|
||||
### install steps have been shamelessly copied from Arch Linux PKGBUILD
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="argyllcms"
|
||||
VERSION="1.8.3"
|
||||
VERSION="1.9.2"
|
||||
HOMEPAGE="http://www.argyllcms.com/"
|
||||
DOWNLOAD="http://argyllcms.com/Argyll_V1.8.3_src.zip"
|
||||
MD5SUM="037541cbc7f01b8eb2eff2e7e07ea232"
|
||||
DOWNLOAD="http://argyllcms.com/Argyll_V1.9.2_src.zip"
|
||||
MD5SUM="6720e4d1e60181c9f3d1ca252b737269"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jam"
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# 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.
|
||||
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and 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 ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
argyllcms: argyllcms (Argyll Color Management System)
|
||||
argyllcms:
|
||||
argyllcms: ArgyllCMS is an ICC compatible color management system. It supports
|
||||
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:
|
||||
argyllcms:
|
||||
argyllcms: Home Page: http://www.argyllcms.com/
|
||||
argyllcms:
|
||||
|
|
Loading…
Reference in a new issue