From 406ad995c1b4232bd21714fd50fd15e26544d6e7 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Mon, 29 Jan 2018 12:53:10 -0500 Subject: Rename appstream file to match app id --- data/Makefile.am | 2 +- data/transmission-remote-gtk.appdata.xml.in | 31 ---------------------- ...org.eth0.transmission-remote-gtk.appdata.xml.in | 31 ++++++++++++++++++++++ po/POTFILES.in | 4 +-- 4 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 data/transmission-remote-gtk.appdata.xml.in create mode 100644 data/uk.org.eth0.transmission-remote-gtk.appdata.xml.in diff --git a/data/Makefile.am b/data/Makefile.am index 0b1f144..f637ea0 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -5,7 +5,7 @@ desktop_FILES = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ @DESKTOP_FILE_RULES@ -appstream_in_files = transmission-remote-gtk.appdata.xml.in +appstream_in_files = uk.org.eth0.transmission-remote-gtk.appdata.xml.in appstream_XML = $(appstream_in_files:.xml.in=.xml) @INTLTOOL_XML_RULE@ @APPSTREAM_XML_RULES@ diff --git a/data/transmission-remote-gtk.appdata.xml.in b/data/transmission-remote-gtk.appdata.xml.in deleted file mode 100644 index 80ccdd9..0000000 --- a/data/transmission-remote-gtk.appdata.xml.in +++ /dev/null @@ -1,31 +0,0 @@ - - - - uk.org.eth0.transmission-remote-gtk.desktop - CC0-1.0 - GPL-2.0+ - transmission-remote-gtk - Transmission Remote - <_developer_name>Transmission Remote Gtk Team - Remotely manage the Transmission BitTorrent client - https://github.com/transmission-remote-gtk/transmission-remote-gtk - https://github.com/transmission-remote-gtk/transmission-remote-gtk/issues - - <_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 - - - tingping_at_fedoraproject.org -
diff --git a/data/uk.org.eth0.transmission-remote-gtk.appdata.xml.in b/data/uk.org.eth0.transmission-remote-gtk.appdata.xml.in new file mode 100644 index 0000000..80ccdd9 --- /dev/null +++ b/data/uk.org.eth0.transmission-remote-gtk.appdata.xml.in @@ -0,0 +1,31 @@ + + + + uk.org.eth0.transmission-remote-gtk.desktop + CC0-1.0 + GPL-2.0+ + transmission-remote-gtk + Transmission Remote + <_developer_name>Transmission Remote Gtk Team + Remotely manage the Transmission BitTorrent client + https://github.com/transmission-remote-gtk/transmission-remote-gtk + https://github.com/transmission-remote-gtk/transmission-remote-gtk/issues + + <_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 + + + tingping_at_fedoraproject.org +
diff --git a/po/POTFILES.in b/po/POTFILES.in index 8440abd..53693b8 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ -[type: gettext/ini]data/transmission-remote-gtk.desktop.in -[type: gettext/xml]data/transmission-remote-gtk.appdata.xml.in +[type: gettext/ini]data/uk.org.eth0.transmission-remote-gtk.desktop.in +[type: gettext/xml]data/uk.org.eth0.transmission-remote-gtk.appdata.xml.in src/bencode.c src/hig.c src/json.c -- cgit v1.2.3