components/gnome/gconf/Makefile
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Thu, 16 Feb 2017 16:13:13 -0800
changeset 7685 a7ec984d7d4c
parent 7212 d8800d9f8518
child 7687 1093e2a9adbd
permissions -rw-r--r--
25564905 incorrect permissions on some desktop component deliveries in /usr/lib
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7211
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
#
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
#
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
#
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
#
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
#
7685
a7ec984d7d4c 25564905 incorrect permissions on some desktop component deliveries in /usr/lib
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 7212
diff changeset
    23
# Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
7211
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
#
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
BUILD_BITS =            64_and_32
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
COMPILER =      	gcc
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
include ../../../make-rules/shared-macros.mk
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_NAME=		GConf
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_VERSION=	3.2.6
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_PROJECT_URL=	https://projects.gnome.org/gconf/
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
COMPONENT_ARCHIVE_HASH=	\
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
    sha256:1912b91803ab09a5eed34d364bf09fe3a2a9c96751fde03a4e0cfa51a04d784c
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_BUGDB=	gnome/libraries
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    37
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
TPNO=			26337
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
# While there is a tests subdirectory, it's not setup for automated use
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
# on a headless system, and isn't even built unless you manually do it.
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
TEST_TARGET = $(NO_TESTS)
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
# Needs gobject-introspection, not available on S11.
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
include $(WS_MAKE_RULES)/no-evaluation.mk
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
include $(WS_MAKE_RULES)/gnome-component.mk
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
CONFIGURE_OPTIONS += --disable-defaults-service
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
CONFIGURE_OPTIONS += --enable-gsettings_backend
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    51
CONFIGURE_OPTIONS += --disable-orbit
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    52
CONFIGURE_OPTIONS += --with-gtk=3.0
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    53
CONFIGURE_OPTIONS += --without-openldap
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    54
CONFIGURE_OPTIONS += --disable-static
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    55
CONFIGURE_OPTIONS += --enable-shared
7685
a7ec984d7d4c 25564905 incorrect permissions on some desktop component deliveries in /usr/lib
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 7212
diff changeset
    56
CONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)
7211
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    57
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    58
# Assumes GNU xgettext in PATH
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    59
CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    60
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    61
# Need to convert "#! /usr/bin/env python" to actual path for pkgdepend to work
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    62
PYTHON_SCRIPTS += $(PROTO_DIR)$(CONFIGURE_BINDIR.$(BITS))/gsettings-schema-convert
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    63
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    64
PKG_MACROS += PYVER="$(PYTHON_VERSION)"
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    65
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    66
REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    67
REQUIRED_PACKAGES += library/glib2
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    68
REQUIRED_PACKAGES += library/libxml2
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    69
REQUIRED_PACKAGES += library/python/lxml-27
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    70
REQUIRED_PACKAGES += runtime/python-27
7212
d8800d9f8518 15787483 gconf package missing dependency on dbus-x11
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 7211
diff changeset
    71
REQUIRED_PACKAGES += system/library/dbus/dbus-x11
7211
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    72
REQUIRED_PACKAGES += system/library/libdbus
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    73
REQUIRED_PACKAGES += system/library/libdbus-glib