[gnome-clocks] build: Supply more keywords to msgfmt --desktop



commit 27c5b81b56bedf2d445eba0d857d76966ff8ccc6
Author: Daiki Ueno <dueno src gnome org>
Date:   Thu Sep 29 09:38:33 2016 +0200

    build: Supply more keywords to msgfmt --desktop
    
    msgfmt --desktop ignores the default keywords if custom keyword is
    specified.  This behavior is inconsistent and should be fixed in msgfmt,
    but list those missing keywords to work around the issue.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771641

 Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4707080..a7dfe1c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,9 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 SUBDIRS = help po
 
-MSGFMT_DESKTOP_OPTIONS = --keyword=X-GNOME-FullName --keyword=X-Geoclue-Reason
+# msgfmt --desktop ignores the default keywords if custom keywords are
+# specified, so we list all the keywords
+MSGFMT_DESKTOP_OPTIONS = --keyword=X-GNOME-FullName --keyword=X-Geoclue-Reason --keyword=Name 
--keyword=GenericName --keyword=Comment --keyword=Icon --keyword=Keywords
 
 # desktop file
 %.desktop: %.desktop.in


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