6105N/A#
6105N/A# CDDL HEADER START
6105N/A#
6105N/A# The contents of this file are subject to the terms of the
6105N/A# Common Development and Distribution License (the "License").
6105N/A# You may not use this file except in compliance with the License.
6105N/A#
6105N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6105N/A# or http://www.opensolaris.org/os/licensing.
6105N/A# See the License for the specific language governing permissions
6105N/A# and limitations under the License.
6105N/A#
6105N/A# When distributing Covered Code, include this CDDL HEADER in each
6105N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6105N/A# If applicable, add the following below this CDDL HEADER, with the
6105N/A# fields enclosed by brackets "[]" replaced with your own identifying
6105N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6105N/A#
6105N/A# CDDL HEADER END
6105N/A#
6105N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6105N/A#
6105N/A
6105N/ABUILD_BITS = 64_and_32
6105N/ACOMPILER = gcc
6105N/Ainclude ../../../make-rules/shared-macros.mk
6105N/A
6105N/ACOMPONENT_NAME= telepathy-glib
6105N/ACOMPONENT_VERSION= 0.24.1
6105N/ACOMPONENT_PROJECT_URL= http://telepathy.freedesktop.org
6105N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
6105N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
6105N/ACOMPONENT_ARCHIVE_HASH= \
6105N/A sha256:9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7f7d5eb
6105N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/releases/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
6105N/ACOMPONENT_BUGDB= gnome/libraries
6105N/A
6105N/ATPNO= 25493
6105N/A
6135N/A# Needs gobject-introspection, not available on S11.
6135N/Aifeq ($(BUILD_TYPE), evaluation)
6135N/ABUILD_32_and_64=
6135N/AINSTALL_32_and_64=
6135N/APUBLISH_STAMP=
6135N/Aendif
6135N/A
6105N/Ainclude $(WS_MAKE_RULES)/common.mk
6105N/A
6105N/ACONFIGURE_OPTIONS += --disable-static
6105N/A# Required for other components.
6105N/ACONFIGURE_OPTIONS += --enable-introspection
6105N/ACONFIGURE_OPTIONS += --enable-shared
6105N/A# Required for other components.
6105N/ACONFIGURE_OPTIONS += --enable-vala-bindings
6105N/ACONFIGURE_OPTIONS += --with-pic
6105N/A
6105N/A# Python is only used to generate build files; but ensure that Python 2.7 is
6105N/A# used instead of system default.
6105N/ACONFIGURE_ENV.32 += PYTHON="$(PYTHON.2.7.32)"
6105N/ACONFIGURE_ENV.64 += PYTHON="$(PYTHON.2.7.64)"
6105N/A
6105N/A# Tell g-ir-scanner not to cache results in homedir of user running the build
6105N/ACOMPONENT_BUILD_ENV += GI_SCANNER_DISABLE_CACHE=""
6105N/A
6105N/A# for the tests
6105N/Aunexport SHELLOPTS
6105N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
6105N/ACOMPONENT_TEST_ARGS = -k -i
6105N/ACOMPONENT_TEST_TRANSFORMS += \
6105N/A '-n ' \
6105N/A '-e "/TOTAL:/p" ' \
6105N/A '-e "/SKIP:/p" ' \
6105N/A '-e "/PASS:/p" ' \
6105N/A '-e "/FAIL:/p" ' \
6105N/A '-e "/ERROR:/p" ' \
6105N/A
6105N/AREQUIRED_PACKAGES += library/glib2
6105N/AREQUIRED_PACKAGES += system/library/libdbus
6105N/AREQUIRED_PACKAGES += system/library/libdbus-glib