python/manuel: update to 1.13.0
[oi-userland.git] / components / image / drawing / Makefile
blob1db0a11cbc05cb6910e583929f585e832bad9c7d
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 (c) 2024 Geoff Weiss
15 BUILD_STYLE= meson
16 USE_DEFAULT_TEST_TRANSFORMS = yes
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= drawing
21 COMPONENT_VERSION= 1.0.2
22 COMPONENT_REVISION= 1
23 COMPONENT_SUMMARY= Simple image editor
24 COMPONENT_PROJECT_URL= https://maoschanz.github.io/drawing/
25 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE= $(COMPONENT_VERSION).tar.gz
27 COMPONENT_ARCHIVE_HASH= sha256:539e7e28fe4db96cfedd4477e217d5d48b9422ad8c98f33d8ae46120b2d5738b
28 COMPONENT_ARCHIVE_URL= https://github.com/maoschanz/drawing/archive/refs/tags/$(COMPONENT_ARCHIVE)
29 COMPONENT_FMRI= image/editor/drawing
30 COMPONENT_CLASSIFICATION=Applications/Graphics and Imaging
31 COMPONENT_LICENSE= GPL-3.0-only
32 COMPONENT_LICENSE_FILE= LICENSE
34 include $(WS_MAKE_RULES)/common.mk
36 # GNU msgfmt is needed
37 PATH= $(PATH.gnu)
39 # Not detected dependencies
40 PYTHON_REQUIRED_PACKAGES += library/python/pycairo
41 REQUIRED_PACKAGES += library/desktop/gtk3
43 # Auto-generated dependencies
44 PYTHON_REQUIRED_PACKAGES += library/python/pygobject
45 PYTHON_REQUIRED_PACKAGES += runtime/python