Chameleon Applications

Chameleon Applications Commit Details

Date:2010-10-13 01:51:55 (13 years 6 months ago)
Author:ErmaC
Commit:185
Parents: 184
Message:Some minus update. - Update localizable.strings for German - Update localizable.strings for Spanish - Add "dummy" script, also "dummy" for main make
Changes:
D/branches/iFabio/trunk/package/Resources/background
A/branches/iFabio/trunk/package/dumpkg
A/branches/iFabio/trunk/package/Resources/background.tiff
M/branches/iFabio/trunk/package/Resources/Spanish.lproj/Localizable.strings
M/branches/iFabio/trunk/package/Distribution
M/branches/iFabio/trunk/package/Resources/German.lproj/Localizable.strings
M/branches/iFabio/trunk/package/buildpkg
M/branches/iFabio/trunk/Makefile
M/branches/iFabio/trunk/package/Icon.icns
M/branches/iFabio/trunk/revision

File differences

branches/iFabio/trunk/package/Distribution
22
33
44
5
5
6
7
8
69
7
10
811
912
1013
1114
12
13
15
16
17
18
1419
1520
1621
<installer-gui-script minSpecVersion='1'>
<options hostArchitectures='i386'/>
<options
hostArchitectures='i386'
/>
<domains enable_anywhere="true"/>
<title>Chameleon_title</title>
<welcome file='Welcome.rtfd'/>
<license file="License.rtf" sla="EA0401"/>
<readme file='Description.html'/>
<conclusion file="Conclusion.rtfd"/>
<background file='background' alignment='topleft' scaling='proportional'/>
<icon file='Icon.icns'/>
<background file='background.tiff' alignment='topleft' scaling='proportional'/>
<title>Chameleon_title</title>
<script>
function installCheckScript()
branches/iFabio/trunk/package/buildpkg
351351
352352
353353
354
354
355355
356356
357357
......
392392
393393
394394
395
396
397395
398396
399397
398
399
400
ditto --noextattr --noqtn "${pkgroot}/Distribution" "${1}/${packagename}/Distribution"
ditto --noextattr --noqtn "${pkgroot}/Resources" "${1}/${packagename}/Resources"
ditto --noextattr --noqtn "${pkgroot}/Icon.icns" "${1%/*}/${packagename// /}-${version}-r${revision}-Standard.pkg"
echo "Building Resources..."
find "${1}/${packagename}/Resources" -type d -name '.svn' -exec rm -R -f {} \; 2>/dev/null
# cp -R -f "${1}/${packagename}/Resources" ${1%/*}/Resources
#End place for copy Resouces
echo "Finish! $packagename Install Package (Standard) v${version%%-*} $stage r$revision was created"
}
main "${1}" "${2}" "${3}" "${4}" "${5}"
# Building Icon
echo "Finish! $packagename Install Package (Standard) v${version%%-*} $stage r$revision was created"
branches/iFabio/trunk/package/dumpkg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
#!/bin/bash
# $1 Path to store built package
packagesidentity="org.chameleon"
packagename="Chameleon"
pkgroot="${0%/*}"
#version=$( grep I386BOOT_CHAMELEONVERSION sym/i386/vers.h | awk '{ print $3 }' | tr -d '\"' )
version=$( cat version )
stage=${version##*-}
revision=$( grep I386BOOT_CHAMELEONREVISION sym/i386/vers.h | awk '{ print $3 }' | tr -d '\"' )
builddate=$( grep I386BOOT_BUILDDATE sym/i386/vers.h | awk '{ print $3,$4 }' | tr -d '\"' )
timestamp=$( date -j -f "%Y-%m-%d %H:%M:%S" "${builddate}" "+%s" )
distributioncount=0
xmlindent=0
indent[0]="\t"
indent[1]="\t\t"
indent[2]="\t\t\t"
indent[3]="\t\t\t\t"
main ()
{
# clean up the destination path
rm -R -f "${1}"
echo "Building $packagename Install Package (Dummy) v${version%%-*} $stage r$revision $builddate"
outline[$((outlinecount++))]="${indent[$xmlindent]}<choices-outline>"
# Start
# build Chameleon package
outline[$((outlinecount++))]="${indent[$xmlindent]}\t<line choice=\"Chameleon\">"
choices[$((choicescount++))]="<choice\n\tid=\"Chameleon\"\n\ttitle=\"Chameleon_title\"\n\tdescription=\"Chameleon_description\"\n>\n</choice>\n"
((xmlindent++))
# build standard package
mkdir -p ${1}/Standard/Root
echo "Building boot0 package"
buildpackage "${1}/Standard" "/" "${coresize}" "start_enabled=\"true\" start_selected=\"upgrade_allowed()\" selected=\"exclusive(choices['EnhancedHFS']) &amp;&amp; exclusive(choices['Standardhfs']) &amp;&amp; exclusive(choices['EnhancedFAT']) &amp;&amp; exclusive(choices['noboot'])\""
# End build standard package
# build standard package with boot0hfs
mkdir -p ${1}/Standardhfs/Root
echo "Building boot0hfs package"
buildpackage "${1}/Standardhfs" "/" "${coresize}" "start_enabled=\"true\" start_selected=\"false\" selected=\"exclusive(choices['EnhancedHFS']) &amp;&amp; exclusive(choices['Standard']) &amp;&amp; exclusive(choices['EnhancedFAT']) &amp;&amp; exclusive(choices['noboot'])\""
# End build standard package with boot0hfs
# build efi fat32 package
mkdir -p ${1}/EnhancedFAT/Root
echo "Building efi fat32 package"
buildpackage "${1}/EnhancedFAT" "/" "${coresize}" "start_visible=\"systemHasGPT()\" start_selected=\"false\" selected=\"exclusive(choices['Standard']) &amp;&amp; exclusive(choices['Standardhfs']) &amp;&amp; exclusive(choices['EnhancedHFS']) &amp;&amp; exclusive(choices['noboot'])\""
# End build efi fat32 package
# build efi hfs package
mkdir -p ${1}/EnhancedHFS/Root
echo "Building efi hfs package"
buildpackage "${1}/EnhancedHFS" "/" "${coresize}" "start_visible=\"systemHasGPT()\" start_selected=\"false\" selected=\"exclusive(choices['Standard']) &amp;&amp; exclusive(choices['Standardhfs']) &amp;&amp; exclusive(choices['EnhancedFAT']) &amp;&amp; exclusive(choices['noboot'])\""
# End build efi hfs package
# build reset choice package
mkdir -p ${1}/noboot/Root
echo "Building reset choice package"
buildpackage "${1}/noboot" "/" "" "start_visible=\"true\" start_selected=\"false\" selected=\"exclusive(choices['Standard']) &amp;&amp; exclusive(choices['Standardhfs']) &amp;&amp; exclusive(choices['EnhancedFAT']) &amp;&amp; exclusive(choices['EnhancedHFS'])\""
# End build reset choice package
((xmlindent--))
outline[$((outlinecount++))]="${indent[$xmlindent]}\t</line>" # End Chameleon pakage
# build theme packages
outline[$((outlinecount++))]="${indent[$xmlindent]}\t<line choice=\"Themes\">"
choices[$((choicescount++))]="<choice\n\tid=\"Themes\"\n\ttitle=\"Themes_title\"\n\tdescription=\"Themes_description\"\n>\n</choice>\n"
((xmlindent++))
packagesidentity="org.chameleon.theme"
artwork="${1%/*}"
artwork="${1%/*}"
themes=($( find "${artwork%/*}/artwork/themes" -type d -depth 1 -not -name '.svn' ))
for (( i = 0 ; i < ${#themes[@]} ; i++ ))
do
theme=$( echo ${themes[$i]##*/} | awk 'BEGIN{OFS=FS=""}{$1=toupper($1);print}' )
mkdir -p "${1}/${theme}/Root/"
buildpackage "${1}/${theme}" "/" "" "start_selected=\"false\""
rm -R -f "${1}/${i##*/}"
done
echo "Building themes package"
((xmlindent--))
outline[$((outlinecount++))]="${indent[$xmlindent]}\t</line>"
# End build theme packages
# build options packages
outline[$((outlinecount++))]="${indent[$xmlindent]}\t<line choice=\"Options\">"
choices[$((choicescount++))]="<choice\n\tid=\"Options\"\n\ttitle=\"Options_title\"\n\tdescription=\"Options_description\"\n>\n</choice>\n"
((xmlindent++))
packagesidentity="org.chameleon.options"
options=($( find "${pkgroot}/Scripts/BaseOptions" -type d -depth 1 -not -name '.svn' ))
for (( i = 0 ; i < ${#options[@]} ; i++ ))
do
mkdir -p "${1}/${options[$i]##*/}/Root"
buildpackage "${1}/${options[$i]##*/}" "/" "" "start_selected=\"false\""
rm -R -f "${1}/${i##*/}"
done
# build resolution packages
outline[$((outlinecount++))]="${indent[$xmlindent]}\t<line choice=\"Resolution\">"
choices[$((choicescount++))]="<choice\n\tid=\"Resolution\"\n\ttitle=\"Resolution_title\"\n\tdescription=\"Resolution_description\"\n>\n</choice>\n"
((xmlindent++))
packagesidentity="org.chameleon.resolution"
resolutions=($( find "${pkgroot}/Scripts/Resolutions" -type d -depth 1 -not -name '.svn' ))
for (( y = 0 ; y < ${#resolutions[@]} ; y++ ))
do
mkdir -p "${1}/${resolutions[$y]##*/}/Root"
buildpackage "${1}/${resolutions[$y]##*/}" "/" "" "start_selected=\"false\""
rm -R -f "${1}/${y##*/}"
done
((xmlindent--))
outline[$((outlinecount++))]="${indent[$xmlindent]}\t</line>"
# End build resolution packages
echo "Building Options package"
((xmlindent--))
outline[$((outlinecount++))]="${indent[$xmlindent]}\t</line>"
# End build options packages
# build utility package
outline[$((outlinecount++))]="${indent[$xmlindent]}\t<line choice=\"Utility\">"
choices[$((choicescount++))]="<choice\n\tid=\"Utility\"\n\ttitle=\"Utility_title\"\n\tdescription=\"Utility_description\"\n>\n</choice>\n"
((xmlindent++))
packagesidentity="org.chameleon.utility"
# build package for Chameleon PrefPanel
mkdir -p "${1}/PrefPanel/Root/"
echo "Building Chameleon Preference Panel package"
buildpackage "${1}/PrefPanel" "/" "" "start_selected=\"false\""
# End build package for Chameleon PrefPanel
# build package for SMBIOSDefault
mkdir -p "${1}/SMBIOSDefault/Root/"
echo "Building SMBIOSDefault package"
buildpackage "${1}/SMBIOSDefault" "/" "" "start_selected=\"false\""
# End build package for SMBIOSDefault
# build package for EFIMounter
mkdir -p "${1}/EFIMounter/Root/"
echo "Building EFIMounter package"
buildpackage "${1}/EFIMounter" "/" "" "start_selected=\"false\""
# End build package for EFIMounter
((xmlindent--))
outline[$((outlinecount++))]="${indent[$xmlindent]}\t</line>"
# End utility package
# build kext packages
outline[$((outlinecount++))]="${indent[$xmlindent]}\t<line choice=\"Kexts\">"
choices[$((choicescount++))]="<choice\n\tid=\"Kexts\"\n\ttitle=\"Kexts_title\"\n\tdescription=\"Kexts_description\"\n>\n</choice>\n"
((xmlindent++))
packagesidentity="org.chameleon"
kexts=($( find "${pkgroot}/Kexts" -type d -name '*.kext' -depth 1 ))
for (( i = 0 ; i < ${#kexts[@]} ; i++ ))
do
filename="${kexts[$i]##*/}"
mkdir -p "${1}/${filename%.kext}/Root/"
buildpackage "${1}/${filename%.kext}" "/" "" "start_selected=\"false\""
done
echo "Building kext package"
((xmlindent--))
outline[$((outlinecount++))]="${indent[$xmlindent]}\t</line>"
# End build kext packages
# build package for Documents
packagesidentity="org.chameleon.Documents"
mkdir -p "${1}/Documents/Root"
echo "Building Documents package"
buildpackage "${1}/Documents" "/" "" "start_visible=\"false\" start_selected=\"true\""
# End build package for Documents
# build package for bdmesg
packagesidentity="org.chameleon.bdmesg"
mkdir -p "${1}/bdmesg/Root"
echo "Building bdmesg package"
buildpackage "${1}/bdmesg" "/" "" "start_visible=\"false\" start_selected=\"true\""
# End build package for bdmesg
outline[$((outlinecount++))]="${indent[$xmlindent]}</choices-outline>" # End main package
# build meta package
makedistribution "${1}" "${2}" "${3}" "${4}" "${5}"
# clean up
rm -R -f "${1}"
}
fixperms ()
{
# $1 path
find "${1}" -type f -exec chmod 644 {} \;
find "${1}" -type d -exec chmod 755 {} \;
chown -R 0:0 "${1}"
}
buildpackage ()
{
# $1 Path to package to build containing Root and or Scripts
# $2 Install Location
# $3 Size
# $4 Options
if [ -d "${1}/Root" ] && [ "${1}/Scripts" ]; then
local packagename="${1##*/}"
local identifier=$( echo ${packagesidentity}.${packagename//_/.} | tr [:upper:] [:lower:] )
find "${1}" -name '.DS_Store' -delete
local filecount=$( find "${1}/Root" | wc -l )
if [ "${3}" ]; then
local installedsize="${3}"
else
local installedsize=$( du -hkc "${1}/Root" | tail -n1 | awk {'print $1'} )
fi
local header="<?xml version=\"1.0\"?>\n<pkg-info format-version=\"2\" "
#[ "${3}" == "relocatable" ] && header+="relocatable=\"true\" "
header+="identifier=\"${identifier}\" "
header+="version=\"${version}\" "
[ "${2}" != "relocatable" ] && header+="install-location=\"${2}\" "
header+="auth=\"root\">\n"
header+="\t<payload installKBytes=\"${installedsize##* }\" numberOfFiles=\"${filecount##* }\"/>\n"
rm -R -f "${1}/Temp"
[ -d "${1}/Temp" ] || mkdir -m 777 "${1}/Temp"
[ -d "${1}/Root" ] && mkbom "${1}/Root" "${1}/Temp/Bom"
if [ -d "${1}/Scripts" ]; then
header+="\t<scripts>\n"
for script in $( find "${1}/Scripts" -type f \( -name 'pre*' -or -name 'post*' \) )
do
header+="\t\t<${script##*/} file=\"./${script##*/}\"/>\n"
done
header+="\t</scripts>\n"
chown -R 0:0 "${1}/Scripts"
pushd "${1}/Scripts" >/dev/null
find . -print | cpio -o -z -H cpio > "../Temp/Scripts"
popd >/dev/null
fi
header+="</pkg-info>"
echo -e "${header}" > "${1}/Temp/PackageInfo"
pushd "${1}/Root" >/dev/null
find . -print | cpio -o -z -H cpio > "../Temp/Payload"
popd >/dev/null
pushd "${1}/Temp" >/dev/null
xar -c -f "${1%/*}/${packagename// /}.pkg" --compression none .
popd >/dev/null
outline[$((outlinecount++))]="${indent[$xmlindent]}\t<line choice=\"${packagename// /}\"/>"
if [ "${4}" ]; then
local choiceoptions="${indent[$xmlindent]}${4}\n"
fi
choices[$((choicescount++))]="<choice\n\tid=\"${packagename// /}\"\n\ttitle=\"${packagename}_title\"\n\tdescription=\"${packagename}_description\"\n${choiceoptions}>\n\t<pkg-ref id=\"${identifier}\" installKBytes='${installedsize}' version='${version}.0.0.${timestamp}' auth='root'>#${packagename// /}.pkg</pkg-ref>\n</choice>\n"
rm -R -f "${1}"
fi
}
makedistribution ()
{
rm -f "${1%/*}/${packagename// /}"-Dummy.pkg
find "${1}" -type f -name '*.pkg' -depth 1 | while read component
do
mkdir -p "${1}/${packagename}/${component##*/}"
pushd "${1}/${packagename}/${component##*/}" >/dev/null
xar -x -f "${1%}/${component##*/}"
popd >/dev/null
done
ditto --noextattr --noqtn "${pkgroot}/Icon.icns" "${1%/*}/${packagename// /}-${version}-r${revision}-Dummy.pkg"
ditto --noextattr --noqtn "${pkgroot}/Distribution" "${1}/${packagename}/Distribution"
ditto --noextattr --noqtn "${pkgroot}/Resources" "${1}/${packagename}/Resources"
#ditto --noextattr --noqtn "${pkgroot}/Icon.icns" "${1%}/${packagename}/.Icon"
echo "Building Resources..."
find "${1}/${packagename}/Resources" -type d -name '.svn' -exec rm -R -f {} \; 2>/dev/null
for (( i=0; i < ${#outline[*]} ; i++));
do
echo -e "${outline[$i]}" >> "${1}/${packagename}/Distribution"
done
for (( i=0; i < ${#choices[*]} ; i++));
do
echo -e "${choices[$i]}" >> "${1}/${packagename}/Distribution"
done
echo "</installer-gui-script>" >> "${1}/${packagename}/Distribution"
perl -i -p -e "s/%CHAMELEONVERSION%/${version%%-*}/g" `find "${1}/${packagename}/Resources" -type f`
perl -i -p -e "s/%CHAMELEONREVISION%/${revision}/g" `find "${1}/${packagename}/Resources" -type f`
# place for info about the kind of pkg standard or advanced or dummy(language test)
perl -i -p -e "s/%PKGTYPE%/Dummy pkg installer/g" `find "${1}/${packagename}/Resources" -type f`
# end place for info
stage=${stage/RC/Release Candidate }
stage=${stage/FINAL/2.0 Final}
perl -i -p -e "s/%CHAMELEONSTAGE%/${stage}/g" `find "${1}/${packagename}/Resources" -type f`
find "${1}/${packagename}" -name '.DS_Store' -delete
pushd "${1}/${packagename}" >/dev/null
xar -c -f "${1%/*}/${packagename// /}-${version}-r${revision}-Dummy.pkg" --compression none .
popd >/dev/null
md5=$( md5 "${1%/*}/${packagename// /}-${version}-r${revision}-Dummy.pkg" | awk {'print $4'} )
echo "MD5 (${packagename// /}-${version}-r${revision}-Dummy.pkg) = ${md5}" > "${1%/*}/${packagename// /}-${version}-r${revision}-Dummy.pkg.md5"
#Here is the place for "copy" a compiled version of text inside the welcome & conclusion file
# cp -R -f "${1}/${packagename}/Resources" ${1%/*}/Resources
#End place for copy Resouces
echo "Finish! $packagename Install Package (Dummy) v${version%%-*} $stage r$revision was created"
}
main "${1}" "${2}" "${3}" "${4}" "${5}"
branches/iFabio/trunk/revision
1
1
178:179
184
branches/iFabio/trunk/Makefile
107107
108108
109109
110
111
112
113
114
115
116
110117
111118
112119
sudo `pwd`/package/buildpkg `pwd`/sym/package; \
fi;
# this option for dummy pkg
dummy installer: embedtheme
@if [ -e "$(SYMROOT)" ]; then \
sudo `pwd`/package/dumpkg `pwd`/sym/package; \
fi;
# this option for advanced pkg is "disabled" for now...
#advanced installer: embedtheme

Archive Download the corresponding diff file

Revision: 185