summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Patrick Griffis <tingping@tingping.se>2015-12-26 22:28:25 -0500
committerGravatar Patrick Griffis <tingping@tingping.se>2016-01-19 19:35:10 -0500
commitfaae3f026695ff28d92417880a0fd397adf5747e (patch)
tree1e65520802b2262307d784ff3430af157714313b /src
parent3f1418a0f987990b41fdb7b0a1f004fe03dea1eb (diff)
Move appdata to data and translate
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am7
-rw-r--r--src/transmission-remote-gtk.appdata.xml26
2 files changed, 1 insertions, 32 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 43306fa..e8647ab 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,15 +18,10 @@
#
if !WIN32
-EXTRA_DIST = transmission-remote-gtk.pod transmission-remote-gtk.appdata.xml
+EXTRA_DIST = transmission-remote-gtk.pod
CLEANFILES = transmission-remote-gtk.1
man_MANS = transmission-remote-gtk.1
-
-
-
-appdatadir = $(datadir)/appdata
-appdata_DATA = transmission-remote-gtk.appdata.xml
endif
bin_PROGRAMS = transmission-remote-gtk
diff --git a/src/transmission-remote-gtk.appdata.xml b/src/transmission-remote-gtk.appdata.xml
deleted file mode 100644
index f1333eb..0000000
--- a/src/transmission-remote-gtk.appdata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2014 Alan F -->
-<application>
- <id type="desktop">transmission-remote-gtk.desktop</id>
- <metadata_license>CC0-1.0</metadata_license>
- <project_license>GPL-2.0</project_license>
- <name>Transmission Remote</name>
- <summary>Remotely manage the Transmission BitTorrent client</summary>
- <description>
- <p>
- transmission-remote-gtk allows you to remotely manage the Transmission BitTorrent client using its RPC interface.
- </p>
- <p>Features</p>
- <ul>
- <li>Remotely add (file/url), start, stop, remove, remove and delete, verify, reannounce torrents.</li>
- <li>Works as a .torrent handler (eg. from a web browser).</li>
- <li>Set torrent properties such as speed, seed, peer limits, file priorities, add/edit/remove trackers.</li>
- <li>Change remote settings like global limits, download directory, and connectivity preferences.</li>
- </ul>
- </description>
- <screenshots>
- <screenshot type="default" width="1024" height="576">http://eth0.org.uk/~alan/transmission-remote-gtk-1.1.1.png</screenshot>
- </screenshots>
- <url type="homepage">http://code.google.com/p/transmission-remote-gtk/</url>
- <project_group>GNOME</project_group>
-</application>