From 145af00d88394b4d441858e2749589c7abf7e960 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Fri, 29 Dec 2017 10:04:53 +1300 Subject: [PATCH] Correct RDNN for app metadata files. --- ...pdata.xml => com.github.alcinnz.odysseus-web.appdata.xml} | 5 +++++ ...s-web.desktop => com.github.alcinnz.odysseus-web.desktop} | 0 data/meson.build | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) rename data/{io.github.alcinnz.odysseus-web.appdata.xml => com.github.alcinnz.odysseus-web.appdata.xml} (95%) rename data/{io.github.alcinnz.odysseus-web.desktop => com.github.alcinnz.odysseus-web.desktop} (100%) diff --git a/data/io.github.alcinnz.odysseus-web.appdata.xml b/data/com.github.alcinnz.odysseus-web.appdata.xml similarity index 95% rename from data/io.github.alcinnz.odysseus-web.appdata.xml rename to data/com.github.alcinnz.odysseus-web.appdata.xml index 26aed6b..1dac699 100644 --- a/data/io.github.alcinnz.odysseus-web.appdata.xml +++ b/data/com.github.alcinnz.odysseus-web.appdata.xml @@ -77,5 +77,10 @@

Bugfix: a tab always remains open in each window.

+ + +

Hopefully this makes it display better in AppCenter.

+
+
diff --git a/data/io.github.alcinnz.odysseus-web.desktop b/data/com.github.alcinnz.odysseus-web.desktop similarity index 100% rename from data/io.github.alcinnz.odysseus-web.desktop rename to data/com.github.alcinnz.odysseus-web.desktop diff --git a/data/meson.build b/data/meson.build index 55bbe4b..e65e64c 100644 --- a/data/meson.build +++ b/data/meson.build @@ -18,11 +18,11 @@ endforeach TODO = 'Apply internationalization to these' install_data( - 'io.github.alcinnz.odysseus-web.desktop', + 'com.github.alcinnz.odysseus-web.desktop', install_dir: join_paths(get_option('datadir'), 'applications') ) install_data( - 'io.github.alcinnz.odysseus-web.appdata.xml', + 'com.github.alcinnz.odysseus-web.appdata.xml', install_dir: join_paths(get_option('datadir'), 'metainfo') )