[Libreoffice-commits] core.git: sysui/desktop

2017-01-23 Thread Aleix Pol
 sysui/desktop/appstream-appdata/org.libreoffice.kde.metainfo.xml |   28 
++
 sysui/desktop/share/create_tree.sh   |1 
 2 files changed, 29 insertions(+)

New commits:
commit 3772c676ad6be6f424c485fd9aa0732bfeacb6bb
Author: Aleix Pol 
Date:   Thu Jan 19 17:31:58 2017 +0100

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: jan iversen 
Tested-by: jan iversen 

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 000..f78ba77
--- /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
+
diff --git a/sysui/desktop/share/create_tree.sh 
b/sysui/desktop/share/create_tree.sh
index 86d2837..19a5ce3 100755
--- a/sysui/desktop/share/create_tree.sh
+++ b/sysui/desktop/share/create_tree.sh
@@ -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
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Aleix Pol license statement

2017-01-20 Thread Aleix Pol
All of my past & future contributions to LibreOffice may be
licensed under the MPLv2/LGPLv3+ dual license.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice