summaryrefslogtreecommitdiff
path: root/extras/Package_gallarrows.mk
blob: 4e718b38756be21badc77d7853c1a84908e27b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Package_Package,extras_gallarrows,$(SRCDIR)/extras/source/gallery/arrows))

$(eval $(call gb_Package_set_outdir,extras_gallarrows,$(INSTDIR)))

$(eval $(call gb_Package_add_files,extras_gallarrows,share/gallery/arrows,\
	A01-Arrow-Gray-Left.png \
	A02-Arrow-DarkBlue-Right.png \
	A03-Arrow-Gray-Left.png \
	A04-Arrow-DarkRed-Right.png \
	A05-Arrow-Blue-Left.png \
	A06-Arrow-Red-Right.png \
	A07-Arrow-LightBlue-Left.png \
	A08-Arrow-DarkRed-Right.png \
	A09-Arrow-Gray-Left.png \
	A10-Arrow-Purple-Right.png \
	A11-Arrow-Gray-Left.png \
	A12-Arrow-LightBlue-Right.png \
	A13-Arrow-Gray-Right.png \
	A14-CircleArrow-Green.png \
	A15-CircleArrow.png \
	A16-CircleArrow.png \
	A17-CircleArrow.png \
	A18-CircleArrow.png \
	A19-CircleArrow.png \
	A20-CircleArrow-LightBlue.png \
	A21-CircleArrow-Green.png \
	A22-CircleArrow.png \
	A23-CurvedArrow-Gray-Left.png \
	A24-CurvedArrow-LightBlue-Right.png \
	A25-CurvedArrow-DarkBlue.png \
	A26-CurvedArrow-Orange.png \
	A27-CurvedArrow-DarkRed.png \
	A28-CurvedArrow-DarkBlue.png \
	A29-CurvedArrow-Green.png \
	A30-CurvedArrow-Gray.png \
	A31-CurvedArrow-LightBlue.png \
	A32-CurvedArrow-Orange.png \
	A33-CurvedArrow-LightBlue-TwoDirections.png \
	A34-CurvedArrow-Green-TwoDirections.png \
	A35-CurvedArrow-Brown-Left.png \
	A36-CurvedArrow-LightBlue-Up.png \
	A37-CurvedArrow-Gray-TwoDirections.png \
	A38-CurvedArrow-Gray-TwoDirections.png \
	A39-CurvedArrow-Gray-Left.png \
	A40-CurvedArrow-Gray-Up.png \
	A41-CurvedArrow-Gray-Left.png \
	A42-TrendArrow-Red-GoUp.png \
	A43-TrendArrow-Green-GoDown.png \
	A44-TrendArrow-Orange-GoUp.png \
	A45-TrendArrow-Red-GoUp.png \
	A46-TrendArrow-Orange-GoUp.png \
	A47-TrendArrow-LightBlue.png \
	A48-TrendArrow-Orange-TwoDirections.png \
	A49-TrendArrow-Yellow-ThreeDirections.png \
	A50-TrendArrow-LightBlue-FourDirections.png \
	A51-TrendArrow-Blue-FourDirections.png \
	A52-TrendArrow-Blue-FourDirections.png \
	A53-TrendArrow-LightBlue-TwoDirections.png \
	A54-TrendArrow-Red-TwoDirections.png \
	A55-TrendArrow-TwoDirections.png \
	A56-TrendArrow-Blue-TwoDirections.png \
	A57-Arrow-Yellow-Left.png \
	A58-Arrow-Red-Right.png \
	A59-CurvedArrow-Gray-Left.png \
	A60-CurvedArrow-Purple-Right.png \
	A61-Arrow-StripedOrange-Left.png \
	A62-Arrow-StripedBlue-Right.png \
	A63-Arrow-LightBlue-Left.png \
	A64-Arrow-Green-Right.png \
	A65-Arrow-DarkBlue-Up.png \
	A66-Arrow-Green-Down.png \
	A67-Arrow-Yellow-Left.png \
	A68-Arrow-Gray-Right.png \
))

# vim: set noet sw=4 ts=4: