data: Do not translate Icon key of desktop-file

This commit is contained in:
Rico Tzschichholz 2017-02-20 09:46:40 +01:00
parent 3b5d7e7f13
commit a236621d1e

View File

@ -22,7 +22,9 @@ gschemas.compiled: Makefile $(gsettings_SCHEMAS:.xml=.valid)
all-local: gschemas.compiled
%.desktop: %.desktop.in
$(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
$(AM_V_GEN)$(MSGFMT) --desktop --keyword= --keyword=Name \
--keyword=GenericName --keyword=Comment --keyword=Keywords \
--template $< -d $(top_srcdir)/po -o $@
%.appdata.xml: %.appdata.xml.in
$(AM_V_GEN)$(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@