blob: 2435b86e30d44945d17dd81ce77cf9faf00abe23 (
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
|
# -*- 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,sysui/icons,$(SRCDIR)/sysui/desktop/icons))
$(eval $(call gb_Package_add_file,sysui/icons,bin/soffice.ico,main_app.ico))
$(eval $(call gb_Package_add_files,sysui/icons,res/icons,\
oasis-database.ico \
oasis-drawing-template.ico \
oasis-drawing.ico \
oasis-empty-template.ico \
oasis-empty-document.ico \
oasis-formula.ico \
oasis-master-document.ico \
oasis-presentation-template.ico \
oasis-presentation.ico \
oasis-spreadsheet-template.ico \
oasis-spreadsheet.ico \
oasis-text-template.ico \
oasis-text.ico \
oasis-web-template.ico \
database.ico \
drawing-template.ico \
drawing.ico \
empty-template.ico \
empty-document.ico \
formula.ico \
master-document.ico \
presentation-template.ico \
presentation.ico \
spreadsheet-template.ico \
spreadsheet.ico \
text-template.ico \
text.ico \
impress_app.ico \
calc_app.ico \
draw_app.ico \
base_app.ico \
writer_app.ico \
math_app.ico \
main_app.ico \
open.ico \
oxt-extension.ico \
))
# vim: set noet sw=4 ts=4:
|