From 9f9827ca585381d5eaa4add9a529f2c6745c83e1 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Wed, 17 Oct 2018 12:26:03 +0100 Subject: [PATCH] [Packaging] Fix appdata.xml details - License should be GPL3+. - Use the Deluge HTTPS URLs. - Wrap the description long lines. - Add launchable tag to launch from software centre after install. - Removed name tag to use .desktop file name field instead. --- .../data/share/appdata/deluge.appdata.xml.in | 23 +++++++++++++------ 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/deluge/ui/data/share/appdata/deluge.appdata.xml.in b/deluge/ui/data/share/appdata/deluge.appdata.xml.in index 88d42a82a..dcbf0630c 100644 --- a/deluge/ui/data/share/appdata/deluge.appdata.xml.in +++ b/deluge/ui/data/share/appdata/deluge.appdata.xml.in @@ -2,20 +2,29 @@ deluge.desktop CC0-1.0 - GPL-2.0+ + GPL-3.0+ deluge - <_name>Deluge BitTorrent Client <_developer_name>Deluge Team - <_summary>Deluge is a lightweight, Free Software, cross-platform BitTorrent client. - http://www.deluge-torrent.org/ - http://dev.deluge-torrent.org + <_summary> + Deluge is a lightweight, Free Software, cross-platform BitTorrent client. + + https://www.deluge-torrent.org/ + https://dev.deluge-torrent.org - <_p>Deluge contains the common features to BitTorrent clients such as Protocol Encryption, DHT, Local Peer Discovery (LSD), Peer Exchange (PEX), UPnP, NAT-PMP, Proxy support, Web seeds, global and per-torrent speed limits. As Deluge heavily utilises the libtorrent library it has a comprehensive list of the features provided. - <_p>Deluge has been designed to run as both a normal standalone desktop application and as a client-server. In Thinclient mode a Deluge daemon handles all the BitTorrent activity and is able to run on headless machines with the user-interfaces connecting remotely from any other platform. + <_p>Deluge contains the common features to BitTorrent clients such as + Protocol Encryption, DHT, Local Peer Discovery (LSD), Peer Exchange (PEX), + UPnP, NAT-PMP, Proxy support, Web seeds, global and per-torrent speed + limits. As Deluge heavily utilises the libtorrent library it has a + comprehensive list of the features provided. + <_p>Deluge has been designed to run as both a normal standalone desktop + application and as a client-server. In Thinclient mode a Deluge daemon + handles all the BitTorrent activity and is able to run on headless machines + with the user-interfaces connecting remotely from any other platform. https://upload.wikimedia.org/wikipedia/commons/5/50/Deluge-torrent.png + deluge.desktop