solenv/bin/assemble-flatpak-appdata.sh | 37 +++++++-------------------------- 1 file changed, 8 insertions(+), 29 deletions(-)
New commits: commit 9987c2c6017dde511a39b26590a0822604ea12dd Author: Thorsten Behrens <[email protected]> AuthorDate: Mon Nov 17 04:47:12 2025 +0100 Commit: Andras Timar <[email protected]> CommitDate: Sun Jan 11 11:45:42 2026 +0100 More branding-related fixes for flatpak build Change-Id: I6355cc13d6c20e0a1ff246364230835a2a1165da diff --git a/solenv/bin/assemble-flatpak-appdata.sh b/solenv/bin/assemble-flatpak-appdata.sh index 540a601e641d..e4fd8eebd721 100755 --- a/solenv/bin/assemble-flatpak-appdata.sh +++ b/solenv/bin/assemble-flatpak-appdata.sh @@ -29,53 +29,32 @@ cat <<EOF >"${1?}${3?}".appdata.xml <id>${3?}</id> <metadata_license>CC0-1.0</metadata_license> <project_license>MPL-2.0</project_license> - <name>Collabora Office</name> + <name>Collabora Office Desktop</name> <summary>The Collabora Office productivity suite</summary> <description> - <p>Collabora Office is a powerful office suite. Its clean interface and - feature-rich tools help you unleash your creativity and enhance your - productivity. Collabora Office includes several applications that make it the most - powerful Free and Open Source office suite on the market: Writer (word - processing), Calc (spreadsheets), Impress (presentations), Draw (vector - graphics and flowcharts), Base (databases), and Math (formula editing).</p> - <p>Collabora Office supports opening and saving into a wide variety of formats, so - you can easily share documents with users of other popular office suites - without worrying about compatibility.</p> + <p>Collabora Office Desktop is a powerful office suite.</p> </description> <launchable type="desktop-id">${3?}.desktop</launchable> - <url type="homepage">http://www.libreoffice.org/discover/libreoffice/</url> - <url type="bugtracker">https://bugs.documentfoundation.org/</url> - <url type="donation">https://donate.libreoffice.org/</url> - <url type="faq">https://wiki.documentfoundation.org/Faq</url> - <url type="help">http://www.libreoffice.org/get-help/documentation/</url> - <url type="translate">https://wiki.documentfoundation.org/Translating_LibreOffice</url> + <url type="homepage">https://collaboraoffice.com</url> <screenshots> <screenshot type="default"> - <image>https://hub.libreoffice.org/screenshots/writer-01.png</image> + <image>writer.png</image> <caption>Sample Writer document</caption> </screenshot> <screenshot> - <image>https://hub.libreoffice.org/screenshots/calc-01.png</image> + <image>calc.png</image> <caption>Sample Calc document</caption> </screenshot> <screenshot> - <image>https://hub.libreoffice.org/screenshots/impress-01.png</image> + <image>impress.png</image> <caption>Sample Impress document</caption> </screenshot> <screenshot> - <image>https://hub.libreoffice.org/screenshots/draw-01.png</image> + <image>draw.png</image> <caption>Sample Draw document</caption> </screenshot> - <screenshot> - <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>Collabora Limited</developer_name> + <developer_name>Collabora Productivity Limited</developer_name> <kudos> <kudo>HiDpiIcon</kudo> <kudo>HighContrast</kudo>
