6324N/A#
6324N/A# CDDL HEADER START
6324N/A#
6324N/A# The contents of this file are subject to the terms of the
6324N/A# Common Development and Distribution License (the "License").
6324N/A# You may not use this file except in compliance with the License.
6324N/A#
6324N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6324N/A# or http://www.opensolaris.org/os/licensing.
6324N/A# See the License for the specific language governing permissions
6324N/A# and limitations under the License.
6324N/A#
6324N/A# When distributing Covered Code, include this CDDL HEADER in each
6324N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6324N/A# If applicable, add the following below this CDDL HEADER, with the
6324N/A# fields enclosed by brackets "[]" replaced with your own identifying
6324N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6324N/A#
6324N/A# CDDL HEADER END
6324N/A#
6324N/A
6324N/A#
6324N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6324N/A#
6324N/A
6324N/ABUILD_BITS = 64_and_32
6324N/A# All components using gobject-introspection must be built with gcc as
6324N/A# gobject-introspection does not produce correct results when using Studio.
6324N/ACOMPILER = gcc
6324N/Ainclude ../../../make-rules/shared-macros.mk
6324N/A
6324N/ACOMPONENT_NAME= dconf-editor
6324N/ACOMPONENT_VERSION= 3.18.0
6324N/ACOMPONENT_PROJECT_URL= http://wiki.gnome.org/dconf
6324N/ACOMPONENT_ARCHIVE_HASH= \
6324N/A sha256:6579b8b216b068acae7d8301b5e2d57054c85a3f147c92355ffa46a62c052534
6324N/ACOMPONENT_BUGDB= gnome/gconf
6324N/A
6324N/ATPNO= 25274
6324N/A
6324N/ATEST_TARGET= $(NO_TESTS)
6324N/A
6324N/A# Needs updated glib2, not available on S11.
6324N/Aifeq ($(BUILD_TYPE), evaluation)
6324N/ABUILD_32_and_64=
6324N/AINSTALL_32_and_64=
6324N/APUBLISH_STAMP=
6324N/Aendif
6324N/A
6324N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6324N/A
6324N/A# Assumes GNU xgettext in PATH
6324N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
6324N/A
6324N/AREQUIRED_PACKAGES += developer/vala
6324N/AREQUIRED_PACKAGES += library/desktop/pango
6324N/AREQUIRED_PACKAGES += library/desktop/gtk3
6324N/AREQUIRED_PACKAGES += library/glib2
6324N/AREQUIRED_PACKAGES += library/gnome/dconf
6324N/AREQUIRED_PACKAGES += library/libxml2