[totem] data: Rename totem's desktop file



commit 84609acc53abb82a3b4afdc961b84758fe415d6b
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Aug 18 17:29:40 2014 +0200

    data: Rename totem's desktop file
    
    So that its name matches the application-id
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734999

 configure.ac                                       |    4 ++--
 data/Makefile.am                                   |   14 +++++++-------
 ...p.in.in.in => org.gnome.Totem.desktop.in.in.in} |    0
 po/POTFILES.in                                     |    2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7906d95..0bdec27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -510,7 +510,7 @@ AC_DEFUN([TOTEM_FULLPATH], [
 ])
 
 dnl FULL_LIBEXECDIR is used for X-GNOME-Bugzilla-ExtraInfoScript expansion
-dnl in data/totem.desktop.in.in.in
+dnl in data/org.gnome.Totem.desktop.in.in.in
 TOTEM_FULLPATH(libexecdir, NONE, FULL_LIBEXECDIR)
 AC_SUBST(FULL_LIBEXECDIR)
 
@@ -578,7 +578,7 @@ src/plugins/vimeo/Makefile
 src/backend/Makefile
 data/Makefile
 data/org.gnome.totem.gschema.xml.in
-data/totem.desktop.in.in
+data/org.gnome.Totem.desktop.in.in
 data/totem.pc
 data/appdata/Makefile
 data/icons/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index abd473b..23cdd20 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -42,17 +42,17 @@ update-icon-cache:
        fi
 
 # Desktop file
-# totem.desktop.in.in.in = original
-# totem.desktop.in.in = by configure, includes the X-Gnome-Bugzilla
-# totem.desktop.in = includes the mime-types
-# totem.desktop = intltool-ised
-desktop_in_files = totem.desktop.in
+# org.gnome.Totem.desktop.in.in.in = original
+# org.gnome.Totem.desktop.in.in = by configure, includes the X-Gnome-Bugzilla
+# org.gnome.Totem.desktop.in = includes the mime-types
+# org.gnome.Totem.desktop = intltool-ised
+desktop_in_files = org.gnome.Totem.desktop.in
 desktopdir = $(datadir)/applications
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
-totem.desktop.in: totem.desktop.in.in mime-type-list.txt uri-schemes-list.txt desktop.sh
-       $(AM_V_GEN) cat totem.desktop.in.in | sed 's,@FULL_LIBEXECDIR@,$(FULL_LIBEXECDIR),' > $@ &&\
+org.gnome.Totem.desktop.in: org.gnome.Totem.desktop.in.in mime-type-list.txt uri-schemes-list.txt desktop.sh
+       $(AM_V_GEN) cat org.gnome.Totem.desktop.in.in | sed 's,@FULL_LIBEXECDIR@,$(FULL_LIBEXECDIR),' > $@ &&\
        $(SHELL) $(srcdir)/desktop.sh $(srcdir)/mime-type-list.txt $(srcdir)/uri-schemes-list.txt >> $@
 
 EXTRA_DIST += desktop.sh
diff --git a/data/totem.desktop.in.in.in b/data/org.gnome.Totem.desktop.in.in.in
similarity index 100%
rename from data/totem.desktop.in.in.in
rename to data/org.gnome.Totem.desktop.in.in.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index cd6194b..efada2a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -7,7 +7,7 @@ data/org.gnome.totem.gschema.xml.in.in
 [type: gettext/glade]data/preferences.ui
 [type: gettext/glade]data/properties.ui
 data/appdata/totem.appdata.xml.in
-data/totem.desktop.in.in.in
+data/org.gnome.Totem.desktop.in.in.in
 [type: gettext/glade]data/totem.ui
 [type: gettext/glade]data/uri.ui
 src/backend/bacon-time-label.c


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