[gnote] Fix app-id



commit 8f9a283022f7a9a9b2b946f4e8866b764f8cf42b
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Fri Apr 30 21:30:02 2021 +0300

    Fix app-id

 data/meson.build                                                        | 2 +-
 data/{org.gnome.gnote.appdata.xml.in => org.gnome.Gnote.appdata.xml.in} | 2 +-
 po/POTFILES.in                                                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index d2d79634..a6138165 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -37,7 +37,7 @@ configure_file(
   install_dir: get_option('datadir') / 'dbus-1/services',
 )
 
-gnote_appdata = 'org.gnome.gnote.appdata.xml'
+gnote_appdata = 'org.gnome.Gnote.appdata.xml'
 appdata_file = i18n.merge_file(
   gnote_appdata,
   input: gnote_appdata + '.in',
diff --git a/data/org.gnome.gnote.appdata.xml.in b/data/org.gnome.Gnote.appdata.xml.in
similarity index 99%
rename from data/org.gnome.gnote.appdata.xml.in
rename to data/org.gnome.Gnote.appdata.xml.in
index 8fdf375f..b56b8537 100644
--- a/data/org.gnome.gnote.appdata.xml.in
+++ b/data/org.gnome.Gnote.appdata.xml.in
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2013-2021 Aurimas Cernius <aurisc4 gmail com> -->
 <component type="desktop">
- <id>org.gnome.gnote.desktop</id>
+ <id>org.gnome.Gnote</id>
  <metadata_licence>CC0-1.0</metadata_licence>
  <project_license>GPL-3.0-only</project_license>
  <name>Gnote</name>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 7cb48e1c..683fd18c 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,4 @@
-data/org.gnome.gnote.appdata.xml.in
+data/org.gnome.Gnote.appdata.xml.in
 data/org.gnome.Gnote.desktop.in
 data/org.gnome.gnote.gschema.xml
 data/shortcuts-gnote.ui


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]