From 43a082f0bba799a9fc33071079f7a42932935e05 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 23 Jun 2015 12:32:28 +0200 Subject: tdf#90790: Don't take galaxy as a reference icon set, it may be incomplete. Some icons in galaxy are available only via a fallback, while the other themes can implement these icons directly; but they did not end up in the images_*.zip. Change-Id: Ifc937ebec7a1e38828672e65706150f50abe8703 --- postprocess/CustomTarget_images.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk index aba5afc591e1..de2c21d1f3dd 100644 --- a/postprocess/CustomTarget_images.mk +++ b/postprocess/CustomTarget_images.mk @@ -55,8 +55,9 @@ $(packimages_DIR)/%.zip : \ $(packimages_DIR)/commandimagelist.ilst : $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,1) $(call gb_Helper_abbreviate_dirs, \ - find $(SRCDIR)/icon-themes/galaxy/cmd -name "*.png" -o -name "*.svg" | \ - sed "s#$(SRCDIR)/icon-themes/galaxy#%MODULE%#" | \ + find $(SRCDIR)/icon-themes -name "*.png" -o -name "*.svg" | \ + grep -e '/cmd/' | sed 's#^.*/icon-themes/[^/]*##' | sort | uniq | \ + sed "s#^#%MODULE%#" | \ LC_ALL=C sort > $@.tmp && \ $(PERL) $(SRCDIR)/solenv/bin/diffmv.pl $@.tmp $@ \ $(if $(findstring s,$(MAKEFLAGS)),2> /dev/null)) -- cgit v1.2.3