blob: 8e145c5b04dd80e013af525e406001cfc2bb0b2b [file] [log] [blame]
Tomaž Vajngerla8e0de12025-01-17 23:13:55 +09001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#
Michael Meeksd037b812026-03-26 15:06:16 +00003# This file is part of the Collabora Office project.
Tomaž Vajngerla8e0de12025-01-17 23:13:55 +09004#
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/.
8#
9
10$(eval $(call gb_Package_Package,svx_document_themes,$(SRCDIR)/svx/uiconfig/themes))
11
Tomaž Vajngerlc36a8b42026-03-16 11:49:45 +090012$(eval $(call gb_Package_add_files,svx_document_themes,$(LIBO_SHARE_FOLDER)/themes,\
Tomaž Vajngerlf877f7e2025-01-20 21:36:32 +090013 Beach.theme \
Tomaž Vajngerlc36a8b42026-03-16 11:49:45 +090014 Blue.theme \
Tomaž Vajngerlf877f7e2025-01-20 21:36:32 +090015 Breeze.theme \
Tomaž Vajngerlc36a8b42026-03-16 11:49:45 +090016 Chalk.theme \
17 ChartClassic.theme \
18 Classic.theme \
Tomaž Vajngerlf877f7e2025-01-20 21:36:32 +090019 Forest.theme \
Tomaž Vajngerlc36a8b42026-03-16 11:49:45 +090020 Green.theme \
21 Grey.theme \
Tomaž Vajngerlf877f7e2025-01-20 21:36:32 +090022 Ocean.theme \
Tomaž Vajngerlc36a8b42026-03-16 11:49:45 +090023 Office.theme \
24 Orange.theme \
25 Purple.theme \
Tomaž Vajngerlf877f7e2025-01-20 21:36:32 +090026 Rainbow.theme \
Tomaž Vajngerlc36a8b42026-03-16 11:49:45 +090027 Red.theme \
28 Retro.theme \
Tomaž Vajngerlf877f7e2025-01-20 21:36:32 +090029 Sunset.theme \
Tomaž Vajngerla8e0de12025-01-17 23:13:55 +090030))
31
32# vim: set noet sw=4 ts=4: