From dd01b099b7f1807999a08b09bbe06ed2d65aeadd Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Mon, 29 Jan 2018 12:59:03 -0500 Subject: Finish renaming app id This was renamed in code earlier but the data files were left behind. --- data/Makefile.am | 4 +-- .../io.github.TransmissionRemoteGtk.appdata.xml.in | 35 ++++++++++++++++++++++ data/io.github.TransmissionRemoteGtk.desktop.in | 10 +++++++ ...org.eth0.transmission-remote-gtk.appdata.xml.in | 31 ------------------- .../uk.org.eth0.transmission-remote-gtk.desktop.in | 10 ------- po/POTFILES.in | 4 +-- 6 files changed, 49 insertions(+), 45 deletions(-) create mode 100644 data/io.github.TransmissionRemoteGtk.appdata.xml.in create mode 100644 data/io.github.TransmissionRemoteGtk.desktop.in delete mode 100644 data/uk.org.eth0.transmission-remote-gtk.appdata.xml.in delete mode 100644 data/uk.org.eth0.transmission-remote-gtk.desktop.in diff --git a/data/Makefile.am b/data/Makefile.am index f637ea0..2bddf1c 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,11 +1,11 @@ SUBDIRS = icons -desktop_in_files = uk.org.eth0.transmission-remote-gtk.desktop.in +desktop_in_files = io.github.TransmissionRemoteGtk.desktop.in desktop_FILES = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ @DESKTOP_FILE_RULES@ -appstream_in_files = uk.org.eth0.transmission-remote-gtk.appdata.xml.in +appstream_in_files = io.github.TransmissionRemoteGtk.appdata.xml.in appstream_XML = $(appstream_in_files:.xml.in=.xml) @INTLTOOL_XML_RULE@ @APPSTREAM_XML_RULES@ diff --git a/data/io.github.TransmissionRemoteGtk.appdata.xml.in b/data/io.github.TransmissionRemoteGtk.appdata.xml.in new file mode 100644 index 0000000..c15279f --- /dev/null +++ b/data/io.github.TransmissionRemoteGtk.appdata.xml.in @@ -0,0 +1,35 @@ + + + + io.github.TransmissionRemoteGtk + 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 + + + io.github.TransmissionRemoteGtk.desktop + + uk.org.eth0.transmission-remote-gtk.desktop + + tingping_at_fedoraproject.org +
diff --git a/data/io.github.TransmissionRemoteGtk.desktop.in b/data/io.github.TransmissionRemoteGtk.desktop.in new file mode 100644 index 0000000..776a6f7 --- /dev/null +++ b/data/io.github.TransmissionRemoteGtk.desktop.in @@ -0,0 +1,10 @@ +[Desktop Entry] +_Name=Transmission Remote +_Comment=Remotely manage the Transmission BitTorrent client +Exec=transmission-remote-gtk %U +Icon=transmission-remote-gtk +Terminal=false +Type=Application +MimeType=application/x-bittorrent;x-scheme-handler/magnet; +Categories=Network;FileTransfer;P2P;GTK; +Keywords=p2p;bittorrent;transmission;rpc; diff --git a/data/uk.org.eth0.transmission-remote-gtk.appdata.xml.in b/data/uk.org.eth0.transmission-remote-gtk.appdata.xml.in deleted file mode 100644 index 80ccdd9..0000000 --- a/data/uk.org.eth0.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.desktop.in b/data/uk.org.eth0.transmission-remote-gtk.desktop.in deleted file mode 100644 index 776a6f7..0000000 --- a/data/uk.org.eth0.transmission-remote-gtk.desktop.in +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -_Name=Transmission Remote -_Comment=Remotely manage the Transmission BitTorrent client -Exec=transmission-remote-gtk %U -Icon=transmission-remote-gtk -Terminal=false -Type=Application -MimeType=application/x-bittorrent;x-scheme-handler/magnet; -Categories=Network;FileTransfer;P2P;GTK; -Keywords=p2p;bittorrent;transmission;rpc; diff --git a/po/POTFILES.in b/po/POTFILES.in index 53693b8..6d10454 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ -[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 +[type: gettext/ini]data/io.github.TransmissionRemoteGtk.desktop.in +[type: gettext/xml]data/io.github.TransmissionRemoteGtk.appdata.xml.in src/bencode.c src/hig.c src/json.c -- cgit v1.2.3