summaryrefslogtreecommitdiff
path: root/vcl/Package_theme_definitions.mk
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2019-03-15 21:10:03 +0800
committerTomaž Vajngerl <quikee@gmail.com>2019-03-16 00:26:30 +0100
commitb3c6665de2206a922d1a058bb1f5e9f76f792335 (patch)
treece538a68b6f2861eb64f807e688696485d97c4df /vcl/Package_theme_definitions.mk
parent4eff4061814020b319fb3ec5a7ce56fcfa7cf7bf (diff)
move the content of theme_definitons to ios subdir
As we want more widget themes added in the future, add the content of theme_definitions to its own "ios" folder (as it is a theme mimicking ios look&feel). Change-Id: Ie435263c3861aaa324e02cfe955b8288211b2888 Reviewed-on: https://gerrit.libreoffice.org/69313 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/Package_theme_definitions.mk')
-rw-r--r--vcl/Package_theme_definitions.mk80
1 files changed, 40 insertions, 40 deletions
diff --git a/vcl/Package_theme_definitions.mk b/vcl/Package_theme_definitions.mk
index a30ca8179850..c68e312e2bca 100644
--- a/vcl/Package_theme_definitions.mk
+++ b/vcl/Package_theme_definitions.mk
@@ -9,46 +9,46 @@
$(eval $(call gb_Package_Package,vcl_theme_definitions,$(SRCDIR)/vcl/uiconfig/theme_definitions))
-$(eval $(call gb_Package_add_files,vcl_theme_definitions,$(LIBO_SHARE_FOLDER)/theme_definitions,\
- definition.xml \
- switch-off.svgx \
- switch-off-disabled.svgx \
- switch-off-pressed.svgx \
- switch-on.svgx \
- switch-on-pressed.svgx \
- switch-on-disabled.svgx \
- tick-off.svgx \
- tick-off-disabled.svgx \
- tick-off-pressed.svgx \
- tick-on.svgx \
- tick-on-pressed.svgx \
- tick-on-disabled.svgx \
- spinbox-left.svgx \
- spinbox-left-pressed.svgx \
- spinbox-left-rollover.svgx \
- spinbox-left-disabled.svgx \
- spinbox-right.svgx \
- spinbox-right-pressed.svgx \
- spinbox-right-rollover.svgx \
- spinbox-right-disabled.svgx \
- common-rect.svgx \
- common-rect-disabled.svgx \
- pushbutton-default.svgx \
- pushbutton-rollover.svgx \
- pushbutton-disabled.svgx \
- tabitem-first.svgx \
- tabitem-middle.svgx \
- tabitem-last.svgx \
- tabitem-first-selected.svgx \
- tabitem-middle-selected.svgx \
- tabitem-last-selected.svgx \
- scrollbar-horizontal.svgx \
- scrollbar-vertical.svgx \
- combobox.svgx \
- combobox-disabled.svgx \
- arrow-up.svgx \
- arrow-down.svgx \
- slider-button.svgx \
+$(eval $(call gb_Package_add_files_with_dir,vcl_theme_definitions,$(LIBO_SHARE_FOLDER)/theme_definitions,\
+ ios/definition.xml \
+ ios/switch-off.svgx \
+ ios/switch-off-disabled.svgx \
+ ios/switch-off-pressed.svgx \
+ ios/switch-on.svgx \
+ ios/switch-on-pressed.svgx \
+ ios/switch-on-disabled.svgx \
+ ios/tick-off.svgx \
+ ios/tick-off-disabled.svgx \
+ ios/tick-off-pressed.svgx \
+ ios/tick-on.svgx \
+ ios/tick-on-pressed.svgx \
+ ios/tick-on-disabled.svgx \
+ ios/spinbox-left.svgx \
+ ios/spinbox-left-pressed.svgx \
+ ios/spinbox-left-rollover.svgx \
+ ios/spinbox-left-disabled.svgx \
+ ios/spinbox-right.svgx \
+ ios/spinbox-right-pressed.svgx \
+ ios/spinbox-right-rollover.svgx \
+ ios/spinbox-right-disabled.svgx \
+ ios/common-rect.svgx \
+ ios/common-rect-disabled.svgx \
+ ios/pushbutton-default.svgx \
+ ios/pushbutton-rollover.svgx \
+ ios/pushbutton-disabled.svgx \
+ ios/tabitem-first.svgx \
+ ios/tabitem-middle.svgx \
+ ios/tabitem-last.svgx \
+ ios/tabitem-first-selected.svgx \
+ ios/tabitem-middle-selected.svgx \
+ ios/tabitem-last-selected.svgx \
+ ios/scrollbar-horizontal.svgx \
+ ios/scrollbar-vertical.svgx \
+ ios/combobox.svgx \
+ ios/combobox-disabled.svgx \
+ ios/arrow-up.svgx \
+ ios/arrow-down.svgx \
+ ios/slider-button.svgx \
))
# vim: set noet sw=4 ts=4: