7202N/A#
7202N/A# CDDL HEADER START
7202N/A#
7202N/A# The contents of this file are subject to the terms of the
7202N/A# Common Development and Distribution License (the "License").
7202N/A# You may not use this file except in compliance with the License.
7202N/A#
7202N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7202N/A# or http://www.opensolaris.org/os/licensing.
7202N/A# See the License for the specific language governing permissions
7202N/A# and limitations under the License.
7202N/A#
7202N/A# When distributing Covered Code, include this CDDL HEADER in each
7202N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7202N/A# If applicable, add the following below this CDDL HEADER, with the
7202N/A# fields enclosed by brackets "[]" replaced with your own identifying
7202N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7202N/A#
7202N/A# CDDL HEADER END
7202N/A#
7202N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
7202N/A#
7202N/A
7202N/ABUILD_BITS= 64
7202N/ACOMPILER= gcc
7202N/Ainclude ../../../make-rules/shared-macros.mk
7202N/A
7202N/ACOMPONENT_NAME= gnome-clocks
7202N/ACOMPONENT_VERSION= 3.18.0
7202N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Apps/Gnome-Clocks
7202N/ACOMPONENT_ARCHIVE_HASH= \
7202N/A sha256:ca0818ec89e3539201da6b5388365e3d66df815198beccc90e2be44c7822baa0
7202N/ACOMPONENT_BUGDB= gnome/applications
7202N/A
7202N/ATPNO= 25788
7202N/A
7202N/ATEST_TARGET = $(NO_TESTS)
7202N/A
7202N/A# Needs gsound, not available on S11.
7202N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7202N/A
7202N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7202N/A
7202N/ACOMPONENT_PRE_CONFIGURE_ACTION += ($(CLONEY) $(SOURCE_DIR) $(@D));
7202N/A
7202N/ACONFIGURE_OPTIONS += --disable-static
7202N/A
7202N/A# Assumes GNU msgfmt in PATH.
7202N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
7202N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
7202N/A
7202N/A# Delete when libgweather is installed on the build server
7202N/AWEATHER_BASE = $(WS_COMPONENTS)/gnome/libgweather/build/prototype/$(MACH)
7202N/APKG_CONFIG_PATHS += $(WEATHER_BASE)$(PKG_CONFIG_PATH.$(BITS))
7202N/A
7202N/ALD_OPTIONS += -L $(WEATHER_BASE)$(USRLIB.$(BITS))
7202N/A
7202N/ACPPFLAGS += -I$(WEATHER_BASE)/usr/include/libgweather-3.0
7202N/A
7202N/A# The dependency isn't installed, so add it manually since pkgdepend
7202N/A# can't resolve them yet: 15708323
7202N/ADEPENDED += $(WS_TOP)/components/gnome/libgweather/build/manifest-$(MACH)-libgweather.depend
7202N/A
7202N/A# Temporary until dependencies are all on build machines
7202N/AREQUIRED_PACKAGES += $(shell $(GSED) -n -e '/GSED/d' -e 's/REQUIRED_PACKAGES +=//p' ../libgweather/Makefile)
7202N/A#end Delete
7202N/A
7202N/A
7202N/AREQUIRED_PACKAGES += developer/vala
7202N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
7202N/AREQUIRED_PACKAGES += library/desktop/cairo
7202N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
7202N/AREQUIRED_PACKAGES += library/desktop/geoclue
7202N/AREQUIRED_PACKAGES += library/desktop/geocode-glib
7202N/AREQUIRED_PACKAGES += library/desktop/gsound
7202N/AREQUIRED_PACKAGES += library/desktop/gtk3
7202N/AREQUIRED_PACKAGES += library/desktop/libgweather
7202N/AREQUIRED_PACKAGES += library/desktop/pango
7202N/AREQUIRED_PACKAGES += library/glib2
7202N/AREQUIRED_PACKAGES += library/gnome/gnome-desktop
7202N/AREQUIRED_PACKAGES += system/library/math