Chameleon

Chameleon Commit Details

Date:2011-08-14 03:36:43 (12 years 8 months ago)
Author:ErmaC
Commit:1360
Parents: 1359
Message:Fix Italian.lproj
Changes:
M/branches/ErmaC/package/Resources/Italian.lproj/Localizable.strings
M/branches/ErmaC/package/buildpkg.sh
M/branches/ErmaC/version
M/branches/ErmaC/Makefile
M/branches/ErmaC/package/Resources/Italian.lproj/Welcome.rtfd/TXT.rtf

File differences

branches/ErmaC/version
1
1
2.0-RC5
2.0
branches/ErmaC/package/Resources/Italian.lproj/Welcome.rtfd/TXT.rtf
11
22
3
3
44
55
66
......
2626
2727
2828
29
29
3030
3131
3232
3333
3434
35
35
36
{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
{\colortbl;\red255\green255\blue255;\red65\green78\blue255;}
{\colortbl;\red255\green255\blue255;\red65\green78\blue255;\red0\green0\blue255;}
\margl1440\margr1440\vieww11660\viewh12980\viewkind0
\pard\ri0\qc
\b0\fs30 \cf0 \
\pard\ri0\ql\qnatural
\b\fs26 \cf0 Realizzo del pkg : %PKGDEV%
\b\fs26 \cf0 Pkg realizzato da : %PKGDEV%
\b0\fs30 \
\pard\tx360\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
\cf0 \
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
\fs26 \cf0 Copyright \'a9 2011}
\fs26 \cf0 Copyright \'a9 2011
\b \cf3 Italian translation: ErmaC e scrax}
branches/ErmaC/package/buildpkg.sh
235235
236236
237237
238
239
240
238
239
240
241241
242242
243243
# build package for Documentation
mkdir -p "${1}/Documentation/Root"
cp -f ${pkgroot}/doc/BootHelp.txt ${1}/Documentation/Root
cp -f ${pkgroot}/doc/README ${1}/Documentation/Root
cp -f ${pkgroot}/doc/Users_Guide0.5.pdf ${1}/Documentation/Root
cp -f ${pkgroot}/../doc/BootHelp.txt ${1}/Documentation/Root
cp -f ${pkgroot}/../doc/README ${1}/Documentation/Root
cp -f ${pkgroot}/../doc/Users_Guide0.5.pdf ${1}/Documentation/Root
echo "[BUILD] Documentation "
buildpackage "${1}/Documentation" "/Library/Documentation/Chameleon2RC5" "" "start_selected=\"false\"" >/dev/null 2>&1
# End build package for Documentation
branches/ErmaC/Makefile
125125
126126
127127
128
128
129129
130130
131131
132132
133133
134
134135
135
136136
137
138
137139
138140
139
140141
141142
142143
@hdiutil makehybrid -iso -joliet -hfs -hfs-volume-name \
${CDLABEL} -eltorito-boot ${CDBOOT} -no-emul-boot -ov -o \
"${ISOIMAGE}" ${IMGROOT} -quiet
@echo "\t[GZ] ${DISTFILE}.tar.gz"
@echo "\t[GZ] ${DISTFILE}.tgz"
@rm -f ${DISTFILE}.tar.gz
@cd ${SYMROOT} && tar -cf ${DISTFILE}.tar ${DISTROOT}
@gzip --best ${DISTFILE}.tar
@mv ${DISTFILE}.tar.gz ${DISTFILE}.tgz
pkg installer: all
@# TODO: remove sudo
${SRCROOT}/package/buildpkg.sh ${SYMROOT}/package;
@echo "\t[GZ] ${DISTFILE}.pkg"
@gzip --best ${DISTFILE}.pkg
dmg: all
@# TODO: remove sudo
${SRCROOT}/package/slimpkg.sh ${SYMROOT}/package;
${SRCROOT}/package/builddmg.sh ${SYMROOT}/package;

Archive Download the corresponding diff file

Revision: 1360