bump product version to 4.1.6.2
[LibreOffice.git] / sysui / Package_osxicons.mk
blob6f8ca5f60df91b99596c61200045c8c6c24cc63c
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,sysui_osxicons,$(SRCDIR)/sysui/desktop/icons))
12 $(eval $(call gb_Package_set_outdir,sysui_osxicons,$(INSTDIR)))
14 $(eval $(call gb_Package_add_files_with_dir,sysui_osxicons,Resources,\
15 text.icns \
16 oasis-text.icns \
17 spreadsheet.icns \
18 oasis-spreadsheet.icns \
19 presentation.icns \
20 oasis-presentation.icns \
21 drawing.icns \
22 oasis-drawing.icns \
23 master-document.icns \
24 oasis-master-document.icns \
25 formula.icns \
26 oasis-formula.icns \
27 text-template.icns \
28 oasis-text-template.icns \
29 spreadsheet-template.icns \
30 oasis-spreadsheet-template.icns \
31 presentation-template.icns \
32 oasis-presentation-template.icns \
33 drawing-template.icns \
34 oasis-drawing-template.icns \
35 oasis-database.icns \
36 extension.icns \
37 main.icns \
40 # vim: set ts=4 sw=4 et: