metadata port

This commit is contained in:
Sam Hadow 2024-03-12 22:39:36 +01:00
parent 0b6039a378
commit eb782b19e4

View File

@ -1,4 +1,5 @@
{ {
"KPackageStructure": "Plasma/Applet",
"KPlugin": { "KPlugin": {
"Authors": [ "Authors": [
{ {
@ -7,6 +8,14 @@
} }
], ],
"Category": "Application Launchers", "Category": "Application Launchers",
"ServiceTypes": [
"Plasma/Applet"
],
"EnabledByDefault": true,
"Icon": "start-here-kde",
"Id": "org.kde.plasma.kickofflegacy",
"License": "GPL-2.0+",
"Name": "Legacy Application Launcher",
"Description": "Launcher to start applications", "Description": "Launcher to start applications",
"Description[af]": "Lanseerder om programme te loop", "Description[af]": "Lanseerder om programme te loop",
"Description[ar]": "مطلق لبدء التّطبيقات", "Description[ar]": "مطلق لبدء التّطبيقات",
@ -87,11 +96,6 @@
"Description[x-test]": "xxLauncher to start applicationsxx", "Description[x-test]": "xxLauncher to start applicationsxx",
"Description[zh_CN]": "应用程序的启动器", "Description[zh_CN]": "应用程序的启动器",
"Description[zh_TW]": "應用程式啟動器", "Description[zh_TW]": "應用程式啟動器",
"EnabledByDefault": true,
"Icon": "start-here-kde",
"Id": "org.kde.plasma.kickofflegacy",
"License": "GPL-2.0+",
"Name": "Legacy Application Launcher",
"Name[af]": "Programlanseerder", "Name[af]": "Programlanseerder",
"Name[ar]": "مطلق التّطبيقات", "Name[ar]": "مطلق التّطبيقات",
"Name[ast]": "Llanzador d'aplicaciones", "Name[ast]": "Llanzador d'aplicaciones",
@ -178,17 +182,14 @@
"Name[x-test]": "xxApplication Launcherxx", "Name[x-test]": "xxApplication Launcherxx",
"Name[zh_CN]": "程序启动器", "Name[zh_CN]": "程序启动器",
"Name[zh_TW]": "應用程式啟動器", "Name[zh_TW]": "應用程式啟動器",
"ServiceTypes": [
"Plasma/Applet"
],
"Version": "1.0.2", "Version": "1.0.2",
"Website": "https://userbase.kde.org/Plasma/Kickoff/Legacy", "Website": "https://userbase.kde.org/Plasma/Kickoff/Legacy"
"X-Plasma-API-Minimum-Version": "6.0"
}, },
"X-Plasma-Provides": [ "X-Plasma-Provides": [
"org.kde.plasma.launchermenu" "org.kde.plasma.launchermenu"
], ],
"X-Plasma-RequiredExtensions": [ "X-Plasma-RequiredExtensions": [
"LaunchApp" "LaunchApp"
] ],
"X-Plasma-API-Minimum-Version": "6.0"
} }