summaryrefslogtreecommitdiffstats
path: root/deluge/ui/data/share/appdata/deluge.appdata.xml.in
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-10-17 12:26:03 +0100
committerCalum Lind <calumlind@gmail.com>2018-10-19 14:14:03 +0100
commit9f9827ca585381d5eaa4add9a529f2c6745c83e1 (patch)
tree1a4fbbc4e7a7239b5e56457fa48d3b12f72b9ebe /deluge/ui/data/share/appdata/deluge.appdata.xml.in
parentdcb3dad4356a8d3ba807f7306bb56c170ace1eca (diff)
downloaddeluge-9f9827ca585381d5eaa4add9a529f2c6745c83e1.tar.gz
deluge-9f9827ca585381d5eaa4add9a529f2c6745c83e1.tar.bz2
deluge-9f9827ca585381d5eaa4add9a529f2c6745c83e1.zip
[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.
Diffstat (limited to 'deluge/ui/data/share/appdata/deluge.appdata.xml.in')
-rw-r--r--deluge/ui/data/share/appdata/deluge.appdata.xml.in23
1 files 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 @@
<component type="desktop">
<id>deluge.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
- <project_license>GPL-2.0+</project_license>
+ <project_license>GPL-3.0+</project_license>
<translation type="gettext">deluge</translation>
- <_name>Deluge BitTorrent Client</_name>
<_developer_name>Deluge Team</_developer_name>
- <_summary>Deluge is a lightweight, Free Software, cross-platform BitTorrent client.</_summary>
- <url type="homepage">http://www.deluge-torrent.org/</url>
- <url type="bugtracker">http://dev.deluge-torrent.org</url>
+ <_summary>
+ Deluge is a lightweight, Free Software, cross-platform BitTorrent client.
+ </_summary>
+ <url type="homepage">https://www.deluge-torrent.org/</url>
+ <url type="bugtracker">https://dev.deluge-torrent.org</url>
<description>
- <_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>
- <_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>
+ <_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>
+ <_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>
</description>
<screenshots>
<screenshot type="default">
<image>https://upload.wikimedia.org/wikipedia/commons/5/50/Deluge-torrent.png</image>
</screenshot>
</screenshots>
+ <launchable type="desktop-id">deluge.desktop</launchable>
</component>