Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Mull 133.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tavi <[email protected]>
  • Loading branch information
SkewedZeppelin committed Nov 25, 2024
1 parent b53b161 commit d9b74fb
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 5 deletions.
55 changes: 53 additions & 2 deletions -fdroiddata/metadata/us.spotco.fennec_dos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
AntiFeatures:
Tracking:
en-US: Connects to various Mozilla services that can track users.
https://divestos.org/pages/network_connections#mull
UpstreamNonFree:
en-US: Telemetry and proprietary bits are removed.
Categories:
Expand Down Expand Up @@ -4099,6 +4102,54 @@ Builds:
build: ./build.sh
ndk: 27.1.12297006

- versionName: 133.0.0
versionCode: 21330000
commit: v133.0.0
timeout: 36000
sudo:
- apt-get update
- apt-get install -y cmake make m4 pkg-config python-is-python3 python3-venv
tcl gyp ninja-build bzip2 libffi-dev libsqlite3-dev binutils-dev clang-16
lld-16 libssl-dev
output: ../srclib/MozFennec/mobile/android/fenix/app/build/outputs/apk/fenix/release/app-*-release-unsigned.apk
srclibs:
- MozFennec@FIREFOX-ANDROID_133_0_BUILD2
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- wasi-sdk@wasi-sdk-20
- llvm@3c92011b600bdf70424e2547594dd461fe411a41
- llvm_android@2a4ee244d6dd0dcb8365590b898f7a40ec3cb87a
- toolchain-utils@dd1ee45a84cb07337f9d5d0a6769d9b865c6e620
prebuild: ./prebuild.sh $$VERSION$$ $$VERCODE$$
build: ./build.sh
ndk: 27.2.12479018

- versionName: 133.0.0
versionCode: 21330020
commit: v132.0.2
timeout: 36000
sudo:
- apt-get update
- apt-get install -y cmake make m4 pkg-config python-is-python3 python3-venv
tcl gyp ninja-build bzip2 libffi-dev libsqlite3-dev binutils-dev clang-16
lld-16 libssl-dev
output: ../srclib/MozFennec/mobile/android/fenix/app/build/outputs/apk/fenix/release/app-*-release-unsigned.apk
srclibs:
- MozFennec@FIREFOX-ANDROID_133_0_BUILD2
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- wasi-sdk@wasi-sdk-20
- llvm@3c92011b600bdf70424e2547594dd461fe411a41
- llvm_android@2a4ee244d6dd0dcb8365590b898f7a40ec3cb87a
- toolchain-utils@dd1ee45a84cb07337f9d5d0a6769d9b865c6e620
prebuild: ./prebuild.sh $$VERSION$$ $$VERCODE$$
build: ./build.sh
ndk: 27.2.12479018

MaintainerNotes: |-
Version code scheme:
XYZAR, where X.Y.Z is upstream version, A is architecture (0 = ARMv7, 1 = x86, 2 = ARMv8), R is revision (if we need to re-release).
Expand All @@ -4120,5 +4171,5 @@ MaintainerNotes: |-
ArchivePolicy: 6
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 132.0.2
CurrentVersionCode: 21320220
CurrentVersion: 133.0.0
CurrentVersionCode: 21330020
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ wget https://dl.google.com/android/repository/tools_r25.2.3-linux.zip
unzip tools_r*-linux.zip -d android/
android update sdk --no-ui
android update sdk --no-ui --filter build-tools-30.0.2,android-30,build-tools-30.0.0-preview,build-tools-29.0.3,android-29,build-tools-28.0.3,android-28 --all
wget https://dl.google.com/android/repository/android-ndk-r27b-linux.zip
unzip android-ndk-r27b-linux.zip -d android-ndk/
echo "ndk_paths = { '27.1.12297006': \"\$ANDROID_NDK\" }" >> fdroiddata/config.py
wget https://dl.google.com/android/repository/android-ndk-r27c-linux.zip
unzip android-ndk-r27c-linux.zip -d android-ndk/
echo "ndk_paths = { '27.2.12479018: \"\$ANDROID_NDK\" }" >> fdroiddata/config.py
```
- Add the following to your .bashrc
```
Expand Down

0 comments on commit d9b74fb

Please sign in to comment.