6326N/A#
6326N/A# CDDL HEADER START
6326N/A#
6326N/A# The contents of this file are subject to the terms of the
6326N/A# Common Development and Distribution License (the "License").
6326N/A# You may not use this file except in compliance with the License.
6326N/A#
6326N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6326N/A# or http://www.opensolaris.org/os/licensing.
6326N/A# See the License for the specific language governing permissions
6326N/A# and limitations under the License.
6326N/A#
6326N/A# When distributing Covered Code, include this CDDL HEADER in each
6326N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6326N/A# If applicable, add the following below this CDDL HEADER, with the
6326N/A# fields enclosed by brackets "[]" replaced with your own identifying
6326N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6326N/A#
6326N/A# CDDL HEADER END
6326N/A#
6326N/A
6326N/A#
6326N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6326N/A#
6326N/A
6326N/ABUILD_BITS = 64_and_32
6326N/A# All components using gobject-introspection must be built with gcc as
6326N/A# gobject-introspection does not produce correct results when using Studio.
6326N/ACOMPILER = gcc
6326N/Ainclude ../../../make-rules/shared-macros.mk
6326N/A
6326N/ACOMPONENT_NAME= gtksourceview
6326N/ACOMPONENT_VERSION= 3.18.1
6326N/ACOMPONENT_PROJECT_URL= https://developer.gnome.org/gtkmm/stable/
6326N/ACOMPONENT_ARCHIVE_HASH= \
6326N/A sha256:7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6
6326N/ACOMPONENT_BUGDB= gnome/libraries
6326N/A
6326N/ATPNO= 25826
6326N/A
6326N/A# Needs gobject-introspection, not available on S11.
6326N/Aifeq ($(BUILD_TYPE), evaluation)
6326N/ABUILD_32_and_64=
6326N/AINSTALL_32_and_64=
6326N/APUBLISH_STAMP=
6326N/Aendif
6326N/A
6326N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6326N/A
6326N/A# Required for other components.
6326N/ACONFIGURE_OPTIONS += --enable-introspection
6326N/A# Required for other components.
6326N/ACONFIGURE_OPTIONS += --enable-vala
6326N/A
6326N/A# Uses gcc extensions for zero-sized struct/union.
6326N/ACFLAGS.studio += $(studio_FEATURES_EXTENSIONS)
6326N/A
6326N/A# Assumes GNU xgettext in PATH.
6326N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
6326N/A
6326N/A# for the tests
6326N/Aunexport SHELLOPTS
6326N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
6326N/ACOMPONENT_TEST_ARGS = -k -i
6326N/ACOMPONENT_TEST_TRANSFORMS += \
6326N/A '-n ' \
6326N/A '-e "/TOTAL:/p" ' \
6326N/A '-e "/SKIP:/p" ' \
6326N/A '-e "/PASS:/p" ' \
6326N/A '-e "/FAIL:/p" ' \
6326N/A '-e "/ERROR:/p" '
6326N/A
6326N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
6326N/AREQUIRED_PACKAGES += developer/vala
6326N/AREQUIRED_PACKAGES += library/desktop/atk
6326N/AREQUIRED_PACKAGES += library/desktop/cairo
6326N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
6326N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
6326N/AREQUIRED_PACKAGES += library/desktop/gtk3
6326N/AREQUIRED_PACKAGES += library/desktop/pango
6326N/AREQUIRED_PACKAGES += library/glib2
6326N/AREQUIRED_PACKAGES += library/libxml2
6326N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
6326N/AREQUIRED_PACKAGES += system/library/math
6326N/A