From faae3f026695ff28d92417880a0fd397adf5747e Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sat, 26 Dec 2015 22:28:25 -0500 Subject: Move appdata to data and translate --- data/Makefile.am | 7 ++++++- data/transmission-remote-gtk.appdata.xml.in | 26 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 data/transmission-remote-gtk.appdata.xml.in (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 50ece12..740e28e 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -5,4 +5,9 @@ desktop_FILES = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ @DESKTOP_FILE_RULES@ -EXTRA_DIST = $(desktop_in_files) +appdata_in_files = transmission-remote-gtk.appdata.xml.in +appdata_XML = $(appdata_in_files:.xml.in=.xml) +@INTLTOOL_XML_RULE@ +@APPSTREAM_XML_RULES@ + +EXTRA_DIST = $(desktop_in_files) $(appdata_in_files) diff --git a/data/transmission-remote-gtk.appdata.xml.in b/data/transmission-remote-gtk.appdata.xml.in new file mode 100644 index 0000000..eebe9b2 --- /dev/null +++ b/data/transmission-remote-gtk.appdata.xml.in @@ -0,0 +1,26 @@ + + + + transmission-remote-gtk.desktop + CC0-1.0 + GPL-2.0 + Transmission Remote + Remotely manage the Transmission BitTorrent client + + <_p> + transmission-remote-gtk allows you to remotely manage the Transmission BitTorrent client using its RPC interface. + + <_p>Features +
    + <_li>Remotely add (file/url), start, stop, remove, remove and delete, verify, reannounce torrents. + <_li>Works as a .torrent handler (eg. from a web browser). + <_li>Set torrent properties such as speed, seed, peer limits, file priorities, add/edit/remove trackers. + <_li>Change remote settings like global limits, download directory, and connectivity preferences. +
+
+ + http://eth0.org.uk/~alan/transmission-remote-gtk-1.1.1.png + + http://code.google.com/p/transmission-remote-gtk/ + GNOME +
-- cgit v1.2.3