Skip to content

Commit

Permalink
appstream: Address some problems
Browse files Browse the repository at this point in the history
* Instead of using the kcm to signify kde connect, just call it kde
org.kde.kdeconnect. org.kde.kdeconnect.kcm.desktop didn't exist anyway.
* Specify launchables for optimal integration in software centers.
* Specify which dbus service it's offering, in case it ever is
necessary.
* Specify the oars, stating there's no offensive content of any kind
offered through KDE Connect.
  • Loading branch information
aleixpol committed Feb 4, 2022
1 parent d97dcbb commit 28a8c5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ install(PROGRAMS org.kde.kdeconnect_open.desktop DESTINATION ${XDG_APPS_INSTALL_
install (FILES "kdeconnect-dde.desktop" DESTINATION ${KDE_INSTALL_DATADIR}/deepin/dde-file-manager/oem-menuextensions/)

if(NOT SAILFISHOS)
install(FILES org.kde.kdeconnect.kcm.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
install(FILES org.kde.kdeconnect.metainfo.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
endif()
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop">
<id>org.kde.kdeconnect.kcm.desktop</id>
<id>org.kde.kdeconnect</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>KDE Connect</name>
Expand Down Expand Up @@ -147,7 +147,10 @@
<image>https://cdn.kde.org/screenshots/kdeconnect/gnome3.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1"/>
<project_group>KDE</project_group>
<launchable type="desktop-id">org.kde.kdeconnect.app.desktop</launchable>
<launchable type="desktop-id">org.kde.kdeconnect.settings.desktop</launchable>
<provides>
<binary>kdeconnectd</binary>
<binary>kdeconnect-cli</binary>
Expand All @@ -156,6 +159,9 @@
<binary>kdeconnect-settings</binary>
<binary>kdeconnect-sms</binary>
<binary>kdeconnect-handler</binary>
<binary>kdeconnect-handler</binary>
<id>org.kde.kdeconnect.kcm.desktop</id>
<dbus>org.kde.kdeconnect</dbus>
</provides>
<categories>
<category>Network</category>
Expand Down

0 comments on commit 28a8c5a

Please sign in to comment.