Update Icecat to 38.7.1
This commit is contained in:
parent
2bbd8dcdb3
commit
4428f51384
|
@ -40,15 +40,47 @@ Build:38.6.0,380600
|
|||
popd && \
|
||||
./mach package
|
||||
|
||||
Build:38.7.1,380701
|
||||
commit=FIREFOX_38_7_1esr_RELEASE
|
||||
output=obj-android/dist/gecko-unsigned-unaligned.apk
|
||||
srclibs=MozLocales@96b78c77,IceCat@f6c6629a
|
||||
prebuild=fxarch=`echo $$VERCODE$$ | cut -c 5 | sed -e 's/0/arm-linux-androideabi/g' -e 's/1/i386-linux-androideabi/g'` && \
|
||||
bash $$IceCat$$/makeicecat --skip-compare-locales --skip-l10n --no-debian --no-tarball --with-sourcedir=$PWD && \
|
||||
bash $$MozLocales$$/prebuild-icecat.sh && \
|
||||
echo "ac_add_options --with-android-ndk=$$NDK$$" >> .mozconfig && \
|
||||
echo "ac_add_options --with-android-sdk=$$SDK$$/platforms/android-22" >> .mozconfig && \
|
||||
echo "ac_add_options --target=${fxarch}" >> .mozconfig && \
|
||||
echo "mk_add_options 'export ANDROID_VERSION_CODE=$$VERCODE$$'" >> .mozconfig
|
||||
scanignore=mobile/android/base/JavaAddonManager.java
|
||||
build=./mach build && \
|
||||
pushd obj-android/mobile/android/locales && \
|
||||
for loc in $(cat ../../../../used-locales); do LOCALE_MERGEDIR=$PWD/merge-$loc make merge-$loc LOCALE_MERGEDIR=$PWD/merge-$loc; make LOCALE_MERGEDIR=$PWD/merge-$loc chrome-$loc LOCALE_MERGEDIR=$PWD/merge-$loc; done && \
|
||||
popd && \
|
||||
./mach package
|
||||
|
||||
Build:38.7.1,380711
|
||||
commit=FIREFOX_38_7_1esr_RELEASE
|
||||
output=obj-android/dist/gecko-unsigned-unaligned.apk
|
||||
srclibs=MozLocales@96b78c77,IceCat@f6c6629a
|
||||
prebuild=fxarch=`echo $$VERCODE$$ | cut -c 5 | sed -e 's/0/arm-linux-androideabi/g' -e 's/1/i386-linux-androideabi/g'` && \
|
||||
bash $$IceCat$$/makeicecat --skip-compare-locales --skip-l10n --no-debian --no-tarball --with-sourcedir=$PWD && \
|
||||
bash $$MozLocales$$/prebuild-icecat.sh && \
|
||||
echo "ac_add_options --with-android-ndk=$$NDK$$" >> .mozconfig && \
|
||||
echo "ac_add_options --with-android-sdk=$$SDK$$/platforms/android-22" >> .mozconfig && \
|
||||
echo "ac_add_options --target=${fxarch}" >> .mozconfig && \
|
||||
echo "mk_add_options 'export ANDROID_VERSION_CODE=$$VERCODE$$'" >> .mozconfig
|
||||
scanignore=mobile/android/base/JavaAddonManager.java
|
||||
build=./mach build && \
|
||||
pushd obj-android/mobile/android/locales && \
|
||||
for loc in $(cat ../../../../used-locales); do LOCALE_MERGEDIR=$PWD/merge-$loc make merge-$loc LOCALE_MERGEDIR=$PWD/merge-$loc; make LOCALE_MERGEDIR=$PWD/merge-$loc chrome-$loc LOCALE_MERGEDIR=$PWD/merge-$loc; done && \
|
||||
popd && \
|
||||
./mach package
|
||||
|
||||
Maintainer Notes:
|
||||
|
||||
Dependencies:
|
||||
* pip install compare-locales
|
||||
* apt-get build-dep firefox
|
||||
|
||||
TODO:
|
||||
* Build x86 releases. Auto-select fxarch by versioncode:
|
||||
fxarch=`echo $$VERCODE$$ | cut -c 5 | sed -e 's/0/arm-linux-androideabi/g' -e 's/1/i386-linux-androideabi/g'`
|
||||
.
|
||||
|
||||
Archive Policy:3 versions
|
||||
|
|
Loading…
Reference in a new issue