Fennec FDroid: Enable builds.
This commit is contained in:
parent
76b90cce3b
commit
28aa48837a
|
@ -1,4 +1,3 @@
|
|||
Disabled:wip
|
||||
AntiFeatures:NonFreeAdd,Tracking
|
||||
Provides:org.mozilla.firefox
|
||||
Categories:Internet
|
||||
|
@ -9,7 +8,7 @@ Source Code:http://hg.mozilla.org
|
|||
Issue Tracker:https://bugzilla.mozilla.org
|
||||
Donate:https://sendto.mozilla.org/page/contribute/openwebfund
|
||||
|
||||
Name:Fennec Fdroid
|
||||
Name:Fennec FDroid
|
||||
Summary:Web browser
|
||||
Description:
|
||||
Browser using the Gecko layout engine to render web pages, which implements
|
||||
|
@ -22,10 +21,11 @@ removed or re-pushed at anytime:
|
|||
|
||||
DO NOT INSTALL unless you know what you are doing!
|
||||
|
||||
Currently following features are being stripped at build time:
|
||||
* Tests
|
||||
* Crashreporter
|
||||
* Mediastreaming (requires non-free library: play-services)
|
||||
Currently following features are being stripped/added at build time:
|
||||
* Removed: Tests
|
||||
* Removed: Crashreporter
|
||||
* Removed: Mediastreaming (requires non-free library: play-services)
|
||||
* Added: MultiLocales
|
||||
|
||||
For further information, please look at the [https://gitlab.com/fdroid/fdroiddata/tree/master/metadata/org.mozilla.fennec.fdroid.txt build recipe].
|
||||
.
|
||||
|
@ -135,9 +135,6 @@ Build:35.0,350010
|
|||
|
||||
Maintainer Notes:
|
||||
|
||||
Dependencies:
|
||||
* https://gitlab.com/fdroid/fdroidserver/issues/65
|
||||
|
||||
Updating/Versioning:
|
||||
* Update Check Mode:Tags ^FENNEC_[1-9][0-9]*_[0-9]*_RELEASE$
|
||||
* versionCode via ANDROID_VERSION_CODE is datestring with some magic applied
|
||||
|
@ -145,12 +142,14 @@ Updating/Versioning:
|
|||
* Since we no longer target an official build, we are free to use any VC. (Fx35)
|
||||
* Current scheme: major version & minor version & arch & revision
|
||||
* Example: 350010 = Firefox 35.00, x86, revision (= if we need to re-release) 0
|
||||
* Example: 360103 = Firefox 36.01, arm, revision (= if we need to re-release) 3
|
||||
* Maybe we should stay in sync with upstream?
|
||||
|
||||
Roadmap/TODO:
|
||||
* Build arm and x86 builds regulary for every Fx35+ release (local)
|
||||
* Clean up.
|
||||
* Enable beta builds to get dependencies right.
|
||||
* Build arm and x86 builds regulary for every Fx35+ release
|
||||
* Maybe (~> would require another checkout of moz-central!) do build betas, so
|
||||
we can fix issues before release?
|
||||
* Clean up!
|
||||
* Release
|
||||
.
|
||||
|
||||
|
|
Loading…
Reference in a new issue