6650N/A#
6650N/A# CDDL HEADER START
6650N/A#
6650N/A# The contents of this file are subject to the terms of the
6650N/A# Common Development and Distribution License (the "License").
6650N/A# You may not use this file except in compliance with the License.
6650N/A#
6650N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6650N/A# or http://www.opensolaris.org/os/licensing.
6650N/A# See the License for the specific language governing permissions
6650N/A# and limitations under the License.
6650N/A#
6650N/A# When distributing Covered Code, include this CDDL HEADER in each
6650N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6650N/A# If applicable, add the following below this CDDL HEADER, with the
6650N/A# fields enclosed by brackets "[]" replaced with your own identifying
6650N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6650N/A#
6650N/A# CDDL HEADER END
6650N/A#
6650N/A
6650N/A#
6650N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6650N/A#
6650N/A
6650N/ABUILD_BITS= 64
6650N/ACOMPILER= gcc
6650N/Ainclude ../../../make-rules/shared-macros.mk
6650N/A
6650N/ACOMPONENT_NAME= gucharmap
6650N/ACOMPONENT_VERSION= 3.18.1
6650N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Apps/Gucharmap
6650N/ACOMPONENT_ARCHIVE_HASH= \
6650N/A sha256:b286d09dcd7811e6678e3d5830970d310d5730f7be5657ec400295df0b36fa35
6650N/ACOMPONENT_BUGDB= gnome/applications
6650N/A
6650N/ATPNO= 25270
6650N/A
6650N/ATEST_TARGET = $(NO_TESTS)
6650N/A
6650N/A# Needs updated glib2, not available on S11.
6650N/Aifeq ($(BUILD_TYPE), evaluation)
6650N/ABUILD_64=
6650N/AINSTALL_64=
6650N/APUBLISH_STAMP=
6650N/Aendif
6650N/A
6650N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6650N/A
6650N/ACONFIGURE_OPTIONS += --disable-Bsymbolic
6650N/ACONFIGURE_OPTIONS += --disable-static
6650N/A# Required for other components.
6650N/ACONFIGURE_OPTIONS += --enable-introspection
6650N/ACONFIGURE_OPTIONS += --enable-shared
6650N/A# Required for other components.
6650N/ACONFIGURE_OPTIONS += --enable-vala
6650N/ACONFIGURE_OPTIONS += --with-gtk=3.0
6650N/A
6650N/A# Assumes GNU msgfmt in PATH.
6650N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
6650N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
6650N/A
7180N/AREQUIRED_PACKAGES += desktop/xdg/desktop-file-utils
6650N/AREQUIRED_PACKAGES += developer/vala
6650N/A# Build time requirement for desktop-file-validate until desktop-file-utils
7180N/A# (split out of the control-center package) is installed on all build machines
6650N/AREQUIRED_PACKAGES += gnome/preferences/control-center
6650N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
6650N/AREQUIRED_PACKAGES += library/desktop/atk
6650N/AREQUIRED_PACKAGES += library/desktop/cairo
6650N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
6650N/AREQUIRED_PACKAGES += library/desktop/gtk3
6650N/AREQUIRED_PACKAGES += library/desktop/pango
6650N/AREQUIRED_PACKAGES += library/glib2
6650N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime