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
,librelogo
,$(SRCDIR
)/librelogo
/source
))
12 $(eval
$(call gb_Package_set_outdir
,librelogo
,$(INSTDIR
)))
14 $(eval
$(call gb_Package_add_files
,librelogo
,share
/Scripts
/python
/LibreLogo
,\
15 LibreLogo
/LibreLogo.py \
16 pythonpath
/LibreLogo_en_US.properties \
19 $(eval
$(call gb_Package_add_files
,librelogo
,share
/Scripts
/python
/LibreLogo
/icons
,\
20 icons
/lc_arrowshapes.circular-arrow.png \
21 icons
/lc_arrowshapes.circular-leftarrow.png \
22 icons
/lc_arrowshapes.down-arrow.png \
23 icons
/lc_arrowshapes.up-arrow.png \
24 icons
/lc_basicstop.png \
25 icons
/lc_editglossary.png \
26 icons
/lc_navigationbarleft.png \
28 icons
/lc_runbasic.png \
29 icons
/sc_arrowshapes.circular-arrow.png \
30 icons
/sc_arrowshapes.circular-leftarrow.png \
31 icons
/sc_arrowshapes.down-arrow.png \
32 icons
/sc_arrowshapes.up-arrow.png \
33 icons
/sc_basicstop.png \
34 icons
/sc_editglossary.png \
35 icons
/sc_navigationbarleft.png \
37 icons
/sc_runbasic.png \
40 # vim:set noet sw=4 ts=4: