Chameleon Applications

Chameleon Applications Commit Details

Date:2010-10-06 12:21:57 (13 years 6 months ago)
Author:ErmaC
Commit:179
Parents: 178
Message:change icon & backgroun with last Blackosx file. Deleted "advanced" options in buildpkg... it make crash when run the pkg.
Changes:
D/branches/iFabio/Test
M/branches/iFabio/trunk/package/Resources/background
M/branches/iFabio/trunk/package/buildpkg
M/branches/iFabio/trunk/package/Icon.icns
M/branches/iFabio/trunk/revision

File differences

branches/iFabio/trunk/package/buildpkg
169169
170170
171171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192172
193173
194174
# End build resolution packages
echo "Building Options package"
# build Advanced packages
outline[$((outlinecount++))]="${indent[$xmlindent]}\t<line choice=\"Advanced\">"
choices[$((choicescount++))]="<choice\n\tid=\"Advanced\"\n\ttitle=\"Advanced_title\"\n\tdescription=\"Advanced_description\"\n>\n</choice>\n"
((xmlindent++))
packagesidentity="org.chameleon.optionsadv"
optionsadv=($( find "${pkgroot}/Scripts/Advanced" -type d -depth 1 -not -name '.svn' ))
for (( j = 0 ; j < ${#optionsadv[@]} ; j++ ))
do
mkdir -p "${1}/${optionsadv[$j]##*/}/Root"
mkdir -p "${1}/${optionsadv[$j]##*/}/Scripts"
ditto --noextattr --noqtn "${optionsadv[$j]}/postinstall" "${1}/${optionsadv[$j]##*/}/Scripts/postinstall"
echo "Building ${optionsadv[$j]##*/} package"
buildpackage "${1}/${optionsadv[$j]##*/}" "/binaries" "" "start_selected=\"false\""
rm -R -f "${1}/${j##*/}"
done
((xmlindent--))
outline[$((outlinecount++))]="${indent[$xmlindent]}\t</line>"
# End build Advanced packages
echo "Building Advanced Options package"
((xmlindent--))
outline[$((outlinecount++))]="${indent[$xmlindent]}\t</line>"
# End build options packages
branches/iFabio/trunk/revision
1
1
170:171
178

Archive Download the corresponding diff file

Revision: 179