2008-05-15 Damien Carbery <[email protected]>
authordcarbery
Thu, 15 May 2008 11:16:49 +0000
changeset 12302 35501c82f540
parent 12301 275fc04d8614
child 12303 1bb2bc118459
2008-05-15 Damien Carbery <[email protected]> * cron-script.sh: Add --with-lcms to build SUNWgnome-img-viewer when SUNWlcms is installed.
ChangeLog
cron-script.sh
--- a/ChangeLog	Thu May 15 11:01:32 2008 +0000
+++ b/ChangeLog	Thu May 15 11:16:49 2008 +0000
@@ -1,3 +1,8 @@
+2008-05-15  Damien Carbery <[email protected]>
+
+	* cron-script.sh: Add --with-lcms to build SUNWgnome-img-viewer when
+	  SUNWlcms is installed.
+
 2008-05-15 Jerry Yu <[email protected]>
 	
 	* SUNWgnome-media-player.spec: remove the rm commands which won't be 
--- a/cron-script.sh	Thu May 15 11:01:32 2008 +0000
+++ b/cron-script.sh	Thu May 15 11:16:49 2008 +0000
@@ -128,7 +128,7 @@
 if ! /usr/bin/cmp -s ./cron-script.sh $MYNAME; then exec ./cron-script.sh; fi
 
 # uninstall all pkgs left behind by a previous build
-pkgtool uninstall-pkgs --with-l10n --with-tjds --with-moz-nss-nspr --with-sun-branding closed/*.spec *.spec >/dev/null
+pkgtool uninstall-pkgs --with-l10n --with-tjds --with-moz-nss-nspr --with-sun-branding --with-lcms closed/*.spec *.spec >/dev/null
 # remove-gnome will now remove anything left from uninstall-pkgs in case
 # or a packaging change for example
 $SPECDIR/scripts/remove-gnome --version jds -q -f --no_extras > /dev/null 2>&1
@@ -167,7 +167,7 @@
 	[email protected] \
         --prodname="${PRODNAME}/s${OSrel}${OSarch}" \
         --live --with-l10n --with-tjds --with-moz-nss-nspr \
-        --define "nightly 1" --with-sun-branding \
+        --define "nightly 1" --with-sun-branding --with-lcms \
         --summary-log=$WEBROOT/$LOGDIR.html \
         --summary-title="${PRODNAME} S${OSrel}/${OSarch_full} Nightly Build Report `date +'%d %B %Y'`" \
         --rpm-url=file:///net/jdsserv.ireland/$RPMSDIR/all_pkgs \