components/desktop/os-welcome/Makefile
author qian.l.liu@oracle.com <qian.l.liu@oracle.com>
Mon, 12 Sep 2016 15:45:59 -0700
changeset 6885 ba96d2ed0291
parent 6660 897a19907748
child 6911 7b878dfe6f0d
permissions -rw-r--r--
23302428 Re-enabling an already enabled IB port resets the port 22672457 ibqueryerrors dumps core with invalid port specified
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6645
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
#
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
#
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
#
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
#
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
#
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
#
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
BUILD_BITS= NO_ARCH
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
include ../../../make-rules/shared-macros.mk
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
COMPONENT_NAME=         os-welcome
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_VERSION=      1.2.0
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_SRC=          files
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_BUGDB=	gnome/applications
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
# nothing to download ; just build & package
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
BUILD_STYLE= justmake
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
TEST_TARGET= $(NO_TESTS)
6660
897a19907748 24506314 do not publish os-welcome when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 6645
diff changeset
    37
897a19907748 24506314 do not publish os-welcome when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 6645
diff changeset
    38
# Depends on pygobject3, not available on S11.
897a19907748 24506314 do not publish os-welcome when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 6645
diff changeset
    39
include $(WS_MAKE_RULES)/no-evaluation.mk
897a19907748 24506314 do not publish os-welcome when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 6645
diff changeset
    40
6645
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
include $(WS_MAKE_RULES)/common.mk
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
# Assumes GNU msgfmt & xgettext in PATH.
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
REQUIRED_PACKAGES += file/gnu-coreutils
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
REQUIRED_PACKAGES += library/python/pygobject-3-27
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
REQUIRED_PACKAGES += runtime/python-27
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
REQUIRED_PACKAGES += shell/ksh93