1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_Package_Package
,vcl_theme_definitions
,$(SRCDIR
)/vcl
/uiconfig
/theme_definitions
))
12 $(eval
$(call gb_Package_add_files_with_dir
,vcl_theme_definitions
,$(LIBO_SHARE_FOLDER
)/theme_definitions
,\
15 ios
/switch-off-disabled.svgx \
16 ios
/switch-off-pressed.svgx \
18 ios
/switch-on-pressed.svgx \
19 ios
/switch-on-disabled.svgx \
21 ios
/tick-off-disabled.svgx \
22 ios
/tick-off-pressed.svgx \
24 ios
/tick-on-pressed.svgx \
25 ios
/tick-on-disabled.svgx \
26 ios
/spinbox-left.svgx \
27 ios
/spinbox-left-pressed.svgx \
28 ios
/spinbox-left-rollover.svgx \
29 ios
/spinbox-left-disabled.svgx \
30 ios
/spinbox-right.svgx \
31 ios
/spinbox-right-pressed.svgx \
32 ios
/spinbox-right-rollover.svgx \
33 ios
/spinbox-right-disabled.svgx \
34 ios
/common-rect.svgx \
35 ios
/common-rect-disabled.svgx \
36 ios
/common-rect-focus.svgx \
37 ios
/common-rect-focus-slim.svgx \
38 ios
/pushbutton-default.svgx \
39 ios
/pushbutton-rollover.svgx \
40 ios
/pushbutton-disabled.svgx \
41 ios
/tabitem-first.svgx \
42 ios
/tabitem-middle.svgx \
43 ios
/tabitem-last.svgx \
44 ios
/tabitem-first-selected.svgx \
45 ios
/tabitem-middle-selected.svgx \
46 ios
/tabitem-last-selected.svgx \
47 ios
/scrollbar-horizontal.svgx \
48 ios
/scrollbar-vertical.svgx \
50 ios
/combobox-disabled.svgx \
51 ios
/combobox-button.svgx \
52 ios
/combobox-button-disabled.svgx \
55 ios
/slider-button.svgx \
58 # vim: set noet sw=4 ts=4: