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
,extras_gallbullets
,$(SRCDIR
)/extras
/source
/gallery
/bullets
))
12 $(eval
$(call gb_Package_add_files
,extras_gallbullets
,$(LIBO_SHARE_FOLDER
)/gallery
/bullets
,\
13 Bullet01-Circle-DarkRed.svg \
14 Bullet02-Circle-Blue.svg \
15 Bullet03-Circle-Green.svg \
16 Bullet04-Square-Black.svg \
17 Bullet05-Square-Orange.svg \
18 Bullet06-Square-Purple.svg \
19 Bullet07-Diamond-Blue.svg \
20 Bullet08-Diamond-LightBlue.svg \
21 Bullet09-Diamond-Red.svg \
22 Bullet10-Star-Yellow.svg \
23 Bullet11-Star-Blue.svg \
24 Bullet12-Triangle-Blue.svg \
25 Bullet13-Triangle-DarkGreen.svg \
26 Bullet14-Arrow-Red.svg \
27 Bullet15-Arrow-Blue.svg \
28 Bullet16-Box-Blue.svg \
29 Bullet17-Box-Red.svg \
30 Bullet18-Asterisk-LightBlue.svg \
31 Bullet19-Leaves-Red.svg \
32 Bullet20-Target-Blue.svg \
33 Bullet21-Arrow-Blue.svg \
34 Bullet22-Arrow-DarkBlue.svg \
35 Bullet23-Arrow-Brown.svg \
36 Bullet24-Flag-Red.svg \
37 Bullet25-Flag-Green.svg \
39 Bullet27-X-Black.svg \
40 Bullet28-Checkmark-Green.svg \
41 Bullet29-Checkmark-Blue.svg \
42 Bullet30-Square-DarkRed.svg \
107 # vim: set noet sw=4 ts=4: