diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-09-21 21:13:20 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-09-21 21:13:20 +0200 |
commit | 143fc164f11f08509a1d22943aec5b691612e81a (patch) | |
tree | 4ff2cb1204b2262e5f4c61948416614790f66a3e /data/Makefile.in | |
parent | bfca57fb52ab7101f701560a2e6feb3a388ef5bf (diff) |
New upstream version 3.22.0.1upstream/3.22.0.1
Diffstat (limited to 'data/Makefile.in')
-rw-r--r-- | data/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/Makefile.in b/data/Makefile.in index d9bc6f4..d310329 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -749,8 +749,10 @@ uninstall-man: uninstall-man1 .PRECIOUS: Makefile +# Explicitly list the keywords to stop the icon field being translated +# https://bugs.launchpad.net/bugs/1624662 $(desktop_DATA): $(desktop_in_files) - $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + $(AM_V_GEN) $(MSGFMT) --desktop --keyword=Name --keyword=GenericName --keyword=Comment --keyword=Keywords --template $< -d $(top_srcdir)/po -o $@ @GSETTINGS_RULES@ @APPSTREAM_XML_RULES@ |