mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Extend shell metadata
This allows appstream metadata to be generated correctly. Previously the result was an empty file, causing errors in package checkers such as lintian.
This commit is contained in:
parent
113b2b6b47
commit
eb3b2657a9
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Phone
|
||||
Name[ca]=Telèfon
|
||||
Name[ca@valencia]=Telèfon
|
||||
|
|
@ -20,6 +21,7 @@ Name[uk]=Телефон
|
|||
Name[x-test]=xxPhonexx
|
||||
Name[zh_CN]=手机
|
||||
Name[zh_TW]=電話
|
||||
Comment=Plasma shell for phones
|
||||
Type=Service
|
||||
|
||||
X-KDE-ServiceTypes=Plasma/Shell
|
||||
|
|
@ -30,5 +32,5 @@ X-KDE-PluginInfo-Email=aseigo@kde.org
|
|||
X-KDE-PluginInfo-License=GPLv2+
|
||||
X-KDE-PluginInfo-Name=org.kde.plasma.phone
|
||||
X-KDE-PluginInfo-Version=0.1
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-PluginInfo-Website=https://plasma-mobile.org
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue