6670N/A#
6670N/A# CDDL HEADER START
6670N/A#
6670N/A# The contents of this file are subject to the terms of the
6670N/A# Common Development and Distribution License (the "License").
6670N/A# You may not use this file except in compliance with the License.
6670N/A#
6670N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6670N/A# or http://www.opensolaris.org/os/licensing.
6670N/A# See the License for the specific language governing permissions
6670N/A# and limitations under the License.
6670N/A#
6670N/A# When distributing Covered Code, include this CDDL HEADER in each
6670N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6670N/A# If applicable, add the following below this CDDL HEADER, with the
6670N/A# fields enclosed by brackets "[]" replaced with your own identifying
6670N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6670N/A#
6670N/A# CDDL HEADER END
6670N/A#
6670N/A
6670N/A#
6670N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6670N/A#
6670N/A
6670N/ABUILD_BITS = 64
6670N/A# All components using gobject-introspection must be built with gcc as
6670N/A# gobject-introspection does not produce correct results when using Studio.
6670N/ACOMPILER=gcc
6670N/Ainclude ../../../make-rules/shared-macros.mk
6670N/A
6670N/ACOMPONENT_NAME= libgdata
6670N/ACOMPONENT_VERSION= 0.17.3
6670N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/libgdata
6670N/ACOMPONENT_ARCHIVE_HASH= \
6670N/A sha256:ff280b031c50a99ed735c3fa18fbea9ae3e4cc5e3d7dd58ebae09994b01b513b
6670N/ACOMPONENT_BUGDB= gnome/libraries
6670N/A
6670N/ATPNO= 25082
6670N/A
6670N/A# Needs gobject-introspection, not available on S11.
6670N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
6670N/A
6670N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6670N/A
6670N/A# Documentation XML is malformed; skip building.
6670N/ACONFIGURE_OPTIONS += --disable-gtk-doc
6670N/ACONFIGURE_OPTIONS += --disable-static
6670N/A# Required for other components.
6670N/ACONFIGURE_OPTIONS += --enable-gnome
6670N/ACONFIGURE_OPTIONS += --enable-goa
6670N/A# Required for other components.
6670N/ACONFIGURE_OPTIONS += --enable-introspection
6670N/A# Required for other components.
6670N/ACONFIGURE_OPTIONS += --enable-vala
6670N/ACONFIGURE_OPTIONS += --with-pic
6670N/A
6670N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
6670N/A
6670N/A# for the tests
6670N/Aunexport SHELLOPTS
6670N/ACOMPONENT_TEST_ARGS = -k -i
6670N/ACOMPONENT_TEST_TRANSFORMS += \
6670N/A '-n ' \
6670N/A '-e "/TOTAL:/p" ' \
6670N/A '-e "/SKIP:/p" ' \
6670N/A '-e "/PASS:/p" ' \
6670N/A '-e "/FAIL:/p" ' \
6670N/A '-e "/ERROR:/p" '
6670N/A
6670N/AREQUIRED_PACKAGES += developer/vala
6670N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
6670N/AREQUIRED_PACKAGES += library/glib2
6670N/AREQUIRED_PACKAGES += library/gnome/gcr
6670N/AREQUIRED_PACKAGES += library/gnome/gnome-online-accounts
6670N/AREQUIRED_PACKAGES += library/json-glib
6670N/AREQUIRED_PACKAGES += library/liboauth
6670N/AREQUIRED_PACKAGES += library/libsoup
6670N/AREQUIRED_PACKAGES += library/libxml2
6670N/AREQUIRED_PACKAGES += library/uhttpmock
6670N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime