IceCatMobile: Update to 52.3.0
Update Maintainer Notes.
This commit is contained in:
parent
3dfbdc9cf9
commit
83e5022512
|
@ -238,18 +238,17 @@ Build:45.7.0,450710
|
|||
./mach package
|
||||
ndk=r10e
|
||||
|
||||
Build:52.0.2,520002
|
||||
disable=require new hq?
|
||||
commit=FIREFOX_52_0_2esr_RELEASE
|
||||
Build:52.3.0,520300
|
||||
commit=FIREFOX_52_3_0esr_RELEASE
|
||||
output=fdroid/icecat-unsigned.apk
|
||||
srclibs=MozLocales@05d905c5,IceCat@f1f99399
|
||||
srclibs=MozLocales@51f4f0fb,IceCat@97a01a1c
|
||||
prebuild=bash $$IceCat$$/makeicecat -- --no-tarball --skip-l10n --no-debian --with-sourcedir=$PWD && \
|
||||
bash $$MozLocales$$/prebuild-icecat.sh && \
|
||||
fxarch=`echo $$VERCODE$$ | cut -c 5 | sed -e 's/0/arm-linux-androideabi/g' -e 's/1/i386-linux-androideabi/g'` && \
|
||||
echo "ac_add_options --with-android-ndk=$$NDK$$" >> .mozconfig && \
|
||||
echo "ac_add_options --with-android-sdk=$$SDK$$" >> .mozconfig && \
|
||||
echo "ac_add_options --target=${fxarch}" >> .mozconfig && \
|
||||
echo "mk_add_options 'export ANDROID_VERSION_CODE=$$VERCODE$$'" >> .mozconfig
|
||||
echo "mk_add_options 'export MOZ_APP_ANDROID_VERSION_CODE=$$VERCODE$$'" >> .mozconfig
|
||||
scanignore=mobile/android/base/java/org/mozilla/gecko/javaaddons
|
||||
build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
|
||||
./mach build && \
|
||||
|
@ -260,18 +259,17 @@ Build:52.0.2,520002
|
|||
mv obj-android/dist/icecat*-unsigned-unaligned.apk fdroid/icecat-unsigned.apk
|
||||
ndk=r12b
|
||||
|
||||
Build:52.0.2,520012
|
||||
disable=requires new hg?
|
||||
commit=FIREFOX_52_0_2esr_RELEASE
|
||||
Build:52.3.0,520310
|
||||
commit=FIREFOX_52_3_0esr_RELEASE
|
||||
output=fdroid/icecat-unsigned.apk
|
||||
srclibs=MozLocales@05d905c5,IceCat@f1f99399
|
||||
srclibs=MozLocales@51f4f0fb,IceCat@97a01a1c
|
||||
prebuild=bash $$IceCat$$/makeicecat -- --no-tarball --skip-l10n --no-debian --with-sourcedir=$PWD && \
|
||||
bash $$MozLocales$$/prebuild-icecat.sh && \
|
||||
fxarch=`echo $$VERCODE$$ | cut -c 5 | sed -e 's/0/arm-linux-androideabi/g' -e 's/1/i386-linux-androideabi/g'` && \
|
||||
echo "ac_add_options --with-android-ndk=$$NDK$$" >> .mozconfig && \
|
||||
echo "ac_add_options --with-android-sdk=$$SDK$$" >> .mozconfig && \
|
||||
echo "ac_add_options --target=${fxarch}" >> .mozconfig && \
|
||||
echo "mk_add_options 'export ANDROID_VERSION_CODE=$$VERCODE$$'" >> .mozconfig
|
||||
echo "mk_add_options 'export MOZ_APP_ANDROID_VERSION_CODE=$$VERCODE$$'" >> .mozconfig
|
||||
scanignore=mobile/android/base/java/org/mozilla/gecko/javaaddons
|
||||
build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
|
||||
./mach build && \
|
||||
|
@ -283,11 +281,11 @@ Build:52.0.2,520012
|
|||
ndk=r12b
|
||||
|
||||
Maintainer Notes:
|
||||
requesting all changes abort: remote error: incompatible Mercurial client; bundle2 required (see https://www.mercurial-scm.org/wiki/IncompatibleClient)
|
||||
Needs Mercurial (a.k.a. hg) >= 3.5 to clone from Mozilla server.
|
||||
.
|
||||
|
||||
Archive Policy:4 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:52.0.2
|
||||
Current Version Code:520012
|
||||
Current Version:52.3.0
|
||||
Current Version Code:520310
|
||||
|
|
Loading…
Reference in a new issue