6646N/A#
6646N/A# CDDL HEADER START
6646N/A#
6646N/A# The contents of this file are subject to the terms of the
6646N/A# Common Development and Distribution License (the "License").
6646N/A# You may not use this file except in compliance with the License.
6646N/A#
6646N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6646N/A# or http://www.opensolaris.org/os/licensing.
6646N/A# See the License for the specific language governing permissions
6646N/A# and limitations under the License.
6646N/A#
6646N/A# When distributing Covered Code, include this CDDL HEADER in each
6646N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6646N/A# If applicable, add the following below this CDDL HEADER, with the
6646N/A# fields enclosed by brackets "[]" replaced with your own identifying
6646N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6646N/A#
6646N/A# CDDL HEADER END
6646N/A#
6646N/A
6646N/A#
6646N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6646N/A#
6646N/A
6646N/ABUILD_BITS = 32_and_64
6646N/ACOMPILER = gcc
6646N/Ainclude ../../../make-rules/shared-macros.mk
6646N/A
6646N/ACOMPONENT_NAME= gvfs
6646N/ACOMPONENT_VERSION= 1.26.0
6646N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/gvfs
6646N/ACOMPONENT_ARCHIVE_HASH= \
6646N/A sha256:6d43e8b33a5c1588525875f9d3979b515f648da1d567d0ce3d337a18f5ff8c32
6646N/ACOMPONENT_BUGDB= gnome/libraries
6646N/A
6646N/ATPNO= 25202
6646N/A
6646N/A# Needs updated glib2, not available on S11.
6646N/Aifeq ($(BUILD_TYPE), evaluation)
6646N/ABUILD_32_and_64=
6646N/AINSTALL_32_and_64=
6646N/APUBLISH_STAMP=
6646N/Aendif
6646N/A
6646N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6646N/A
6646N/A# Assumes GNU xgettext in PATH.
6646N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
6646N/A
6646N/A# Requires a reconf due to 01-major-minor.patch changing configure.ac.
6646N/ACOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -iv);
6646N/A
6646N/A# Assumes GNU xgettext is first in $PATH.
6646N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
6646N/A
6646N/ACONFIGURE_OPTIONS += --disable-static
6646N/ACONFIGURE_OPTIONS += --enable-archive
6646N/ACONFIGURE_OPTIONS += --enable-avahi
6646N/ACONFIGURE_OPTIONS += --enable-bash-completion
6646N/ACONFIGURE_OPTIONS += --enable-documentation
6646N/ACONFIGURE_OPTIONS += --enable-goa
6646N/ACONFIGURE_OPTIONS += --disable-gphoto2
6646N/ACONFIGURE_OPTIONS += --enable-gtk
6646N/ACONFIGURE_OPTIONS += --enable-http
6646N/ACONFIGURE_OPTIONS += --enable-keyring
6646N/ACONFIGURE_OPTIONS += --enable-shared
6646N/ACONFIGURE_OPTIONS += --with-pic
6646N/A
6646N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
6646N/AREQUIRED_PACKAGES += library/desktop/gtk3
6646N/AREQUIRED_PACKAGES += library/glib2
6646N/AREQUIRED_PACKAGES += library/gnome/libsecret
6646N/AREQUIRED_PACKAGES += library/libarchive
6646N/AREQUIRED_PACKAGES += library/libsoup
6646N/AREQUIRED_PACKAGES += library/libxml2
6646N/AREQUIRED_PACKAGES += system/library/security/libgcrypt
6646N/AREQUIRED_PACKAGES += system/network/avahi
6646N/AREQUIRED_PACKAGES += library/gnome/gcr