summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2015-09-27 13:45:02 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-09-22 00:00:47 -0500
commitf1f5ba3da71c7b20532f2aab7be77841506f9eb9 (patch)
treea3a420e438f7399a4e67d4368c83300dad1d7de1
parent3c3d9bbe67acd59c101ebccbb5c06a6321f5c5b0 (diff)
downloadepiphany-f1f5ba3da71c7b20532f2aab7be77841506f9eb9.tar.gz
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
-rw-r--r--data/Makefile.am4
-rw-r--r--data/org.gnome.Epiphany.appdata.xml.in (renamed from data/epiphany.appdata.xml.in)2
-rw-r--r--data/org.gnome.Epiphany.desktop.in (renamed from data/epiphany.desktop.in)0
-rw-r--r--po/POTFILES.in4
4 files changed, 5 insertions, 5 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 3bcf53e11..7be539072 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
index bf2dac638..05d97c6c4 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
index 8a45a0d63..8a45a0d63 100644
--- a/data/epiphany.desktop.in
+++ b/data/org.gnome.Epiphany.desktop.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 198efa999..9080c0eac 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