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).
This commit is contained in:
Luigi Toscano 2016-09-16 16:53:51 +02:00
parent 36f672beb8
commit 10c74fad81
2 changed files with 3 additions and 25 deletions

View file

@ -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)

View file

@ -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>