7191N/A#
7191N/A# CDDL HEADER START
7191N/A#
7191N/A# The contents of this file are subject to the terms of the
7191N/A# Common Development and Distribution License (the "License").
7191N/A# You may not use this file except in compliance with the License.
7191N/A#
7191N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7191N/A# or http://www.opensolaris.org/os/licensing.
7191N/A# See the License for the specific language governing permissions
7191N/A# and limitations under the License.
7191N/A#
7191N/A# When distributing Covered Code, include this CDDL HEADER in each
7191N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7191N/A# If applicable, add the following below this CDDL HEADER, with the
7191N/A# fields enclosed by brackets "[]" replaced with your own identifying
7191N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7191N/A#
7191N/A# CDDL HEADER END
7191N/A#
7191N/A
7191N/A#
7191N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
7191N/A#
7191N/A
7191N/ABUILD_BITS = 64_and_32
7191N/A# All components using gobject-introspection must be built with gcc as
7191N/A# gobject-introspection does not produce correct results when using Studio.
7191N/ACOMPILER = gcc
7191N/Ainclude ../../../make-rules/shared-macros.mk
7191N/A
7191N/ACOMPONENT_NAME= nautilus
7191N/ACOMPONENT_VERSION= 3.18.2
7191N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/Nautilus
7191N/ACOMPONENT_ARCHIVE_HASH= \
7191N/A sha256:68dcf668e2ca93126a899d2e236ef37af2aea93e3fc25eee23ccd7ba911d424a
7191N/ACOMPONENT_BUGDB= gnome/nautilus
7191N/A
7191N/ATPNO= 25412
7191N/A
7191N/A# Needs gobject-introspection, not available on S11.
7191N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7191N/A
7191N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7191N/A
7191N/A# Uses c99 language types (bool, etc.).
7191N/ACFLAGS += -std=gnu99
7191N/A
7191N/A# 32-bit gcc builds cause segfaults in Nautilus; see bug 21393975.
7191N/Agcc_OPT.i386.32 = -O2
7191N/A
7191N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
7191N/A
7191N/A# Not yet available for Solaris.
7191N/ACONFIGURE_OPTIONS += --disable-packagekit
7191N/A# Not desired for production builds.
7191N/ACONFIGURE_OPTIONS += --disable-profiling
7191N/ACONFIGURE_OPTIONS += --disable-static
7191N/A# See --enable-tracker below.
7191N/ACONFIGURE_OPTIONS += --disable-tracker
7191N/ACONFIGURE_OPTIONS += --enable-gtk-doc
7191N/ACONFIGURE_OPTIONS += --enable-introspection
7191N/ACONFIGURE_OPTIONS += --enable-libexif
7191N/ACONFIGURE_OPTIONS += --enable-nst-extension
7191N/ACONFIGURE_OPTIONS += --enable-shared
7191N/A# Cyclic dependency; must build nautilus first, then build tracker, then build
7191N/A# nautilus again.
7191N/A# CONFIGURE_OPTIONS += --enable-tracker
7191N/ACONFIGURE_OPTIONS += --enable-xmp
7191N/A
7191N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
7191N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
7191N/AREQUIRED_PACKAGES += image/library/libexif
7191N/AREQUIRED_PACKAGES += library/desktop/atk
7191N/AREQUIRED_PACKAGES += library/desktop/cairo
7191N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
7191N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
7191N/AREQUIRED_PACKAGES += library/desktop/gtk3
7191N/AREQUIRED_PACKAGES += library/desktop/pango
7191N/AREQUIRED_PACKAGES += library/exempi
7191N/AREQUIRED_PACKAGES += library/glib2
7191N/AREQUIRED_PACKAGES += library/gnome/gnome-desktop
7191N/AREQUIRED_PACKAGES += library/libxml2
7191N/AREQUIRED_PACKAGES += system/library/math
7191N/AREQUIRED_PACKAGES += x11/library/libx11