python/hypothesis: update to 6.122.3
[oi-userland.git] / components / desktop / mate / mozo / Makefile
blobdb748638dff193e7821744e60f071fcfaaa21f67
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2016 Alexander Pyhalov
13 # Copyright 2019 Michal Nowak
14 # Copyright 2020 Marco van Wieringen
15 # Copyright (c) 2021 Tim Mooney. All rights reserved
16 # Copyright 2021 Andreas Wacknitz
19 MATE_CATEGORY= APP
20 BUILD_STYLE= meson
21 include ../../../../make-rules/shared-macros.mk
22 include $(WS_MAKE_RULES)/mate.mk
24 COMPONENT_NAME= mozo
25 COMPONENT_MJR_VERSION= 1.28
26 COMPONENT_MNR_VERSION= 0
27 COMPONENT_SUMMARY= Simple menu editor for MATE
28 COMPONENT_ARCHIVE_HASH= sha256:fe98984ffd6aa8c36d0594bcefdba03de39b42d41e007251680384f3cef44924
29 COMPONENT_FMRI= desktop/xdg/menu-editor/mozo
30 COMPONENT_CLASSIFICATION= Applications/Configuration and Preferences
31 COMPONENT_LICENSE= LGPLv2
32 COMPONENT_LICENSE_FILE= COPYING
34 include $(WS_MAKE_RULES)/common.mk
36 # Move Python modules from site-packages directory to vendor-packages directory
37 COMPONENT_POST_INSTALL_ACTION += \
38 $(MV) $(PROTO_DIR)/$(PYTHON_DIR)/site-packages $(PROTO_DIR)/$(PYTHON_LIB) ;
40 PYTHON_SCRIPTS += usr/bin/mozo
42 # Build requirements
43 PYTHON_REQUIRED_PACKAGES += library/python/pygobject
45 # Auto-generated dependencies
46 PYTHON_REQUIRED_PACKAGES += runtime/python