solenv/bin/assemble-flatpak-appdata.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-)
New commits: commit 8e3b3628086d7153b009300975a7f942f0da8bf0 Author: Hossein <[email protected]> AuthorDate: Thu Nov 20 12:33:46 2025 +0100 Commit: Hossein <[email protected]> CommitDate: Fri Nov 21 09:08:21 2025 +0100 Use new screenshot set for flatpak page There are 2 sets of screenshots for LibreOffice applications and they are recently updated. Let's use the first set for flatpak page, as they are the preferred ones. Also, a new screenshot for Math is added. These are the 6 final screenshots: https://hub.libreoffice.org/screenshots/writer-01.png https://hub.libreoffice.org/screenshots/calc-01.png https://hub.libreoffice.org/screenshots/impress-01.png https://hub.libreoffice.org/screenshots/draw-01.png https://hub.libreoffice.org/screenshots/base-01.png https://hub.libreoffice.org/screenshots/math-01.png They will be used here: Flathub > LibreOffice https://flathub.org/en/apps/org.libreoffice.LibreOffice The second set, which is not currently used are: https://hub.libreoffice.org/screenshots/writer-02.png https://hub.libreoffice.org/screenshots/calc-02.png https://hub.libreoffice.org/screenshots/impress-02.png https://hub.libreoffice.org/screenshots/draw-02.png https://hub.libreoffice.org/screenshots/base-02.png https://hub.libreoffice.org/screenshots/math-02.png These are re-used from the new test LibreOffice website. Change-Id: I0bb6719a33e520323c00155c2fa5cc5fc8f96b07 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194266 Reviewed-by: Stephan Bergmann <[email protected]> Tested-by: Jenkins diff --git a/solenv/bin/assemble-flatpak-appdata.sh b/solenv/bin/assemble-flatpak-appdata.sh index e47fae2405fc..4f73d1565e66 100755 --- a/solenv/bin/assemble-flatpak-appdata.sh +++ b/solenv/bin/assemble-flatpak-appdata.sh @@ -55,7 +55,7 @@ cat <<EOF >"${1?}${3?}".appdata.xml <caption>Sample Writer document</caption> </screenshot> <screenshot> - <image>https://hub.libreoffice.org/screenshots/calc-02.png</image> + <image>https://hub.libreoffice.org/screenshots/calc-01.png</image> <caption>Sample Calc document</caption> </screenshot> <screenshot> @@ -63,13 +63,17 @@ cat <<EOF >"${1?}${3?}".appdata.xml <caption>Sample Impress document</caption> </screenshot> <screenshot> - <image>https://hub.libreoffice.org/screenshots/draw-02.png</image> + <image>https://hub.libreoffice.org/screenshots/draw-01.png</image> <caption>Sample Draw document</caption> </screenshot> <screenshot> - <image>https://hub.libreoffice.org/screenshots/base-02.png</image> + <image>https://hub.libreoffice.org/screenshots/base-01.png</image> <caption>Sample Base document</caption> </screenshot> + <screenshot> + <image>https://hub.libreoffice.org/screenshots/math-01.png</image> + <caption>Sample Math document</caption> + </screenshot> </screenshots> <developer_name>The Document Foundation</developer_name> <update_contact>libreoffice_at_lists.freedesktop.org</update_contact>
