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
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
17 USE_DEFAULT_TEST_TRANSFORMS
= yes
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 # This is gtkmm-4.0 ABI series
25 COMPONENT_SUMMARY
= C
++ API for GTK
26 COMPONENT_ARCHIVE_HASH
= sha256
:3b23fd3abf8fb223b00e9983b6010af2db80e38c89ab6994b8b6230aa85d60f9
27 COMPONENT_FMRI
= library
/desktop
/c
++/gtkmm-40
28 COMPONENT_CLASSIFICATION
= Desktop
(GNOME
)/Libraries
29 COMPONENT_LICENSE
= LGPL-2.1
-only
30 COMPONENT_LICENSE_FILE
= COPYING
32 include $(WS_MAKE_RULES
)/gnome.mk
33 include $(WS_MAKE_RULES
)/common.mk
35 # Testing needs an X server
36 TEST_REQUIRED_PACKAGES
+= x11
/server
/xvfb
37 COMPONENT_PRE_TEST_ACTION
+= /usr
/bin
/Xvfb
:0 >/dev
/null
2>&1 &
38 COMPONENT_TEST_ENV
+= DISPLAY
=:0
39 COMPONENT_POST_TEST_ACTION
+= /usr
/bin
/pkill
-x Xvfb
;
41 # Auto-generated dependencies
42 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
43 REQUIRED_PACKAGES
+= $(GXX_RUNTIME_PKG
)
44 REQUIRED_PACKAGES
+= library
/c
++/glibmm-268
45 REQUIRED_PACKAGES
+= library
/c
++/sigcpp3
46 REQUIRED_PACKAGES
+= library
/desktop
/c
++/cairomm-116
47 REQUIRED_PACKAGES
+= library
/desktop
/c
++/pangomm-248
48 REQUIRED_PACKAGES
+= library
/desktop
/cairo
49 REQUIRED_PACKAGES
+= library
/desktop
/gdk-pixbuf
50 REQUIRED_PACKAGES
+= library
/desktop
/graphene
51 REQUIRED_PACKAGES
+= library
/desktop
/gtk4
52 REQUIRED_PACKAGES
+= library
/glib2
53 REQUIRED_PACKAGES
+= system
/library