[epiphany] Rename the desktop file
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Rename the desktop file
- Date: Thu, 22 Sep 2016 05:03:05 +0000 (UTC)
commit f1f5ba3da71c7b20532f2aab7be77841506f9eb9
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Sun Sep 27 13:45:02 2015 -0500
Rename the desktop file
This allows us to use GNotification. It is also step #1 to D-Bus
activation.
https://bugzilla.gnome.org/show_bug.cgi?id=722142
data/Makefile.am | 4 ++--
...ta.xml.in => org.gnome.Epiphany.appdata.xml.in} | 2 +-
...ny.desktop.in => org.gnome.Epiphany.desktop.in} | 0
po/POTFILES.in | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 3bcf53e..7be5390 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = icons pages
-desktop_in_files = epiphany.desktop.in
+desktop_in_files = org.gnome.Epiphany.desktop.in
desktopdir = $(datadir)/applications
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@@ -16,7 +16,7 @@ gsettings_ENUM_FILES = $(top_srcdir)/lib/ephy-prefs.h
gsettings_SCHEMAS = org.gnome.epiphany.gschema.xml
@GSETTINGS_RULES@
-appstream_in_files = epiphany.appdata.xml.in
+appstream_in_files = org.gnome.Epiphany.appdata.xml.in
appstream_XML = $(appstream_in_files:.xml.in=.xml)
@APPSTREAM_XML_RULES@
diff --git a/data/epiphany.appdata.xml.in b/data/org.gnome.Epiphany.appdata.xml.in
similarity index 97%
rename from data/epiphany.appdata.xml.in
rename to data/org.gnome.Epiphany.appdata.xml.in
index bf2dac6..05d97c6 100644
--- a/data/epiphany.appdata.xml.in
+++ b/data/org.gnome.Epiphany.appdata.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013, 2015 Epiphany contributors -->
<component type="desktop">
- <id>epiphany.desktop</id>
+ <id>org.gnome.Epiphany.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<name>GNOME Web</name>
<summary>Web browser for GNOME</summary>
diff --git a/data/epiphany.desktop.in b/data/org.gnome.Epiphany.desktop.in
similarity index 100%
rename from data/epiphany.desktop.in
rename to data/org.gnome.Epiphany.desktop.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 198efa9..9080c0e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,7 +1,7 @@
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
-data/epiphany.appdata.xml.in
-data/epiphany.desktop.in
+data/org.gnome.Epiphany.appdata.xml.in
+data/org.gnome.Epiphany.desktop.in
data/org.gnome.epiphany.gschema.xml
embed/ephy-about-handler.c
embed/ephy-download.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]