# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # Copyright 2024 Marcel Telka # BUILD_STYLE = meson include ../../../../make-rules/shared-macros.mk COMPONENT_NAME= gucharmap HUMAN_VERSION= 16.0.2 COMPONENT_SUMMARY= GNOME Character Map COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2 COMPONENT_ARCHIVE_URL= \ https://gitlab.gnome.org/GNOME/$(COMPONENT_NAME)/-/archive/$(HUMAN_VERSION)/$(COMPONENT_ARCHIVE) COMPONENT_ARCHIVE_HASH= \ sha256:f320ad67318dbf0ec26691849c0fe8f5ef4d72e6e78873fb083ad12c94bcda00 COMPONENT_FMRI= desktop/character-map/gucharmap COMPONENT_CLASSIFICATION= Desktop (GNOME)/Documentation COMPONENT_LICENSE= GPL-3.0-only COMPONENT_LICENSE_FILE= COPYING include $(WS_MAKE_RULES)/gnome.mk include $(WS_MAKE_RULES)/common.mk # GNU msgfmt is needed PATH = $(PATH.gnu) # see README.md CONFIGURE_OPTIONS += -Ducd_path=$(USRSHAREDIR)/unicode/ucd # Building of documentation fails # https://github.com/mesonbuild/meson/issues/5843 # https://gitlab.gnome.org/GNOME/gtk-doc/-/issues/162 CONFIGURE_OPTIONS += -Ddocs=false # Build dependencies REQUIRED_PACKAGES += data/unicode-ucd REQUIRED_PACKAGES += data/unicode-ucd-unihan # Auto-generated dependencies REQUIRED_PACKAGES += gnome/accessibility/at-spi2-core REQUIRED_PACKAGES += library/desktop/cairo REQUIRED_PACKAGES += library/desktop/gtk3 REQUIRED_PACKAGES += library/desktop/pango REQUIRED_PACKAGES += library/glib2 REQUIRED_PACKAGES += library/pcre2 REQUIRED_PACKAGES += system/library