[gnome-terminal/wip/rishi/command-notify: 3/4] Make notifications based on org.gtk.Notification work



commit c5a27cef6e8aea9c65a1f4f1388c4b72dddd2a61
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Jan 27 19:04:19 2015 +0100

    Make notifications based on org.gtk.Notification work
    
    The desktop file should be named after the application ID for this.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711059

 Makefile.am                                        |    4 ++--
 configure.ac                                       |    2 +-
 ...ata.xml.in => org.gnome.Terminal.appdata.xml.in |    2 +-
 ...sktop.in.in => org.gnome.Terminal.desktop.in.in |    0
 po/POTFILES.in                                     |    4 ++--
 po/POTFILES.skip                                   |    2 +-
 src/gnome-terminal-search-provider.ini             |    2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index eccf5ce..79acd3f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
        $(NULL)
 
 desktopdir = $(datadir)/applications
-desktop_in_files = @PACKAGE  desktop in in
+desktop_in_files = org.gnome.Terminal.desktop.in.in
 nodist_desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
@@ -25,7 +25,7 @@ desktop-file-validate: $(nodist_desktop_DATA)
        done
 
 appdatadir = $(datadir)/appdata
-appdata_in_files = gnome-terminal.appdata.xml.in
+appdata_in_files = org.gnome.Terminal.appdata.xml.in
 nodist_appdata_DATA = $(appdata_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
diff --git a/configure.ac b/configure.ac
index b58d791..9da695f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -350,7 +350,7 @@ AC_SUBST([AM_LDFLAGS])
 
 AC_CONFIG_FILES([
 Makefile
-gnome-terminal.desktop.in
+org.gnome.Terminal.desktop.in
 src/Makefile
 src/terminal-version.h
 help/Makefile
diff --git a/gnome-terminal.appdata.xml.in b/org.gnome.Terminal.appdata.xml.in
similarity index 97%
rename from gnome-terminal.appdata.xml.in
rename to org.gnome.Terminal.appdata.xml.in
index 7ef61e9..ab4f23b 100644
--- a/gnome-terminal.appdata.xml.in
+++ b/org.gnome.Terminal.appdata.xml.in
@@ -20,7 +20,7 @@
   xmlns="https://www.freedesktop.org/standards/appdata/1.0";
   xmlns:xi="http://www.w3.org/2001/XInclude";
   xmlns:its="http://www.w3.org/2005/11/its";>
-  <id type="desktop">gnome-terminal.desktop</id>
+  <id type="desktop">org.gnome.Terminal.desktop</id>
   <metadata_license>GPL-3.0+</metadata_license>
   <project_license>GPL-3.0+</project_license>
   <_name>Terminal</_name>
diff --git a/gnome-terminal.desktop.in.in b/org.gnome.Terminal.desktop.in.in
similarity index 100%
rename from gnome-terminal.desktop.in.in
rename to org.gnome.Terminal.desktop.in.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index af1304d..0aa03ec 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,8 +1,8 @@
 [encoding: UTF-8]
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
-gnome-terminal.appdata.xml.in
-gnome-terminal.desktop.in.in
+org.gnome.Terminal.appdata.xml.in
+org.gnome.Terminal.desktop.in.in
 [type: gettext/glade]src/find-dialog.ui
 src/gterminal.vala
 src/migration.c
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 7c37b7f..ef7c635 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,4 +1,4 @@
 # List of source files that should *not* be translated.
 # Please keep this file sorted alphabetically.
-gnome-terminal.desktop.in
+org.gnome.Terminal.desktop.in
 src/gterminal.c
diff --git a/src/gnome-terminal-search-provider.ini b/src/gnome-terminal-search-provider.ini
index b6506f2..1b9f81c 100644
--- a/src/gnome-terminal-search-provider.ini
+++ b/src/gnome-terminal-search-provider.ini
@@ -14,7 +14,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 [Shell Search Provider]
-DesktopId=gnome-terminal.desktop
+DesktopId=org.gnome.Terminal.desktop
 BusName=org.gnome.Terminal
 ObjectPath=/org/gnome/Terminal/SearchProvider
 Version=2


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