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.svg \
16 ios
/switch-off-pressed.svg \
18 ios
/switch-on-pressed.svg \
19 ios
/switch-on-disabled.svg \
21 ios
/tick-off-disabled.svg \
22 ios
/tick-off-pressed.svg \
24 ios
/tick-on-pressed.svg \
25 ios
/tick-on-disabled.svg \
26 ios
/spinbox-left.svg \
27 ios
/spinbox-left-pressed.svg \
28 ios
/spinbox-left-disabled.svg \
29 ios
/spinbox-right.svg \
30 ios
/spinbox-right-pressed.svg \
31 ios
/spinbox-right-disabled.svg \
33 ios
/common-rect-disabled.svg \
34 ios
/common-rect-focus.svg \
35 ios
/common-rect-focus-slim.svg \
36 ios
/pushbutton-default.svg \
37 ios
/pushbutton-rollover.svg \
38 ios
/pushbutton-disabled.svg \
39 ios
/tabitem-first.svg \
40 ios
/tabitem-middle.svg \
41 ios
/tabitem-last.svg \
42 ios
/tabitem-first-selected.svg \
43 ios
/tabitem-middle-selected.svg \
44 ios
/tabitem-last-selected.svg \
45 ios
/scrollbar-horizontal.svg \
46 ios
/scrollbar-vertical.svg \
48 ios
/combobox-disabled.svg \
49 ios
/combobox-button.svg \
50 ios
/combobox-button-disabled.svg \
53 ios
/slider-button.svg \
54 ios
/slider-button-disabled.svg \
57 # vim: set noet sw=4 ts=4: