Makefile revision 7215
1335N/A#
1335N/A# CDDL HEADER START
1335N/A#
1335N/A# The contents of this file are subject to the terms of the
1335N/A# Common Development and Distribution License (the "License").
1335N/A# You may not use this file except in compliance with the License.
1335N/A#
1335N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1335N/A# or http://www.opensolaris.org/os/licensing.
1335N/A# See the License for the specific language governing permissions
1335N/A# and limitations under the License.
1335N/A#
1335N/A# When distributing Covered Code, include this CDDL HEADER in each
1335N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1335N/A# If applicable, add the following below this CDDL HEADER, with the
1335N/A# fields enclosed by brackets "[]" replaced with your own identifying
1335N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1335N/A#
1335N/A# CDDL HEADER END
1335N/A#
1335N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
1335N/A#
3817N/A
1335N/ABUILD_BITS= 64
1335N/ACOMPILER= gcc
1335N/Ainclude ../../../make-rules/shared-macros.mk
1335N/A
1335N/ACOMPONENT_NAME= gnome-calendar
1335N/ACOMPONENT_VERSION= 3.18.1
1335N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Apps/Calendar
1335N/ACOMPONENT_ARCHIVE_HASH= \
1335N/A sha256:96f307c79952fa55bfdfc2b256085c568384dde2312b2815ee5e8e21e6adf2b9
1335N/ACOMPONENT_BUGDB= gnome/applications
1335N/A
1335N/ATPNO= 25846
1335N/A
1335N/ATEST_TARGET= $(NO_TESTS)
2899N/A
2899N/A# Needs updated evolution-data-server, not available on S11.
2818N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
3936N/A
2818N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
3817N/A
3817N/A# Assumes GNU msgfmt in PATH.
3817N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
1335N/A
1335N/A# Delete this when build servers are installed with libical
1335N/AICAL_BASE = $(WS_COMPONENTS)/desktop/libical/build/prototype/$(MACH)
1335N/APKG_CONFIG_PATHS += $(ICAL_BASE)$(PKG_CONFIG_PATH.$(BITS))
1335N/ALD_OPTIONS += -L $(ICAL_BASE)$(USRLIB)
3936N/ACPPFLAGS += -I$(ICAL_BASE)$(USRINCDIR)/libical
3936N/A
3936N/ADEPENDED += $(WS_TOP)/components/desktop/libical/build/manifest-$(MACH)-libical.depend
3936N/AREQUIRED_PACKAGES += $(shell $(GSED) -n -e 's/REQUIRED_PACKAGES += //p' ../../desktop/libical/Makefile)
3936N/A# end Delete
1938N/A
1938N/A
1335N/A# evolution-data-server requires nss/nspr, but Solaris doesn't include a 64-bit
1335N/A# pkg-config file for it, so we workaround this by using the one-off copy in the
1335N/A# evolution-data-server component directory
1335N/APKG_CONFIG_PATHS += $(WS_COMPONENTS)/gnome/evolution-data-server
1335N/A
1335N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
4337N/AREQUIRED_PACKAGES += library/desktop/cairo
4337N/AREQUIRED_PACKAGES += library/desktop/evolution-data-server
3817N/AREQUIRED_PACKAGES += library/desktop/gtk3
3817N/AREQUIRED_PACKAGES += library/desktop/pango
3817N/AREQUIRED_PACKAGES += library/glib2
3817N/AREQUIRED_PACKAGES += library/gnome/gnome-online-accounts
REQUIRED_PACKAGES += library/libical
REQUIRED_PACKAGES += system/library/math