mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
libreoffice - cleanup MN
This commit is contained in:
parent
f44d564ac5
commit
66026b105b
1 changed files with 1 additions and 13 deletions
|
|
@ -1799,19 +1799,7 @@ MaintainerNotes: |-
|
|||
|
||||
The libreoffice build scripts spit out warning about the NDK version, so keep an eye out to make sure you have the right one. It's usually pretty recent.
|
||||
|
||||
Currently, the automatic update (check) mechanism is only partly used: Since the versionCode is only set via an environment variable during the build,
|
||||
there is currently no way for the update check to retrieve the actual version code. Therefore, the one retrieved via `UpdateCheckData` is a dummy one and
|
||||
the correct versionCode needs to be set manually. This means that the steps mentioned below currently need to be
|
||||
done manually for each release.
|
||||
|
||||
In order to update to a newer release:
|
||||
* temporarily change to `AutoUpdateMode: Version +/<commit_hash>/F-Droid libreoffice-%v` below.
|
||||
(This is needed because the commit hash is currently part of the `versionName`, s.a. comment above.)
|
||||
* update the tag name in the URL used in "UpdateCheckData"
|
||||
* update the version codes for "VercodeOperation". The first version code should match the versionCode that the corresponding release on Google Play uses.
|
||||
* run `fdroid checkupdates --auto --allow-dirty -v org.documentfoundation.libreoffice` to auto-generate the sections to build the new versions for all architectures
|
||||
* change back to `AutoUpdateMode: None` again.
|
||||
* check `CurrentVersion` below matches the `versionName` in the newly generated sections above or adapt as needed.
|
||||
Currently, the automatic update (check) mechanism can't be used since the versionCode is only set via an environment variable during the build.
|
||||
|
||||
ArchivePolicy: 12
|
||||
AutoUpdateMode: None
|
||||
|
|
|
|||
Loading…
Reference in a new issue