[bijiben] Rename desktop file to be consistent with app ID



commit c4bdc6aebd955b230e3cd0f123f978d257b7f827
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sun Jan 31 15:24:24 2016 -0600

    Rename desktop file to be consistent with app ID
    
    Instead of bijiben.desktop, we should follow the convention of desktop
    ID matching app ID.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761377

 configure.ac                                       |    2 +-
 data/Makefile.am                                   |    6 +++---
 ...sktop.in.in => org.gnome.bijiben.desktop.in.in} |    0
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 84109b7..088130a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,7 +117,7 @@ AC_CONFIG_FILES([
 Makefile
 libgd/Makefile
 data/Makefile
-data/bijiben.desktop.in
+data/org.gnome.bijiben.desktop.in
 data/icons/Makefile
 help/Makefile
 po/Makefile.in
diff --git a/data/Makefile.am b/data/Makefile.am
index 3c9b831..7240807 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -11,8 +11,8 @@ app_data_files = $(app_data_in_files:.xml.in=.xml)
 
 appstream_XML = $(app_data_files)
 
-check-local: bijiben.desktop
-       $(DESKTOP_FILE_VALIDATE) bijiben.desktop
+check-local: org.gnome.bijiben.desktop
+       $(DESKTOP_FILE_VALIDATE) org.gnome.bijiben.desktop
 
 
 
@@ -20,7 +20,7 @@ check-local: bijiben.desktop
 
 @INTLTOOL_DESKTOP_RULE@
 
-desktop_in_files = bijiben.desktop.in
+desktop_in_files = org.gnome.bijiben.desktop.in
 desktop_files    = $(desktop_in_files:.desktop.in=.desktop)
 
 desktopdir   = $(datadir)/applications
diff --git a/data/bijiben.desktop.in.in b/data/org.gnome.bijiben.desktop.in.in
similarity index 100%
rename from data/bijiben.desktop.in.in
rename to data/org.gnome.bijiben.desktop.in.in


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