7207N/A#
7207N/A# CDDL HEADER START
7207N/A#
7207N/A# The contents of this file are subject to the terms of the
7207N/A# Common Development and Distribution License (the "License").
7207N/A# You may not use this file except in compliance with the License.
7207N/A#
7207N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7207N/A# or http://www.opensolaris.org/os/licensing.
7207N/A# See the License for the specific language governing permissions
7207N/A# and limitations under the License.
7207N/A#
7207N/A# When distributing Covered Code, include this CDDL HEADER in each
7207N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7207N/A# If applicable, add the following below this CDDL HEADER, with the
7207N/A# fields enclosed by brackets "[]" replaced with your own identifying
7207N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7207N/A#
7207N/A# CDDL HEADER END
7207N/A#
7207N/A
7207N/A#
7207N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
7207N/A#
7207N/A
7207N/ABUILD_BITS= 64
7207N/ACOMPILER= gcc
7207N/Ainclude ../../../make-rules/shared-macros.mk
7207N/A
7207N/ACOMPONENT_NAME= gnome-terminal
7207N/ACOMPONENT_VERSION= 3.18.2
7207N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Apps/Terminal
7207N/ACOMPONENT_ARCHIVE_HASH= \
7207N/A sha256:5e35c0fa1395258bab83952cfabe4c1828b8655bcd761f8faed70b452bd89efa
7207N/ACOMPONENT_BUGDB= gnome/terminal
7207N/A
7207N/ATPNO= 25405
7207N/A
7228N/A# Needs newer intltool, not available in 11.3
7228N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7228N/A
7207N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7207N/A
7207N/A# Need to regenerate configure after stack-protector.patch edits configure.ac
7207N/ACOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
7207N/A
7207N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
7207N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
7207N/A
7207N/ACONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)
7207N/A
7207N/A# Force use of gnutls-3 pkgconfig during 2.x->3.x transition
7207N/APKG_CONFIG_PATHS.32 += /usr/lib/pkgconfig/gnutls-3
7207N/APKG_CONFIG_PATHS.64 += /usr/lib/$(MACH64)/pkgconfig/gnutls-3
7207N/APKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
7207N/ALD_OPTIONS.32 += -L /usr/lib/gnutls-3 -R /usr/lib/gnutls-3
7207N/ALD_OPTIONS.64 += -L /usr/lib/$(MACH64)/gnutls-3 -R /usr/lib/$(MACH64)/gnutls-3
7207N/ALD_OPTIONS += $(LD_OPTIONS.$(BITS))
7207N/A
7207N/A# uuid detection fails due to Solaris bug 15586738, use local uuid.pc to avoid
7207N/APKG_CONFIG_PATHS += $(COMPONENT_DIR)
7207N/A
7207N/ACONFIGURE_OPTIONS += --disable-static
7207N/ACONFIGURE_OPTIONS += --enable-introspection
7207N/ACONFIGURE_OPTIONS += --enable-shared
7207N/ACONFIGURE_OPTIONS += --disable-migration
7207N/ACONFIGURE_OPTIONS += --enable-nautilus-extension
7207N/A
7207N/Aunexport SHELLOPTS
7207N/A
7207N/AREQUIRED_PACKAGES += gnome/file-manager/nautilus
7207N/AREQUIRED_PACKAGES += gnome/gnome-shell
7207N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
7207N/AREQUIRED_PACKAGES += library/desktop/atk
7207N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
7207N/AREQUIRED_PACKAGES += library/desktop/gtk3
7207N/AREQUIRED_PACKAGES += library/desktop/pango
7207N/AREQUIRED_PACKAGES += library/glib2
7207N/AREQUIRED_PACKAGES += library/gnome/dconf
7207N/AREQUIRED_PACKAGES += library/gnome/vte3
7207N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
7207N/AREQUIRED_PACKAGES += system/library/math
7207N/AREQUIRED_PACKAGES += x11/library/libx11