json-glib: update to 1.10.6
[oi-userland.git] / components / library / cairomm-116 / Makefile
blob153718b364959fcf7e8b7df46a737caa20446662
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2024 Marcel Telka
16 BUILD_STYLE = meson
17 USE_DEFAULT_TEST_TRANSFORMS = yes
19 include ../../../make-rules/shared-macros.mk
21 # This is cairomm-1.16 ABI series
23 COMPONENT_NAME= cairomm
24 COMPONENT_VERSION= 1.18.0
25 COMPONENT_SUMMARY= C++ wrapper for the cairo graphics library
26 COMPONENT_PROJECT_URL= https://cairographics.org/cairomm/
27 COMPONENT_FMRI= library/desktop/c++/cairomm-116
28 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Libraries
29 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
30 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
31 COMPONENT_ARCHIVE_URL= https://cairographics.org/releases/$(COMPONENT_ARCHIVE)
32 COMPONENT_ARCHIVE_HASH= sha256:b81255394e3ea8e8aa887276d22afa8985fc8daef60692eb2407d23049f03cfb
33 COMPONENT_LICENSE= LGPL-2.0-only
34 COMPONENT_LICENSE_FILE= COPYING
36 include $(WS_MAKE_RULES)/common.mk
38 # Auto-generated dependencies
39 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
40 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
41 REQUIRED_PACKAGES += library/c++/sigcpp3
42 REQUIRED_PACKAGES += library/desktop/cairo
43 REQUIRED_PACKAGES += system/library