diff --git a/metadata/org.documentfoundation.libreoffice.yml b/metadata/org.documentfoundation.libreoffice.yml index 94bce649b3..1e59c3ab5c 100644 --- a/metadata/org.documentfoundation.libreoffice.yml +++ b/metadata/org.documentfoundation.libreoffice.yml @@ -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 +//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