7212N/A#
7212N/A# CDDL HEADER START
7212N/A#
7212N/A# The contents of this file are subject to the terms of the
7212N/A# Common Development and Distribution License (the "License").
7212N/A# You may not use this file except in compliance with the License.
7212N/A#
7212N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7212N/A# or http://www.opensolaris.org/os/licensing.
7212N/A# See the License for the specific language governing permissions
7212N/A# and limitations under the License.
7212N/A#
7212N/A# When distributing Covered Code, include this CDDL HEADER in each
7212N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7212N/A# If applicable, add the following below this CDDL HEADER, with the
7212N/A# fields enclosed by brackets "[]" replaced with your own identifying
7212N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7212N/A#
7212N/A# CDDL HEADER END
7212N/A#
7212N/A
7212N/A#
7212N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
7212N/A#
7212N/A
7212N/ABUILD_BITS= 64
7212N/A# Uses gcc-specific options (e.g. -Wall) which cause Studio build failures.
7212N/ACOMPILER= gcc
7212N/Ainclude ../../../make-rules/shared-macros.mk
7212N/A
7212N/ACOMPONENT_NAME= gnome-initial-setup
7212N/ACOMPONENT_VERSION= 3.18.0
7212N/ACOMPONENT_ARCHIVE_HASH= \
7212N/A sha256:8fee9de41677c44318bb1c3bade2b6c9156698ad1a06e63aa1c15e3ab1bee729
7212N/ACOMPONENT_BUGDB= gnome/session
7212N/A
7212N/ATPNO= 25848
7212N/A
7212N/ATEST_TARGET= $(NO_TESTS)
7212N/A
7230N/A# Needs gtk3, not available in S11.
7230N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7230N/A
7212N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7212N/A
7212N/A# Regenerate configure after patches modify configure.ac & Makefile.am files
7212N/ACOMPONENT_PREP_ACTION += ( cd $(@D); autoreconf -fiv);
7212N/A
7212N/A# Assumes GNU msgfmt in PATH.
7212N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
7212N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
7212N/A
7212N/A# gnome-initial-setup/pages/account/um-utils.c uses UT_NAMESIZE from the Linux
7212N/A# <utmp.h> - map it to the equivalent value in the Solaris <utmp.h>
7212N/ACPPFLAGS += -DUT_NAMESIZE=_UTMP_USER_LEN
7212N/A
7212N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
7212N/AREQUIRED_PACKAGES += library/desktop/cairo
7212N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
7212N/AREQUIRED_PACKAGES += library/desktop/geoclue
7212N/AREQUIRED_PACKAGES += library/desktop/gtk3
7212N/AREQUIRED_PACKAGES += library/desktop/libgweather
7212N/AREQUIRED_PACKAGES += library/desktop/librest
7212N/AREQUIRED_PACKAGES += library/desktop/pango
7212N/AREQUIRED_PACKAGES += library/desktop/webkitgtk4
7212N/AREQUIRED_PACKAGES += library/glib2
7212N/AREQUIRED_PACKAGES += library/gnome/gnome-desktop
7212N/AREQUIRED_PACKAGES += library/gnome/gnome-online-accounts
7212N/AREQUIRED_PACKAGES += library/json-glib
7212N/AREQUIRED_PACKAGES += security/kerberos-5
7212N/AREQUIRED_PACKAGES += system/display-manager/gdm
7212N/AREQUIRED_PACKAGES += system/input-method/ibus
7212N/AREQUIRED_PACKAGES += system/library/accountsservice
7212N/AREQUIRED_PACKAGES += system/library/fontconfig
7212N/AREQUIRED_PACKAGES += system/library/math
7212N/AREQUIRED_PACKAGES += system/library/polkit