Makefile revision 7216
7216N/A#
7216N/A# CDDL HEADER START
7216N/A#
7216N/A# The contents of this file are subject to the terms of the
7216N/A# Common Development and Distribution License (the "License").
7216N/A# You may not use this file except in compliance with the License.
7216N/A#
7216N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7216N/A# or http://www.opensolaris.org/os/licensing.
7216N/A# See the License for the specific language governing permissions
7216N/A# and limitations under the License.
7216N/A#
7216N/A# When distributing Covered Code, include this CDDL HEADER in each
7216N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7216N/A# If applicable, add the following below this CDDL HEADER, with the
7216N/A# fields enclosed by brackets "[]" replaced with your own identifying
7216N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7216N/A#
7216N/A# CDDL HEADER END
7216N/A#
7216N/A
7216N/A#
7216N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
7216N/A#
7216N/A
7216N/Ainclude ../../../make-rules/shared-macros.mk
7216N/A
7216N/ACOMPONENT_NAME= background-logo-extension
7216N/ACOMPONENT_VERSION= 3.20.0
7216N/ACOMPONENT_PROJECT_URL= https://extensions.gnome.org/extension/889/background-logo
7216N/ACOMPONENT_ARCHIVE_HASH= \
7216N/A sha256:9a0480fcf82214c6fac54485d5e91be485b2b8517df2fad853bfeba534c00f6b
7216N/ACOMPONENT_ARCHIVE_URL= https://git.fedorahosted.org/cgit/$(COMPONENT_NAME).git/snapshot/$(COMPONENT_ARCHIVE)
7216N/A
7216N/ATPNO= 29309
7216N/A
7216N/ATEST_TARGET = $(NO_TESTS)
7216N/A
7216N/A# This is for Gnome 3 so shouldn't apply to S11
7216N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7216N/A
7216N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7216N/A
7216N/A# configure assumes the extension version matches the gnome-shell version,
7216N/A# so override that for now, since our version numberss are out of sync
7216N/ACOMPONENT_PREP_ACTION += \
7216N/A $(GSED) -i -e 's/@shell_version@/3.18/' $(@D)/metadata.json.in ;
7216N/A
7216N/A# tarballs include autogen.sh, but not pre-generated configure script
7216N/ACOMPONENT_PREP_ACTION += ( cd $(@D) ; NOCONFIGURE=1 $(CONFIG_SHELL) autogen.sh );
7216N/A
7216N/AREQUIRED_PACKAGES += gnome/gnome-shell
7216N/AREQUIRED_PACKAGES += library/desktop/clutter
7216N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
7216N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
7216N/AREQUIRED_PACKAGES += library/desktop/gtk3
7216N/AREQUIRED_PACKAGES += library/gnome/gnome-desktop