7205N/A#
7205N/A# CDDL HEADER START
7205N/A#
7205N/A# The contents of this file are subject to the terms of the
7205N/A# Common Development and Distribution License (the "License").
7205N/A# You may not use this file except in compliance with the License.
7205N/A#
7205N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7205N/A# or http://www.opensolaris.org/os/licensing.
7205N/A# See the License for the specific language governing permissions
7205N/A# and limitations under the License.
7205N/A#
7205N/A# When distributing Covered Code, include this CDDL HEADER in each
7205N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7205N/A# If applicable, add the following below this CDDL HEADER, with the
7205N/A# fields enclosed by brackets "[]" replaced with your own identifying
7205N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7205N/A#
7205N/A# CDDL HEADER END
7205N/A#
7205N/A
7205N/A#
7205N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
7205N/A#
7205N/A
7205N/A
7205N/ABUILD_BITS= 64
7205N/ACOMPILER= gcc
7205N/Ainclude ../../../make-rules/shared-macros.mk
7205N/A
7205N/ACOMPONENT_NAME= gnome-shell-extensions
7205N/ACOMPONENT_VERSION= 3.18.2
7205N/ACOMPONENT_PROJECT_URL= https://extensions.gnome.org
7205N/ACOMPONENT_ARCHIVE_HASH= \
7205N/A sha256:cc514ffc896ed8c04853a89cb8e97058f9d5518313becf7c92aea5210b8adf61
7205N/ACOMPONENT_ARCHIVE_URL= http://download.gnome.org/sources/$(COMPONENT_NAME)/3.18/$(COMPONENT_ARCHIVE)
7205N/A
7205N/ATPNO= 25492
7205N/A
7205N/ATEST_TARGET = $(NO_TESTS)
7205N/A
7205N/A# It's useless without gnome-shell which is not available on S11.
7205N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7205N/A
7205N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7205N/A
7205N/A# Delete this when build servers are installed with required packages
7205N/ADEPENDED += ../gnome-menus/build/manifest-$(MACH)-*.depend
7205N/A# end Delete
7205N/A
7205N/A
7205N/ACONFIGURE_OPTIONS += --enable-extensions=all
7205N/A
7205N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
7205N/A
7205N/AREQUIRED_PACKAGES += gnome/file-manager/nautilus
7205N/AREQUIRED_PACKAGES += gnome/gnome-shell
7205N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
7205N/AREQUIRED_PACKAGES += gnome/window-manager/mutter
7205N/AREQUIRED_PACKAGES += library/desktop/atk
7205N/AREQUIRED_PACKAGES += library/desktop/clutter
7205N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
7205N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
7205N/AREQUIRED_PACKAGES += library/desktop/gtk3
7205N/AREQUIRED_PACKAGES += library/desktop/pango
7205N/AREQUIRED_PACKAGES += library/glib2
7205N/AREQUIRED_PACKAGES += library/gnome/gnome-menus