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
16 USE_DEFAULT_TEST_TRANSFORMS
= yes
18 include ..
/..
/..
/make-rules
/shared-macros.mk
22 COMPONENT_SUMMARY
= Hex editor for the GNOME desktop
23 COMPONENT_ARCHIVE_HASH
= sha256
:8a13975474eee27719b29ad763f1b24760a1aede6d7da4b623703070bc26e9fd
24 COMPONENT_FMRI
= desktop
/$(COMPONENT_NAME
)
25 COMPONENT_CLASSIFICATION
=Applications
/System Utilities
26 COMPONENT_LICENSE
= GPL-2.0
-only
27 COMPONENT_LICENSE_FILE
= COPYING
29 include $(WS_MAKE_RULES
)/gnome.mk
30 include $(WS_MAKE_RULES
)/common.mk
32 # GNU msgfmt is needed
35 # illumos does not have mremap support
36 CONFIGURE_OPTIONS
+= -Dmmap-buffer-backend
=false
38 # Auto-generated dependencies
39 REQUIRED_PACKAGES
+= library
/desktop
/cairo
40 REQUIRED_PACKAGES
+= library
/desktop
/gtk4
41 REQUIRED_PACKAGES
+= library
/desktop
/libadwaita
42 REQUIRED_PACKAGES
+= library
/desktop
/pango
43 REQUIRED_PACKAGES
+= library
/glib2
44 REQUIRED_PACKAGES
+= system
/library