metainfo: Drop categories from metainfo.xml

**Categories and keywords**
> If there’s a launchable defined for a desktop application, categories and keywords are pulled from the desktop file. Defining them separately in the Metainfo file will override the contents of the desktop file.

Source: https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines#categories-and-keywords

Signed-off-by: Sabri Ünal <yakushabb@gmail.com>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/812>
This commit is contained in:
Sabri Ünal
2026-01-03 18:46:27 +03:00
committed by Marge Bot
parent 50b171eeb6
commit a53ee23941
2 changed files with 1 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ Exec=gnome-calls %u
Type=Application Type=Application
StartupNotify=true StartupNotify=true
Terminal=false Terminal=false
Categories=Network;GNOME;GTK;Telephony; Categories=Network;GNOME;GTK;Telephony;Audio;AudioVideo;
MimeType=x-scheme-handler/tel;x-scheme-handler/sip;x-scheme-handler/sips MimeType=x-scheme-handler/tel;x-scheme-handler/sip;x-scheme-handler/sips
DBusActivatable=true DBusActivatable=true
X-Purism-FormFactor=Workstation;Mobile; X-Purism-FormFactor=Workstation;Mobile;

View File

@@ -55,10 +55,6 @@
<kudo>Notifications</kudo> <kudo>Notifications</kudo>
</kudos> </kudos>
<categories>
<category>Audio</category>
</categories>
<provides> <provides>
<mediatype>x-scheme-handler/tel</mediatype> <mediatype>x-scheme-handler/tel</mediatype>
<mediatype>x-scheme-handler/sip</mediatype> <mediatype>x-scheme-handler/sip</mediatype>