components/gnome/evolution-data-server/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 23 Feb 2017 13:46:52 -0800
changeset 7687 1093e2a9adbd
parent 7624 50e5cc11a34e
child 7862 875bb3f441a5
permissions -rw-r--r--
25590368 Userland components should include "upstream" release tracking information
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7192
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
7624
50e5cc11a34e 25453912 Undo the temporary Makefile changes made for building gnome/desktop
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 7192
diff changeset
    23
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
7192
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
#
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
BUILD_BITS=		64
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
# All components using gobject-introspection must be built with gcc as
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
# gobject-introspection does not produce correct results when using Studio.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
# Also, for now, all things built for C++11 require gcc.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
COMPILER=gcc
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
include ../../../make-rules/shared-macros.mk
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
# Despite its name, evolution-data-server is no longer just a backend for the
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
# Evolution Mail Client; it is also a backend for various bits of data that
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
# GNOME stores and various components now expect it to be present.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_NAME=		evolution-data-server
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
COMPONENT_VERSION=	3.18.2
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
COMPONENT_ARCHIVE_HASH= \
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
	sha256:5942fc1cf395acdc15425939d83824d861d01c57225ee3fc8c1d77009468ce9b
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
COMPONENT_BUGDB=        gnome/libraries
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7624
diff changeset
    41
COMPONENT_ANITYA_ID=	10935
7192
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
TPNO=			25795
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
# Needs gobject-introspection, not available on S11.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
include $(WS_MAKE_RULES)/no-evaluation.mk
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
include $(WS_MAKE_RULES)/gnome-component.mk
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
# __EXTENSIONS__ required for timezone, altzone variables.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
CFLAGS += -D__EXTENSIONS__ -DHAVE_SUN_KRB5
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
CXXFLAGS += -std=c++11 -D__EXTENSIONS__ -DHAVE_SUN_KRB5
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    53
CPPFLAGS += -I/usr/include/kerberosv5/
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    54
CFLAGS += $(XPG6MODE)
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    55
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    56
# Our NSS/NSPR libraries have their own private copy of sqlite3 which is
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    57
# different than the system-wide one; to avoid the private copy, we explicitly
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    58
# set the sqlite3 library location.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    59
CONFIGURE_ENV += SQLITE3_LIBS="-L$(USRLIB) -lsqlite3"
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    60
CONFIGURE_ENV += SYSTEM_MAIL_DIR="$(VARDIR)/mail"
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    61
CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    62
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    63
CONFIGURE_OPTIONS += --disable-dot-locking
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    64
# Documentation target is busted.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    65
CONFIGURE_OPTIONS += --disable-gtk-doc
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    66
CONFIGURE_OPTIONS += --disable-schemas-compile
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    67
CONFIGURE_OPTIONS += --disable-static
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    68
# Ubuntu-specific functionality.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    69
CONFIGURE_OPTIONS += --disable-uoa
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    70
CONFIGURE_OPTIONS += --enable-file-locking=fcntl
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    71
CONFIGURE_OPTIONS += --enable-goa
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    72
CONFIGURE_OPTIONS += --enable-gtk
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    73
# Required for other components.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    74
CONFIGURE_OPTIONS += --enable-introspection
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    75
CONFIGURE_OPTIONS += --enable-ipv6
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    76
CONFIGURE_OPTIONS += --enable-largefile
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    77
CONFIGURE_OPTIONS += --enable-smime
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    78
CONFIGURE_OPTIONS += --enable-shared
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    79
# Required for other components.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    80
CONFIGURE_OPTIONS += --enable-vala-bindings
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    81
CONFIGURE_OPTIONS += --enable-weather
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    82
CONFIGURE_OPTIONS += --with-krb5
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    83
CONFIGURE_OPTIONS += --with-pic
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    84
# Apparently, Solaris mail spool format is "broken".
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    85
CONFIGURE_OPTIONS += --with-broken-spool=yes
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    86
# XXX Neither ldap target builds on Solaris.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    87
CONFIGURE_OPTIONS += --without-openldap
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    88
CONFIGURE_OPTIONS += --without-sunldap
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    89
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    90
# A pkg-config file isn't shipped in Solaris for nss/nspr 64-bit, so configure
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    91
# will fail to find it; we workaround this by providing a one-off copy of the
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    92
# related pkg-config files and telling pkg-config to search our directory for
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    93
# them first.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    94
CONFIGURE_ENV.64 += PKG_CONFIG_PATH="$(COMPONENT_DIR):$(PKG_CONFIG_PATH)"
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    95
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    96
# Required due to patches.
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    97
COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    98
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    99
# for the tests
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   100
unexport SHELLOPTS
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   101
COMPONENT_PRE_CONFIGURE_ACTION += ($(CLONEY) $(SOURCE_DIR) $(@D));
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   102
COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   103
COMPONENT_TEST_ARGS =   -k -i
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   104
COMPONENT_TEST_TRANSFORMS += \
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   105
        '-n ' \
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   106
        '-e "/TOTAL:/p" ' \
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   107
        '-e "/SKIP:/p" ' \
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   108
        '-e "/PASS:/p" ' \
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   109
        '-e "/FAIL:/p" ' \
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   110
        '-e "/ERROR:/p" '
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   111
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   112
REQUIRED_PACKAGES += database/berkeleydb-5
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   113
REQUIRED_PACKAGES += database/sqlite-3
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   114
REQUIRED_PACKAGES += developer/icu
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   115
REQUIRED_PACKAGES += developer/vala
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   116
REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   117
REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   118
REQUIRED_PACKAGES += library/desktop/gtk3
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   119
REQUIRED_PACKAGES += library/desktop/cairo
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   120
REQUIRED_PACKAGES += library/desktop/libgdata
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   121
REQUIRED_PACKAGES += library/desktop/libgweather
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   122
REQUIRED_PACKAGES += library/desktop/pango
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   123
REQUIRED_PACKAGES += library/glib2
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   124
REQUIRED_PACKAGES += library/gnome/gcr
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   125
REQUIRED_PACKAGES += library/gnome/gnome-online-accounts
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   126
REQUIRED_PACKAGES += library/gnome/libsecret
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   127
REQUIRED_PACKAGES += library/icu
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   128
REQUIRED_PACKAGES += library/libical
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   129
REQUIRED_PACKAGES += library/libsoup
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   130
REQUIRED_PACKAGES += library/libxml2
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   131
REQUIRED_PACKAGES += library/nspr
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   132
REQUIRED_PACKAGES += library/security/nss
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   133
REQUIRED_PACKAGES += library/zlib
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   134
REQUIRED_PACKAGES += security/kerberos-5/kdc
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   135
REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   136
REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
bcbc95c2f212 23245290 Move evolution-data-server to Userland and update to 3.18.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   137
REQUIRED_PACKAGES += system/library/security/gss