components/gnome/glade/Makefile
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Wed, 16 Nov 2016 18:49:40 -0800
changeset 7326 f350bef4a275
child 7687 1093e2a9adbd
permissions -rw-r--r--
23245296 Move glade to Userland and update to 3.16.0 PSARC/2016/408 GNOME 3 Miscellaneous Libraries
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7326
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    23
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
BUILD_BITS=		64_and_32
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
COMPILER=		gcc
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
COMPONENT_NAME=		glade
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
COMPONENT_VERSION=	3.16.0
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Apps/Glade
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_ARCHIVE_HASH= \
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
	sha256:b80773a294d3af07739d9d53bae12e11cf0bbf420bbc8931cc5e20b2647e3626
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_BUGDB=	gnome/libglade
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
TPNO=			25181
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
# Requires a display
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
TEST_TARGET = $(SKIP_TEST)
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
# Needs updated glib2, not available on S11.
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
include $(WS_MAKE_RULES)/no-evaluation.mk
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
include $(WS_MAKE_RULES)/gnome-component.mk
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
CONFIGURE_OPTIONS += --enable-gtk-doc
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
CONFIGURE_OPTIONS += --enable-gtk-doc-html
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
CONFIGURE_OPTIONS += --enable-gladeui
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
REQUIRED_PACKAGES += library/desktop/cairo
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    53
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    54
REQUIRED_PACKAGES += library/desktop/gtk3
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    55
REQUIRED_PACKAGES += library/desktop/pango
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    56
REQUIRED_PACKAGES += library/glib2
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    57
REQUIRED_PACKAGES += library/python/pygobject-27
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    58
REQUIRED_PACKAGES += library/libxml2
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    59
REQUIRED_PACKAGES += runtime/python-27
f350bef4a275 23245296 Move glade to Userland and update to 3.16.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    60
REQUIRED_PACKAGES += system/library/math