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