c7cee37330
Uses KPluginLoader+KPluginMetadata instead. Describes plugins in json instead of desktop files. These desktop files are then embedded into the .so file. All the plugins will be in a kdeconnect/ directory, and those will be the ones to look for. Note it doesn't drop the KService dependency as KIOCore is a KDE Connect dependency as well. REVIEW: 123042
70 lines
2.7 KiB
JSON
70 lines
2.7 KiB
JSON
{
|
||
"Encoding": "UTF-8",
|
||
"KPlugin": {
|
||
"Authors": [
|
||
{
|
||
"Email": "albertvaka@gmail.com",
|
||
"Name": "Albert Vaca"
|
||
}
|
||
],
|
||
"Description": "Send and receive pings",
|
||
"Description[bg]": "Изпращане и получаване на пингове",
|
||
"Description[bs]": "Šalji i primaj ping-ove",
|
||
"Description[ca]": "Envia i rep els pings",
|
||
"Description[cs]": "Posílat a přijímat ping",
|
||
"Description[da]": "Send og modtag ping",
|
||
"Description[de]": "Senden und Empfangen von Pings",
|
||
"Description[es]": "Enviar y recibir pings",
|
||
"Description[fi]": "Lähetä ja vastaanota tiedustelupaketteja",
|
||
"Description[fr]": "Envoyez et recevez des « ping »",
|
||
"Description[hu]": "Pingek küldése és fogadása",
|
||
"Description[it]": "Invia e ricevi ping",
|
||
"Description[ko]": "핑 보내고 받기",
|
||
"Description[nl]": "Pings verzenden en ontvangen",
|
||
"Description[pl]": "Wysyłaj i otrzymuj pingi",
|
||
"Description[pt]": "Enviar e receber pedidos de rede",
|
||
"Description[pt_BR]": "Envia e recebe pings",
|
||
"Description[ro]": "Trimite și primește ping-uri",
|
||
"Description[ru]": "Посылать и получать пинги",
|
||
"Description[sk]": "Poslať a prijať pingy",
|
||
"Description[sv]": "Skicka och ta emot ping",
|
||
"Description[tr]": "Ping gönder ve al",
|
||
"Description[uk]": "Надсилання і отримання сигналів підтримання зв’язку",
|
||
"Description[x-test]": "xxSend and receive pingsxx",
|
||
"EnabledByDefault": true,
|
||
"Icon": "dialog-ok",
|
||
"Id": "kdeconnect_ping",
|
||
"License": "GPL",
|
||
"Name": "Ping",
|
||
"Name[bg]": "Пинг",
|
||
"Name[bs]": "Ping",
|
||
"Name[ca]": "Ping",
|
||
"Name[cs]": "Ping",
|
||
"Name[da]": "Ping",
|
||
"Name[de]": "Ping",
|
||
"Name[es]": "Ping",
|
||
"Name[fi]": "Tiedustelupaketti",
|
||
"Name[fr]": "Commande « Ping »",
|
||
"Name[hu]": "Ping",
|
||
"Name[it]": "Ping",
|
||
"Name[ko]": "핑",
|
||
"Name[nl]": "Ping",
|
||
"Name[pl]": "Ping",
|
||
"Name[pt]": "Pedido de Rede",
|
||
"Name[pt_BR]": "Ping",
|
||
"Name[ro]": "Ping",
|
||
"Name[ru]": "Пинг",
|
||
"Name[sk]": "Ping",
|
||
"Name[sv]": "Ping",
|
||
"Name[tr]": "Ping",
|
||
"Name[uk]": "Луна",
|
||
"Name[x-test]": "xxPingxx",
|
||
"ServiceTypes": [
|
||
"KdeConnect/Plugin"
|
||
],
|
||
"Version": "0.1",
|
||
"Website": "http://albertvaka.wordpress.com"
|
||
},
|
||
"X-KdeConnect-OutgoingPackageType": [ "kdeconnect.ping" ],
|
||
"X-KdeConnect-SupportedPackageType": [ "kdeconnect.ping" ]
|
||
}
|