Kaydet (Commit) 3772c676 authored tarafından Aleix Pol's avatar Aleix Pol Kaydeden (comit) jan iversen

Install a libreoffice-kde.appdata.xml file for KDE integration

On many GNU/Linux distributions packagers will split libreoffice in
different chunks, one of them being KDE integration. Without this file
it's not possible for users to find the integration in the Software
Centers.

Change-Id: I7e4f3009be4f23f2dd38a6d2464476253959413e
Reviewed-on: https://gerrit.libreoffice.org/33318
Reviewed-by: Matthias Klumpp
Reviewed-by: 's avatarjan iversen <jani@documentfoundation.org>
Tested-by: 's avatarjan iversen <jani@documentfoundation.org>
üst 10d0c609
<?xml version="1.0" encoding="utf-8"?>
<component type="addon">
<id>org.libreoffice.kde</id>
<extends>libreoffice-base.desktop</extends>
<extends>libreoffice-calc.desktop</extends>
<extends>libreoffice-draw.desktop</extends>
<extends>libreoffice-impress.desktop</extends>
<extends>libreoffice-writer.desktop</extends>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MPL-2.0</project_license>
<name>LibreOffice KDE Integration</name>
<summary>Improves LibreOffice integration within the KDE Plasma desktop environment</summary>
<url type="homepage">http://www.libreoffice.org/discover/writer/</url>
<url type="bugtracker">https://bugs.documentfoundation.org/</url>
<url type="donation">https://donate.libreoffice.org/</url>
<url type="faq">https://hub.libreoffice.org/faq</url>
<url type="help">http://www.libreoffice.org/get-help/documentation/</url>
<url type="translate">https://hub.libreoffice.org/translate</url>
<compulsory_for_desktop>KDE</compulsory_for_desktop>
<compulsory_for_desktop>Plasma</compulsory_for_desktop>
<developer_name>The Document Foundation</developer_name>
<update_contact>libreoffice_at_lists.freedesktop.org</update_contact>
</component>
......@@ -86,6 +86,7 @@ mkdir -p "${DESTDIR}/${PREFIXDIR}/share/appdata"
for i in base calc draw impress writer; do
cp "${APPDATA_SOURCE_DIR}/libreoffice-${i}.appdata.xml" "${DESTDIR}/${PREFIXDIR}/share/appdata/${PREFIX}-${i}.appdata.xml"
done
cp "${APPDATA_SOURCE_DIR}/org.libreoffice.kde.metainfo.xml" "${DESTDIR}/${PREFIXDIR}/share/appdata/org.${PREFIX}.kde.metainfo.xml"
# Generate gobject-introspection files
if [ -n "$INTROSPECTION_SCANNER" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment