[gnome-boxes] Rename desktop file to GApplication application ID
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] Rename desktop file to GApplication application ID
- Date: Mon, 15 Sep 2014 00:07:55 +0000 (UTC)
commit 7638b83777a0a9f64339f8d81ed69cc35252cc28
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Sep 9 17:15:44 2014 +0100
Rename desktop file to GApplication application ID
This is needed in order to advertise that we support DBus
activation.
configure.ac | 2 +-
data/Makefile.am | 4 ++--
...desktop.in.in => org.gnome.Boxes.desktop.in.in} | 0
po/POTFILES.in | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 67e62ba..03e1f38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -194,7 +194,7 @@ AC_SUBST(VALA_DEBUG_FLAGS)
AC_CONFIG_FILES([
Makefile
data/Makefile
- data/gnome-boxes.desktop.in
+ data/org.gnome.Boxes.desktop.in
data/icons/Makefile
help/Makefile
libgd/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index 2468a6a..8232486 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -2,7 +2,7 @@ NULL=
SUBDIRS = icons
desktopdir = $(datadir)/applications
-desktop_in_files = gnome-boxes.desktop.in
+desktop_in_files = org.gnome.Boxes.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
@@ -45,7 +45,7 @@ gresource_file = gnome-boxes.gresource.xml
resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies $(gresource_file))
EXTRA_DIST = \
- gnome-boxes.desktop.in \
+ org.gnome.Boxes.desktop.in \
gnome-boxes-search-provider.ini.in \
org.gnome.boxes.gschema.xml.in \
$(gresource_file) \
diff --git a/data/gnome-boxes.desktop.in.in b/data/org.gnome.Boxes.desktop.in.in
similarity index 100%
rename from data/gnome-boxes.desktop.in.in
rename to data/org.gnome.Boxes.desktop.in.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 43a3a4a..7443ba5 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,5 @@
data/gnome-boxes.appdata.xml.in
-data/gnome-boxes.desktop.in.in
+data/org.gnome.Boxes.desktop.in.in
[type: gettext/ini]data/gnome-boxes-search-provider.ini.in
data/org.gnome.boxes.gschema.xml.in
[type: gettext/glade]data/ui/app-window.ui
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]