summaryrefslogtreecommitdiff
path: root/extras/Gallery_backgrounds.mk
blob: 103f484f4167aece1cf43ec378a2a534316b517b (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
# -*- 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_Gallery_Gallery,backgrounds,extras/source/gallery/backgrounds))

$(eval $(call gb_Gallery_add_files,backgrounds,$(LIBO_SHARE_FOLDER)/gallery/backgrounds,\
	extras/source/gallery/backgrounds/fuzzy-lightgrey.jpg \
	extras/source/gallery/backgrounds/ice-light.jpg \
	extras/source/gallery/backgrounds/painted-white.jpg \
	extras/source/gallery/backgrounds/texture-paper.jpg \
	extras/source/gallery/backgrounds/crumpled-paper.jpg \
	extras/source/gallery/backgrounds/marble.jpg \
	extras/source/gallery/backgrounds/concrete.jpg \
	extras/source/gallery/backgrounds/fuzzy-grey.jpg \
	extras/source/gallery/backgrounds/fuzzy-darkgrey.jpg \
	extras/source/gallery/backgrounds/stone.jpg \
	extras/source/gallery/backgrounds/white-diffusion.jpg \
	extras/source/gallery/backgrounds/sand-light.jpg \
	extras/source/gallery/backgrounds/sand.jpg \
	extras/source/gallery/backgrounds/surface.jpg \
	extras/source/gallery/backgrounds/studio.jpg \
	extras/source/gallery/backgrounds/invoiced-paper.jpg \
	extras/source/gallery/backgrounds/parchment-paper.jpg \
	extras/source/gallery/backgrounds/cardboard.jpg \
	extras/source/gallery/backgrounds/fence.jpg \
	extras/source/gallery/backgrounds/wooden-fence.jpg \
	extras/source/gallery/backgrounds/wood.jpg \
	extras/source/gallery/backgrounds/wooden-board.jpg \
	extras/source/gallery/backgrounds/painted-wood.jpg \
	extras/source/gallery/backgrounds/stones.jpg \
	extras/source/gallery/backgrounds/pebble-light.jpg \
	extras/source/gallery/backgrounds/stone-wall.jpg \
	extras/source/gallery/backgrounds/stone-gray.jpg \
	extras/source/gallery/backgrounds/rock-wall.jpg \
	extras/source/gallery/backgrounds/surface-black.jpg \
	extras/source/gallery/backgrounds/brick-wall.png \
	extras/source/gallery/backgrounds/tiles.jpg \
	extras/source/gallery/backgrounds/graph-paper.png \
	extras/source/gallery/backgrounds/cloud.jpg \
	extras/source/gallery/backgrounds/pool.jpg \
	extras/source/gallery/backgrounds/sky.jpg \
	extras/source/gallery/backgrounds/circuit-board.jpg \
	extras/source/gallery/backgrounds/coffee.jpg \
	extras/source/gallery/backgrounds/color-stripes.png \
	extras/source/gallery/backgrounds/floral.png \
	extras/source/gallery/backgrounds/leaf.jpg \
	extras/source/gallery/backgrounds/maple-leaves.jpg \
	extras/source/gallery/backgrounds/space.png \
	extras/source/gallery/backgrounds/giraffe.png \
	extras/source/gallery/backgrounds/tiger.jpg \
	extras/source/gallery/backgrounds/zebra.png \
))

# vim: set noet sw=4 ts=4:
13WaE: don't seem to need this pragmaCaolán McNamara 2012-04-13WaE: -Werror=parenthesesCaolán McNamara 2012-04-13WaE: declaration of 'rand' shadows a global declarationDavid Ostrovsky 2012-04-13gbuild conversion: idlc moduleDavid Ostrovsky 2012-03-21idlc/README: correct nonsense added in 534b3a9b2eMichael Stahl 2012-03-06idle code documentation improvementMichael Meeks 2012-02-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich 2012-01-14idlc: breaks on mac tinderboxMichael Stahl 2012-01-14idlc: do not use -I., deps need absolute pathsMichael Stahl 2012-01-14idlc: new parameter -M: write GNU make dependenciesMichael Stahl 2012-01-14idlc: document all parametersMichael Stahl 2011-12-30Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot 2011-12-15catch exception by constant referenceTakeshi Abe 2011-12-08Less succes, more successStefan Knorr (astron)