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_add_files
,librelogo
,$(LIBO_SHARE_FOLDER
)/Scripts
/python
/LibreLogo
,\
13 LibreLogo
/LibreLogo.py \
14 pythonpath
/LibreLogo_en_US.properties \
17 $(eval
$(call gb_Package_add_files
,librelogo
,$(LIBO_SHARE_FOLDER
)/Scripts
/python
/LibreLogo
/icons
,\
18 icons
/lc_arrowshapes.circular-arrow.png \
19 icons
/lc_arrowshapes.circular-leftarrow.png \
20 icons
/lc_arrowshapes.down-arrow.png \
21 icons
/lc_arrowshapes.up-arrow.png \
22 icons
/lc_basicstop.png \
23 icons
/lc_editglossary.png \
24 icons
/lc_navigationbarleft.png \
26 icons
/lc_runbasic.png \
27 icons
/sc_arrowshapes.circular-arrow.png \
28 icons
/sc_arrowshapes.circular-leftarrow.png \
29 icons
/sc_arrowshapes.down-arrow.png \
30 icons
/sc_arrowshapes.up-arrow.png \
31 icons
/sc_basicstop.png \
32 icons
/sc_editglossary.png \
33 icons
/sc_navigationbarleft.png \
35 icons
/sc_runbasic.png \
38 # vim:set noet sw=4 ts=4: