vim: update to 9.1.0984
[oi-userland.git] / components / library / glibmm / Makefile
blob04de14b14bc45006a5120522c4f3fb59672f9385
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 2016 Alexander Pyhalov
14 # Copyright 2018 Michal Nowak
15 # Copyright 2023 Andreas Wacknitz
19 BUILD_BITS= 64
20 BUILD_STYLE= meson
21 USE_DEFAULT_TEST_TRANSFORMS= yes
22 include ../../../make-rules/shared-macros.mk
24 COMPONENT_NAME= glibmm
25 COMPONENT_MJR_VERSION= 2.66
26 COMPONENT_VERSION= $(COMPONENT_MJR_VERSION).7
27 COMPONENT_SUMMARY= glibmm - C++ Wrapper for the Glib2 Library
28 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
29 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
30 COMPONENT_ARCHIVE_HASH= sha256:fe02c1e5f5825940d82b56b6ec31a12c06c05c1583cfe62f934d0763e1e542b3
31 COMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/glibmm/$(COMPONENT_MJR_VERSION)/$(COMPONENT_ARCHIVE)
32 COMPONENT_PROJECT_URL= https://www.gtkmm.org/
33 COMPONENT_FMRI= library/c++/glibmm
34 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Libraries
35 COMPONENT_LICENSE= LGPLv2.1
36 COMPONENT_LICENSE_FILE= COPYING
38 include $(WS_MAKE_RULES)/common.mk
40 CXXFLAGS += -std=c++17
42 PATH= $(PATH.gnu)
44 # Build dependency
45 REQUIRED_PACKAGES += developer/build/pkg-config
46 REQUIRED_PACKAGES += developer/documentation-tool/doxygen
47 REQUIRED_PACKAGES += developer/macro/gnu-m4
48 REQUIRED_PACKAGES += image/graphviz
49 REQUIRED_PACKAGES += library/desktop/c++/mm-common
50 REQUIRED_PACKAGES += library/libxslt
52 # Auto-generated dependencies
53 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
54 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
55 REQUIRED_PACKAGES += library/c++/sigcpp
56 REQUIRED_PACKAGES += library/glib2
57 REQUIRED_PACKAGES += system/library