[gnome-disk-utility] Fix appdata file name
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] Fix appdata file name
- Date: Mon, 31 Jul 2017 22:09:13 +0000 (UTC)
commit 69365f0dffad34f892739a0598aff85356a39986
Author: Kalev Lember <klember redhat com>
Date: Mon Jul 31 23:08:16 2017 +0100
Fix appdata file name
Make sure the installed appdata file has the correct .appdata.xml
extension that desktop applications need to have.
data/meson.build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 2c9d8e7..c512c75 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -36,7 +36,7 @@ install_data(
install_dir: join_paths(gdu_datadir, 'glib-2.0', 'schemas')
)
-info = 'org.gnome.DiskUtility.metainfo.xml'
+info = 'org.gnome.DiskUtility.appdata.xml'
i18n.merge_file(
info,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]