diff options
author | rbuj <[email protected]> | 2020-03-02 13:14:13 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-10 18:37:09 +0100 |
commit | 0c8d17a76050af39b22f26b33f7b47de949ef379 (patch) | |
tree | 43ca527ff66392440b991e8c0b781d3613598ea9 | |
parent | c76bfbc8dc72b7623d491b2257e07c38df31592a (diff) | |
download | eom-0c8d17a76050af39b22f26b33f7b47de949ef379.tar.bz2 eom-0c8d17a76050af39b22f26b33f7b47de949ef379.tar.xz |
eom.desktop: Do not collect the translation for Icon
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 48c352e..4842527 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -6,7 +6,7 @@ DESKTOP_FILES= $(DESKTOP_IN_FILES:.desktop.in.in=.desktop) desktopdir = $(datadir)/applications desktop_DATA = $(DESKTOP_FILES) $(desktop_DATA): $(DESKTOP_IN_FILES) - $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + $(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Comment --keyword=Keywords --template $< -d $(top_srcdir)/po -o $@ appdatadir = $(datadir)/metainfo appdata_in_files = eom.appdata.xml.in |