summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-18 18:18:39 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-19 16:38:00 +0200
commitdf0c6367285952a44082d1359a9e053b7c7b556b (patch)
treeebfe58dbf1cd5234261efbd777c70f0a8fb06a15 /postprocess
parenta47fa9ca7c1fef29da50cf9699d76eb98ac33a14 (diff)
fdo#63591 pack images referenced by .ui files
Change-Id: Ia7e932a98d3f2c8bca981261406798760b69f8e8
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/CustomTarget_images.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk
index 1533fd56d9e7..ce3b25fc467f 100644
--- a/postprocess/CustomTarget_images.mk
+++ b/postprocess/CustomTarget_images.mk
@@ -47,13 +47,18 @@ $(packimages_DIR)/images.zip : \
$(packimages_DIR)/sorted.lst \
$(packimages_DIR)/commandimagelist.ilst \
$(call gb_Helper_optional,HELP,$(helpimages_DIR)/helpimg.ilst) \
- $(call gb_Postprocess_get_target,AllResources)
+ $(call gb_Postprocess_get_target,AllResources) \
+ $(call gb_Postprocess_get_target,AllUIConfigs)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,2)
$(call gb_Helper_abbreviate_dirs, \
$(PERL) $(SOLARENV)/bin/packimages.pl -g $(SRCDIR)/icon-themes/galaxy \
-m $(SRCDIR)/icon-themes/galaxy -c $(packimages_DIR) \
$(call gb_Helper_optional,HELP,-l $(helpimages_DIR) ) \
- -l $(packimages_DIR) -l $(dir $(call gb_ResTarget_get_imagelist_target)) -s $< -o $@ \
+ -l $(packimages_DIR) \
+ -l $(dir $(call gb_ResTarget_get_imagelist_target)) \
+ -l $(dir $(call gb_UIConfig_get_imagelist_target)) \
+ -l $(dir $(call gb_UIConfig_get_imagelist_target,modules/)) \
+ -s $< -o $@ \
$(if $(findstring s,$(MAKEFLAGS)),> /dev/null))
$(packimages_DIR)/images_%.zip : \