Makefile revision 6647
70N/A#
70N/A# CDDL HEADER START
70N/A#
70N/A# The contents of this file are subject to the terms of the
70N/A# Common Development and Distribution License (the "License").
70N/A# You may not use this file except in compliance with the License.
70N/A#
70N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
70N/A# or http://www.opensolaris.org/os/licensing.
70N/A# See the License for the specific language governing permissions
70N/A# and limitations under the License.
70N/A#
70N/A# When distributing Covered Code, include this CDDL HEADER in each
70N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
70N/A# If applicable, add the following below this CDDL HEADER, with the
70N/A# fields enclosed by brackets "[]" replaced with your own identifying
70N/A# information: Portions Copyright [yyyy] [name of copyright owner]
70N/A#
70N/A# CDDL HEADER END
70N/A#
70N/A
70N/A#
70N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
70N/A#
70N/A
70N/ABUILD_BITS = 64
70N/A# All components using gobject-introspection must be built with gcc as
70N/A# gobject-introspection does not produce correct results when using Studio.
70N/ACOMPILER = gcc
70N/Ainclude ../../../make-rules/shared-macros.mk
70N/A
70N/ACOMPONENT_NAME= gedit
70N/ACOMPONENT_VERSION= 3.18.2
70N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Apps/Gedit
70N/ACOMPONENT_ARCHIVE_HASH= \
70N/A sha256:856e451aec29ee45980011de57cadfe89c3cbc53968f6cc865f8efe0bd0d49b1
70N/ACOMPONENT_BUGDB= gnome/applications
70N/A
70N/ATPNO= 25490
70N/A
70N/ATEST_TARGET = $(NO_TESTS)
70N/A
70N/A# Needs gobject-introspection, not available on S11.
70N/Aifeq ($(BUILD_TYPE), evaluation)
70N/ABUILD_64=
70N/AINSTALL_64=
70N/APUBLISH_STAMP=
70N/Aendif
70N/A
70N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
CONFIGURE_OPTIONS += --enable-introspection
CONFIGURE_OPTIONS += --disable-python
REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
REQUIRED_PACKAGES += library/desktop/atk
REQUIRED_PACKAGES += library/desktop/cairo
REQUIRED_PACKAGES += library/desktop/pango
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
REQUIRED_PACKAGES += library/desktop/gtksourceview3
REQUIRED_PACKAGES += library/desktop/gtk3
REQUIRED_PACKAGES += library/glib2
REQUIRED_PACKAGES += library/gnome/gnome-desktop
REQUIRED_PACKAGES += library/desktop/libpeas
REQUIRED_PACKAGES += library/libsoup
REQUIRED_PACKAGES += library/libxml2
REQUIRED_PACKAGES += library/spell-checking/enchant
REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
REQUIRED_PACKAGES += system/library/math
REQUIRED_PACKAGES += x11/library/libx11