1# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#
3# This file is part of the LibreOffice project.
4#
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,extras_gallbullets,$(SRCDIR)/extras/source/gallery/bullets))
11
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 \
38	Bullet26-X-Red.svg \
39	Bullet27-X-Black.svg \
40	Bullet28-Checkmark-Green.svg \
41	Bullet29-Checkmark-Blue.svg \
42	Bullet30-Square-DarkRed.svg \
43	blkpearl.gif \
44	bluarrow.gif \
45	bluball.gif \
46	bludiamd.gif \
47	bluered.gif \
48	blusqare.gif \
49	blustar.gif \
50	coffee_1.gif \
51	coffee_2.gif \
52	coffee_3.gif \
53	coffee_4.gif \
54	coffee_5.gif \
55	con-blue.gif \
56	con-cyan.gif \
57	con-green.gif \
58	con-lilac.gif \
59	con-oran.gif \
60	con-pink.gif \
61	con-red.gif \
62	con-yellow.gif \
63	corner_1.gif \
64	corner_2.gif \
65	corner_3.gif \
66	corner_4.gif \
67	darkball.gif \
68	darkblue.gif \
69	gldpearl.gif \
70	golfball.gif \
71	grnarrow.gif \
72	grnball.gif \
73	grndiamd.gif \
74	grnpearl.gif \
75	grnsqare.gif \
76	grnstar.gif \
77	gryarrow.gif \
78	gryball.gif \
79	grydiamd.gif \
80	grysqare.gif \
81	grystar.gif \
82	orgarrow.gif \
83	orgball.gif \
84	orgdiamd.gif \
85	orgsqare.gif \
86	orgstar.gif \
87	pebble_1.gif \
88	pebble_2.gif \
89	pebble_3.gif \
90	poliball.gif \
91	popcorn_1.gif \
92	popcorn_2.gif \
93	rainbow.gif \
94	redarrow.gif \
95	redball.gif \
96	reddiamd.gif \
97	redsqare.gif \
98	redstar.gif \
99	whtpearl.gif \
100	ylwarrow.gif \
101	ylwball.gif \
102	ylwdiamd.gif \
103	ylwsqare.gif \
104	ylwstar.gif \
105))
106
107# vim: set noet sw=4 ts=4:
108