components/gnome/baobab/Makefile
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Fri, 02 Dec 2016 20:30:30 -0800
changeset 7433 8e9deb81d1cf
parent 6661 04e956b11e9f
child 7687 1093e2a9adbd
permissions -rw-r--r--
Close of build 114.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6647
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    23
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
BUILD_BITS =            64
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
# All components using gobject-introspection must be built with gcc as
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
# gobject-introspection does not produce correct results when using Studio.
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
COMPILER =              gcc
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
include ../../../make-rules/shared-macros.mk
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_NAME=		baobab
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_VERSION=	3.18.1
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Apps/Baobab
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH= \
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
	sha256:c2ac90426390e77147446a290c1480c49936c0a224f740b555ddaec2675b44b5
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/3.18/$(COMPONENT_ARCHIVE)
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_BUGDB=	gnome/applications
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
TPNO=			25525
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
TEST_TARGET = $(NO_TESTS)
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
# Needs updated glib2, not available on S11.
6661
04e956b11e9f 24506323 do not publish baobab when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 6647
diff changeset
    43
include $(WS_MAKE_RULES)/no-evaluation.mk
6647
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
include $(WS_MAKE_RULES)/gnome-component.mk
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
# Assumes GNU msgfmt in PATH.
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
REQUIRED_PACKAGES += developer/vala
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    53
REQUIRED_PACKAGES += library/desktop/cairo
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    54
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    55
REQUIRED_PACKAGES += library/desktop/gtk3
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    56
REQUIRED_PACKAGES += library/desktop/pango
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    57
REQUIRED_PACKAGES += library/glib2
713709ce4043 23245279 Move baobab to Userland and update to 3.18.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    58
REQUIRED_PACKAGES += system/library/math