7183N/A#
7183N/A# CDDL HEADER START
7183N/A#
7183N/A# The contents of this file are subject to the terms of the
7183N/A# Common Development and Distribution License (the "License").
7183N/A# You may not use this file except in compliance with the License.
7183N/A#
7183N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7183N/A# or http://www.opensolaris.org/os/licensing.
7183N/A# See the License for the specific language governing permissions
7183N/A# and limitations under the License.
7183N/A#
7183N/A# When distributing Covered Code, include this CDDL HEADER in each
7183N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7183N/A# If applicable, add the following below this CDDL HEADER, with the
7183N/A# fields enclosed by brackets "[]" replaced with your own identifying
7183N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7183N/A#
7183N/A# CDDL HEADER END
7183N/A#
7183N/A
7183N/A#
7183N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
7183N/A#
7183N/A
7183N/ABUILD_BITS = 64
7183N/A# All components using gobject-introspection must be built with gcc as
7183N/A# gobject-introspection does not produce correct results when using Studio.
7183N/ACOMPILER = gcc
7183N/Ainclude ../../../make-rules/shared-macros.mk
7183N/A
7183N/ACOMPONENT_NAME= gnome-control-center
7183N/ACOMPONENT_VERSION= 3.18.2
7183N/ACOMPONENT_PROJECT_URL= https://git.gnome.org/browse/gnome-control-center
7183N/ACOMPONENT_ARCHIVE_HASH= \
7183N/A sha256:36fe6157247d2b7c8a98dbb3dbcde1c3a6f9e5e8fcc9ccf357e2b2417578f8ad
7183N/ACOMPONENT_BUGDB= gnome/preferences
7183N/A
7183N/ATPNO= 25823
7183N/A
7183N/ATEST_TARGET = $(NO_TESTS)
7183N/A
7183N/A# Needs gobject-introspection, not available on S11.
7183N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7183N/A
7183N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7183N/A
7183N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
7183N/A
7183N/ACONFIGURE_OPTIONS += --disable-cups
7183N/ACONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)
7183N/ACONFIGURE_OPTIONS += --disable-static
7183N/ACONFIGURE_OPTIONS += --disable-update-mimedb
7183N/ACONFIGURE_OPTIONS += --enable-documentation
7183N/ACONFIGURE_OPTIONS += --enable-ibus
7183N/A# Required for other components.
7183N/ACONFIGURE_OPTIONS += --enable-shared
7183N/ACONFIGURE_OPTIONS += --with-pic
7183N/ACONFIGURE_OPTIONS += --with-x
7183N/A# No webcam support.
7183N/ACONFIGURE_OPTIONS += --without-cheese
7183N/A
7183N/A# Needed due to patch to configure.ac.
7183N/ACOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
7183N/A
7183N/A# Delete this when build servers are installed with gnome-settings-daemon
7183N/AGSD_BASE = $(WS_COMPONENTS)/gnome/gnome-settings-daemon/build/prototype/$(MACH)
7183N/APKG_CONFIG_PATHS += $(GSD_BASE)$(PKG_CONFIG_PATH.$(BITS))
7183N/ACPPFLAGS += -I$(GSD_BASE)/usr/include/gnome-settings-daemon-3.0
7183N/ALD_OPTIONS += -L $(GSD_BASE)$(USRLIB.$(BITS))
7183N/A
7183N/AUNINSTALLED_DEPS = gnome-settings-daemon libgweather
7183N/ADEPENDED += $(UNINSTALLED_DEPS:%=../%/build/manifest-$(MACH)-*.depend)
7183N/AREQUIRED_PACKAGES += $(shell $(GSED) -n -e '/GSED/d' -e 's/REQUIRED_PACKAGES += //p' $(UNINSTALLED_DEPS:%=../%/Makefile))
7183N/A#end Delete
7183N/A
7183N/A
7183N/A# Use the GNOME 3 libnotify even though the GNOME 2 one is still the default
7183N/APKG_CONFIG_PATHS.32 += /usr/lib/pkgconfig/libnotify-4
7183N/APKG_CONFIG_PATHS.64 += /usr/lib/$(MACH64)/pkgconfig/libnotify-4
7183N/APKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
7183N/ALD_OPTIONS.32 += -L /usr/lib/libnotify-4 -R /usr/lib/libnotify-4
7183N/ALD_OPTIONS.64 += -L /usr/lib/$(MACH64)/libnotify-4 -R /usr/lib/$(MACH64)/libnotify-4
7183N/ALD_OPTIONS += $(LD_OPTIONS.$(BITS))
7183N/A
7183N/AREQUIRED_PACKAGES += gnome/gnome-settings-daemon
7183N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
7183N/AREQUIRED_PACKAGES += library/audio/pulseaudio
7183N/AREQUIRED_PACKAGES += library/desktop/atk
7183N/AREQUIRED_PACKAGES += library/desktop/cairo
7183N/AREQUIRED_PACKAGES += library/desktop/clutter
7183N/AREQUIRED_PACKAGES += library/desktop/clutter/clutter-gtk
7183N/AREQUIRED_PACKAGES += library/desktop/colord-gtk
7183N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
7183N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
7183N/AREQUIRED_PACKAGES += library/desktop/grilo
7183N/AREQUIRED_PACKAGES += library/desktop/gtk3
7183N/AREQUIRED_PACKAGES += library/desktop/pango
7183N/AREQUIRED_PACKAGES += library/desktop/xdg/libcanberra
7183N/AREQUIRED_PACKAGES += library/glib2
7183N/AREQUIRED_PACKAGES += library/gnome/gnome-desktop
7183N/AREQUIRED_PACKAGES += library/gnome/gnome-online-accounts
7183N/AREQUIRED_PACKAGES += library/libgtop
7183N/AREQUIRED_PACKAGES += library/libsoup
7183N/AREQUIRED_PACKAGES += library/libxml2
7183N/AREQUIRED_PACKAGES += service/image/colord
7183N/AREQUIRED_PACKAGES += service/opengl/ogl-select
7183N/AREQUIRED_PACKAGES += system/input-method/ibus
7183N/AREQUIRED_PACKAGES += system/library/accountsservice
7183N/AREQUIRED_PACKAGES += system/library/fontconfig
7183N/AREQUIRED_PACKAGES += system/library/libv12n
7183N/AREQUIRED_PACKAGES += system/library/math
7183N/AREQUIRED_PACKAGES += system/library/polkit
7183N/AREQUIRED_PACKAGES += system/library/upower
7183N/AREQUIRED_PACKAGES += x11/library/libx11
7183N/AREQUIRED_PACKAGES += x11/library/libxi
7183N/AREQUIRED_PACKAGES += x11/library/mesa