diff options
-rw-r--r-- | data/Makefile.am | 4 | ||||
-rw-r--r-- | data/io.github.TransmissionRemoteGtk.appdata.xml.in (renamed from data/uk.org.eth0.transmission-remote-gtk.appdata.xml.in) | 6 | ||||
-rw-r--r-- | data/io.github.TransmissionRemoteGtk.desktop.in (renamed from data/uk.org.eth0.transmission-remote-gtk.desktop.in) | 0 | ||||
-rw-r--r-- | po/POTFILES.in | 4 |
4 files changed, 9 insertions, 5 deletions
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/uk.org.eth0.transmission-remote-gtk.appdata.xml.in b/data/io.github.TransmissionRemoteGtk.appdata.xml.in index 80ccdd9..c15279f 100644 --- a/data/uk.org.eth0.transmission-remote-gtk.appdata.xml.in +++ b/data/io.github.TransmissionRemoteGtk.appdata.xml.in @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2014 Alan F --> <component type="desktop"> - <id>uk.org.eth0.transmission-remote-gtk.desktop</id> + <id>io.github.TransmissionRemoteGtk</id> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-2.0+</project_license> <translation type="gettext">transmission-remote-gtk</translation> @@ -27,5 +27,9 @@ <image>http://eth0.org.uk/~alan/transmission-remote-gtk-1.1.1.png</image> </screenshot> </screenshots> + <launchable type="desktop-id">io.github.TransmissionRemoteGtk.desktop</launchable> + <provides> + <id>uk.org.eth0.transmission-remote-gtk.desktop</id> + </provides> <update_contact>tingping_at_fedoraproject.org</update_contact> </component> diff --git a/data/uk.org.eth0.transmission-remote-gtk.desktop.in b/data/io.github.TransmissionRemoteGtk.desktop.in index 776a6f7..776a6f7 100644 --- a/data/uk.org.eth0.transmission-remote-gtk.desktop.in +++ b/data/io.github.TransmissionRemoteGtk.desktop.in 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 |