[gnome-maps/wip/dbus_activatable: 2/3] Rename desktop file to GApplication application ID



commit 50741ff94fe2bfbf1f95316baa0a38eeb94ed304
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Thu May 1 22:39:29 2014 +0200

    Rename desktop file to GApplication application ID

 .gitignore                                         |    4 ++--
 configure.ac                                       |    2 +-
 data/Makefile.am                                   |    4 ++--
 data/gnome-maps.appdata.xml.in                     |    2 +-
 ....desktop.in.in => org.gnome.Maps.desktop.in.in} |    0
 po/POTFILES.in                                     |    2 +-
 po/POTFILES.skip                                   |    2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b09430..26d43c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,8 +18,8 @@ missing
 *.o
 
 data/gnome-maps.appdata.xml
-data/gnome-maps.desktop
-data/gnome-maps.desktop.in
+data/org.gnome.Maps.desktop
+data/org.gnome.Maps.desktop.in
 data/org.gnome.maps.gschema.valid
 data/org.gnome.maps.gschema.xml
 
diff --git a/configure.ac b/configure.ac
index 111e650..b5b0cf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ AC_CONFIG_FILES([
     Makefile
     src/Makefile
     data/Makefile
-    data/gnome-maps.desktop.in
+    data/org.gnome.Maps.desktop.in
     data/icons/Makefile
     po/Makefile.in
 ])
diff --git a/data/Makefile.am b/data/Makefile.am
index c3eee1b..f76069b 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -3,7 +3,7 @@ SUBDIRS = icons
 # The desktop files
 desktopdir = $(datadir)/applications
 desktop_DATA = \
-       gnome-maps.desktop
+       org.gnome.Maps.desktop
 @INTLTOOL_DESKTOP_RULE@
 
 gsettingsschema_in_files = org.gnome.maps.gschema.xml.in
@@ -19,7 +19,7 @@ appdata_DATA = $(appdata_in_file:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST= \
-    gnome-maps.desktop \
+    org.gnome.Maps.desktop \
     $(desktop_in_files) \
     $(appdata_in_file) \
     $(gsettingsschema_in_files)
diff --git a/data/gnome-maps.appdata.xml.in b/data/gnome-maps.appdata.xml.in
index f1cda29..516e8ea 100644
--- a/data/gnome-maps.appdata.xml.in
+++ b/data/gnome-maps.appdata.xml.in
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <application>
-  <id type="desktop">gnome-maps.desktop</id>
+  <id type="desktop">org.gnome.Maps.desktop</id>
   <licence>CC0</licence>
   <summary>Find places around the world</summary>
   <description>
diff --git a/data/gnome-maps.desktop.in.in b/data/org.gnome.Maps.desktop.in.in
similarity index 100%
rename from data/gnome-maps.desktop.in.in
rename to data/org.gnome.Maps.desktop.in.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 70f8b0e..71db59d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,6 @@
 data/gnome-maps.appdata.xml.in
 [encoding: UTF-8]
-data/gnome-maps.desktop.in.in
+data/org.gnome.Maps.in.in
 data/org.gnome.maps.gschema.xml.in
 src/application.js
 [type: gettext/glade]src/app-menu.ui
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index ab8c313..568811c 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,2 +1,2 @@
 data/gnome-maps.appdata.xml
-data/gnome-maps.desktop.in
+data/org.gnome.Maps.desktop.in


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