mldonkey: Add some more clients to the module page

Signed-off-by: J. Carlos Romero <juancarlos.romero@gmail.com>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
J. Carlos Romero 2019-01-29 11:09:29 +01:00 committed by Sunil Mohan Adapa
parent 18309d7cb8
commit 59e41927bf
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -20,7 +20,7 @@ Application manifest for mldonkey.
from django.utils.translation import ugettext_lazy as _
from plinth.clients import validate
from plinth.clients import store_url, validate
from plinth.modules.backups.api import validate as validate_backup
clients = validate([{
@ -29,6 +29,27 @@ clients = validate([{
'type': 'web',
'url': '/mldonkey/'
}]
}, {
'name':
_('KMLDonkey'),
'platforms': [{
'type': 'download',
'os': 'gnu-linux',
'url': 'https://www.kde.org/applications/internet/kmldonkey/'
}, {
'type': 'package',
'format': 'deb',
'name': 'kmldonkey',
}]
}, {
'name':
_('AMLDonkey'),
'platforms': [{
'type': 'store',
'os': 'android',
'store_name': 'google-play',
'url': store_url('google-play', 'com.devwom.amldonkey'),
}]
}])
backup = validate_backup({