components/gnome/background-logo-extension/Makefile
changeset 7218 b301fad4ef3a
child 7687 1093e2a9adbd
equal deleted inserted replaced
7217:3944ab989650 7218:b301fad4ef3a
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 include ../../../make-rules/shared-macros.mk
       
    27 
       
    28 COMPONENT_NAME=		background-logo-extension
       
    29 COMPONENT_VERSION=	3.20.0
       
    30 COMPONENT_PROJECT_URL=  https://extensions.gnome.org/extension/889/background-logo
       
    31 COMPONENT_ARCHIVE_HASH= \
       
    32 	sha256:9a0480fcf82214c6fac54485d5e91be485b2b8517df2fad853bfeba534c00f6b
       
    33 COMPONENT_ARCHIVE_URL=	https://git.fedorahosted.org/cgit/$(COMPONENT_NAME).git/snapshot/$(COMPONENT_ARCHIVE)
       
    34 
       
    35 TPNO=			29309
       
    36 
       
    37 TEST_TARGET = $(NO_TESTS)
       
    38 
       
    39 # This is for Gnome 3 so shouldn't apply to S11
       
    40 include $(WS_MAKE_RULES)/no-evaluation.mk
       
    41 
       
    42 include $(WS_MAKE_RULES)/gnome-component.mk
       
    43 
       
    44 # configure assumes the extension version matches the gnome-shell version,
       
    45 # so override that for now, since our version numberss are out of sync
       
    46 COMPONENT_PREP_ACTION += \
       
    47     $(GSED) -i -e 's/@shell_version@/3.18/' $(@D)/metadata.json.in ;
       
    48 
       
    49 # tarballs include autogen.sh, but not pre-generated configure script
       
    50 COMPONENT_PREP_ACTION += ( cd $(@D) ; NOCONFIGURE=1 $(CONFIG_SHELL) autogen.sh );
       
    51 
       
    52 REQUIRED_PACKAGES += gnome/gnome-shell
       
    53 REQUIRED_PACKAGES += library/desktop/clutter
       
    54 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
       
    55 REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
       
    56 REQUIRED_PACKAGES += library/desktop/gtk3
       
    57 REQUIRED_PACKAGES += library/gnome/gnome-desktop