[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:30:03 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=10c74fa

The following commit has been merged in the master branch:
commit 10c74fad81596952fc73405404ec14722d10355d
Author: Luigi Toscano <ltoscano at redhat.com>
Date:   Fri Sep 16 16:53:51 2016 +0200

    Rename the appdata file (namespace) and install it
    
    - change the name of the appdata file to match the name of the desktop
      file (with the namespace). Maybe the .kcm.desktop is not the
      more appropriate, but we can fix this later.
    - actually install the appdata file.
    - fix the value of project_group (basically the umbrella community/project).
---
 CMakeLists.txt                                     |  1 +
 ...pdata.xml => org.kde.kdeconnect.kcm.appdata.xml | 27 ++--------------------
 2 files changed, 3 insertions(+), 25 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fe66d41..9f22249 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,4 +61,5 @@ if(BUILD_TESTING)
 endif()
 
 install(PROGRAMS org.kde.kdeconnect.nonplasma.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
+install(FILES org.kde.kdeconnect.kcm.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff --git a/kdeconnect.appdata.xml b/org.kde.kdeconnect.kcm.appdata.xml
similarity index 81%
rename from kdeconnect.appdata.xml
rename to org.kde.kdeconnect.kcm.appdata.xml
index e200157..0b6e0d7 100644
--- a/kdeconnect.appdata.xml
+++ b/org.kde.kdeconnect.kcm.appdata.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <component type="desktop">
-  <id>org.kde.kdeconnect.desktop</id>
+  <id>org.kde.kdeconnect.kcm.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <name>KDE Connect</name>
@@ -85,30 +85,7 @@
       <!--       <image>http://kde.org/images/screenshots/kalgebra.png</image> -->
     </screenshot>
   </screenshots>
-  <project_group>KDE Connect</project_group>
-  <project_group xml:lang="ca">KDE Connect</project_group>
-  <project_group xml:lang="ca-valencia">KDE Connect</project_group>
-  <project_group xml:lang="cs">KDE Connect</project_group>
-  <project_group xml:lang="da">KDE Connect</project_group>
-  <project_group xml:lang="de">KDE-Connect</project_group>
-  <project_group xml:lang="en-GB">KDE Connect</project_group>
-  <project_group xml:lang="es">KDE Connect</project_group>
-  <project_group xml:lang="et">KDE Connect</project_group>
-  <project_group xml:lang="fi">KDE Connect</project_group>
-  <project_group xml:lang="fr">KDE Connect</project_group>
-  <project_group xml:lang="gl">KDE Connect</project_group>
-  <project_group xml:lang="it">KDE Connect</project_group>
-  <project_group xml:lang="ko">KDE Connect</project_group>
-  <project_group xml:lang="nl">KDE Connect</project_group>
-  <project_group xml:lang="pl">KDE Connect</project_group>
-  <project_group xml:lang="pt">KDE Connect</project_group>
-  <project_group xml:lang="pt-BR">KDE Connect</project_group>
-  <project_group xml:lang="ru">KDE Connect</project_group>
-  <project_group xml:lang="sk">KDE Connect</project_group>
-  <project_group xml:lang="sv">KDE-anslut</project_group>
-  <project_group xml:lang="uk">KDE Connect</project_group>
-  <project_group xml:lang="x-test">xxKDE Connectxx</project_group>
-  <project_group xml:lang="zh-CN">KDE Connect</project_group>
+  <project_group>KDE</project_group>
   <provides>
     <binary>kdeconnectd</binary>
     <binary>kdeconnect-cli</binary>

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list