From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- .../appstream-appdata/libreoffice-base.appdata.xml | 53 +++++++++++++++++++++ .../appstream-appdata/libreoffice-calc.appdata.xml | 47 +++++++++++++++++++ .../appstream-appdata/libreoffice-draw.appdata.xml | 52 +++++++++++++++++++++ .../libreoffice-impress.appdata.xml | 48 +++++++++++++++++++ .../libreoffice-writer.appdata.xml | 54 ++++++++++++++++++++++ .../org.libreoffice.kde.metainfo.xml | 28 +++++++++++ 6 files changed, 282 insertions(+) create mode 100644 sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml create mode 100644 sysui/desktop/appstream-appdata/libreoffice-calc.appdata.xml create mode 100644 sysui/desktop/appstream-appdata/libreoffice-draw.appdata.xml create mode 100644 sysui/desktop/appstream-appdata/libreoffice-impress.appdata.xml create mode 100644 sysui/desktop/appstream-appdata/libreoffice-writer.appdata.xml create mode 100644 sysui/desktop/appstream-appdata/org.libreoffice.kde.metainfo.xml (limited to 'sysui/desktop/appstream-appdata') diff --git a/sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml b/sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml new file mode 100644 index 000000000..c8918dd82 --- /dev/null +++ b/sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml @@ -0,0 +1,53 @@ + + + libreoffice-base.desktop + CC0-1.0 + MPL-2.0 + LibreOffice Base + Database manager part of the LibreOffice productivity suite + +

+Base is a powerful database manager, part of the LibreOffice productivity suite. +It allows you to store, manage and maintain different collections of data. +Base makes it easy to keep track of your finances, customers, invoices, or even +just the contacts in your address book! +

+

+For users that are new to databases, Base offers helpful wizards to create tables, +queries, forms and reports. +It's a solution for people requiring an easy-to-understand, simple-to-use system. +

+

+For power users and enterprise requirements, it provides native-support drivers +for some of the most-widely employed multi-user database engines: +PostgreSQL, MySQL and MS Access. +In addition, the built-in support for JDBC- and ODBC-standard drivers allows you +to connect to virtually any other existing database engine as well. +

+
+ http://www.libreoffice.org/discover/base/ + https://bugs.documentfoundation.org/ + https://donate.libreoffice.org/ + https://hub.libreoffice.org/faq + http://www.libreoffice.org/get-help/documentation/ + https://hub.libreoffice.org/translate + + + https://hub.libreoffice.org/screenshots/base-01.png + + + + https://hub.libreoffice.org/screenshots/base-02.png + + + + The Document Foundation + libreoffice_at_lists.freedesktop.org + + HiDpiIcon + HighContrast + ModernToolkit + UserDocs + + +
diff --git a/sysui/desktop/appstream-appdata/libreoffice-calc.appdata.xml b/sysui/desktop/appstream-appdata/libreoffice-calc.appdata.xml new file mode 100644 index 000000000..8cf2755ab --- /dev/null +++ b/sysui/desktop/appstream-appdata/libreoffice-calc.appdata.xml @@ -0,0 +1,47 @@ + + + libreoffice-calc.desktop + CC0-1.0 + MPL-2.0 + LibreOffice Calc + Spreadsheet program of the LibreOffice productivity suite + +

+Calc is a powerful and extensible spreadsheet program, part of the LibreOffice +productivity suite. +Newcomers find it intuitive and easy to learn. +Professional data miners and number crunchers will appreciate the comprehensive +range of advanced functions. +

+

+LibreOffice supports opening and saving into a wide variety of formats, so you +can easily share spreadsheets with users of other popular office suites without +worrying about compatibility. +

+
+ http://www.libreoffice.org/discover/calc/ + https://bugs.documentfoundation.org/ + https://donate.libreoffice.org/ + https://hub.libreoffice.org/faq + http://www.libreoffice.org/get-help/documentation/ + https://hub.libreoffice.org/translate + + + https://hub.libreoffice.org/screenshots/calc-01.png + + + + https://hub.libreoffice.org/screenshots/calc-02.png + + + + The Document Foundation + libreoffice_at_lists.freedesktop.org + + HiDpiIcon + HighContrast + ModernToolkit + UserDocs + + +
diff --git a/sysui/desktop/appstream-appdata/libreoffice-draw.appdata.xml b/sysui/desktop/appstream-appdata/libreoffice-draw.appdata.xml new file mode 100644 index 000000000..df2c93e2d --- /dev/null +++ b/sysui/desktop/appstream-appdata/libreoffice-draw.appdata.xml @@ -0,0 +1,52 @@ + + + libreoffice-draw.desktop + CC0-1.0 + MPL-2.0 + LibreOffice Draw + Graphics editor part of the LibreOffice productivity suite + +

+LibreOffice Draw is an easy-to-use graphics editor, which empowers you to create +anything from quick sketches to complex diagrams. +It provides a powerful set of tools and shapes for producing technical drawings, +charts, and much else. +

+

+Draw allows you to create, manipulate and arrange different objects - it offers +a number of tools for editing, resizing, rotating, grouping and styling them! +It also provides smart connectors that make it easy for you to build charts and +diagrams, and make beautiful drawings composed of different objects. +

+

+LibreOffice supports opening and saving into a wide variety of formats, so you +can easily share drawings with users of other popular office suites without +worrying about compatibility. +

+
+ http://www.libreoffice.org/discover/draw/ + https://bugs.documentfoundation.org/ + https://donate.libreoffice.org/ + https://hub.libreoffice.org/faq + http://www.libreoffice.org/get-help/documentation/ + https://hub.libreoffice.org/translate + + + https://hub.libreoffice.org/screenshots/draw-01.png + + + + https://hub.libreoffice.org/screenshots/draw-02.png + + + + The Document Foundation + libreoffice_at_lists.freedesktop.org + + HiDpiIcon + HighContrast + ModernToolkit + UserDocs + + +
diff --git a/sysui/desktop/appstream-appdata/libreoffice-impress.appdata.xml b/sysui/desktop/appstream-appdata/libreoffice-impress.appdata.xml new file mode 100644 index 000000000..ec6b4fb4c --- /dev/null +++ b/sysui/desktop/appstream-appdata/libreoffice-impress.appdata.xml @@ -0,0 +1,48 @@ + + + libreoffice-impress.desktop + CC0-1.0 + MPL-2.0 + LibreOffice Impress + Presentation program of the LibreOffice productivity suite + +

+Impress is a presentation program and part of the LibreOffice productivity suite. +Impress is the fastest and easiest way to create effective multimedia presentations. +Stunning animation and sensational special effects help you convince your audience. +Create presentations that look even more professional than the standard +presentations you commonly see at work. Get your colleagues’ and bosses’ attention +by creating something a little bit different. +

+

+LibreOffice supports opening and saving into a wide variety of formats, so you +can easily share presentations with users of other popular office suites without +worrying about compatibility. +

+
+ http://www.libreoffice.org/discover/impress/ + https://bugs.documentfoundation.org/ + https://donate.libreoffice.org/ + https://hub.libreoffice.org/faq + http://www.libreoffice.org/get-help/documentation/ + https://hub.libreoffice.org/translate + + + https://hub.libreoffice.org/screenshots/impress-01.png + + + + https://hub.libreoffice.org/screenshots/impress-02.png + + + + The Document Foundation + libreoffice_at_lists.freedesktop.org + + HiDpiIcon + HighContrast + ModernToolkit + UserDocs + + +
diff --git a/sysui/desktop/appstream-appdata/libreoffice-writer.appdata.xml b/sysui/desktop/appstream-appdata/libreoffice-writer.appdata.xml new file mode 100644 index 000000000..d6b10cff9 --- /dev/null +++ b/sysui/desktop/appstream-appdata/libreoffice-writer.appdata.xml @@ -0,0 +1,54 @@ + + + libreoffice-writer.desktop + CC0-1.0 + MPL-2.0 + LibreOffice Writer + Word processor part of the LibreOffice productivity suite + +

+Writer is the word processor inside LibreOffice productivity suite. +Use it for everything, from dashing off a quick letter to producing an entire +book with tables of contents, embedded illustrations, bibliographies and diagrams. +The while-you-type auto-completion, auto-formatting and automatic spell-checking +make difficult tasks easy (but are easy to disable if you prefer). +Writer is powerful enough to tackle desktop publishing tasks such as creating +multi-column newsletters and brochures. The only limit is your imagination. +

+

+Based on the what-you-see-is-what-you-get principle, Writer allows you to apply +various styles and formatting effects to your document and view the results +immediately. +

+

+LibreOffice 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. +

+
+ http://www.libreoffice.org/discover/writer/ + https://bugs.documentfoundation.org/ + https://donate.libreoffice.org/ + https://hub.libreoffice.org/faq + http://www.libreoffice.org/get-help/documentation/ + https://hub.libreoffice.org/translate + + + https://hub.libreoffice.org/screenshots/writer-01.png + + + + https://hub.libreoffice.org/screenshots/writer-02.png + + + + The Document Foundation + libreoffice_at_lists.freedesktop.org + + HiDpiIcon + HighContrast + ModernToolkit + UserDocs + + +
diff --git a/sysui/desktop/appstream-appdata/org.libreoffice.kde.metainfo.xml b/sysui/desktop/appstream-appdata/org.libreoffice.kde.metainfo.xml new file mode 100644 index 000000000..f78ba77f3 --- /dev/null +++ b/sysui/desktop/appstream-appdata/org.libreoffice.kde.metainfo.xml @@ -0,0 +1,28 @@ + + + org.libreoffice.kde + + libreoffice-base.desktop + libreoffice-calc.desktop + libreoffice-draw.desktop + libreoffice-impress.desktop + libreoffice-writer.desktop + + CC0-1.0 + MPL-2.0 + LibreOffice KDE Integration + Improves LibreOffice integration within the KDE Plasma desktop environment + + http://www.libreoffice.org/discover/writer/ + https://bugs.documentfoundation.org/ + https://donate.libreoffice.org/ + https://hub.libreoffice.org/faq + http://www.libreoffice.org/get-help/documentation/ + https://hub.libreoffice.org/translate + + KDE + Plasma + + The Document Foundation + libreoffice_at_lists.freedesktop.org + -- cgit v1.2.3