[gnote] Rename gnote desktop file



commit 4a2acd2a86c77f517c402553d1af345575c6a99d
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Mar 7 18:24:24 2021 +0200

    Rename gnote desktop file

 .gitignore                                                  | 2 +-
 configure.ac                                                | 2 +-
 data/Makefile.am                                            | 2 +-
 data/appdata/gnote.appdata.xml.in                           | 2 +-
 data/{gnote.desktop.in.in => org.gnome.gnote.desktop.in.in} | 0
 5 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 606284e5..2a6c62f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -77,7 +77,7 @@ data/org.gnome.gnote.gschema.xml
 data/org.gnome.gnote.panel-applet
 data/org.gnome.gnote.panel-applet.in
 data/org.gnome.panel.applet.GnoteAppletFactory.service
-data/gnote.desktop.in
+data/org.gnome.gnote.desktop.in
 data/gnote.schemas
 data/org.gnome.Gnote.service
 src/*.log
diff --git a/configure.ac b/configure.ac
index fe9e406c..8d736756 100644
--- a/configure.ac
+++ b/configure.ac
@@ -145,7 +145,7 @@ AC_DEFINE_UNQUOTED([GNOTE_BUILD_CONFIG], ["$GNOTE_BUILD_CONFIG"], [The string us
 AC_CONFIG_FILES([
 Makefile
 data/Makefile
-data/gnote.desktop.in
+data/org.gnome.gnote.desktop.in
 data/icons/Makefile
 data/appdata/Makefile
 data/ui/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index 359a1d70..883d3616 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -3,7 +3,7 @@ SUBDIRS = appdata icons ui
 
 @INTLTOOL_DESKTOP_RULE@
 
-desktop_in_files = gnote.desktop.in
+desktop_in_files = org.gnome.gnote.desktop.in
 desktop_files    = $(desktop_in_files:.desktop.in=.desktop)
 
 desktopdir   = $(datadir)/applications
diff --git a/data/appdata/gnote.appdata.xml.in b/data/appdata/gnote.appdata.xml.in
index a3d94ea3..db3a8e45 100644
--- a/data/appdata/gnote.appdata.xml.in
+++ b/data/appdata/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>gnote.desktop</id>
+ <id>org.gnome.gnote.desktop</id>
  <metadata_licence>CC0-1.0</metadata_licence>
  <project_license>GPL-3.0-only</project_license>
  <_name>Gnote</_name>
diff --git a/data/gnote.desktop.in.in b/data/org.gnome.gnote.desktop.in.in
similarity index 100%
rename from data/gnote.desktop.in.in
rename to data/org.gnome.gnote.desktop.in.in


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