6651N/A#
6651N/A# CDDL HEADER START
6651N/A#
6651N/A# The contents of this file are subject to the terms of the
6651N/A# Common Development and Distribution License (the "License").
6651N/A# You may not use this file except in compliance with the License.
6651N/A#
6651N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6651N/A# or http://www.opensolaris.org/os/licensing.
6651N/A# See the License for the specific language governing permissions
6651N/A# and limitations under the License.
6651N/A#
6651N/A# When distributing Covered Code, include this CDDL HEADER in each
6651N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6651N/A# If applicable, add the following below this CDDL HEADER, with the
6651N/A# fields enclosed by brackets "[]" replaced with your own identifying
6651N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6651N/A#
6651N/A# CDDL HEADER END
6651N/A#
6651N/A
6651N/A#
6651N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6651N/A#
6651N/A
6651N/ABUILD_BITS= 64
6651N/A
6651N/Ainclude ../../../make-rules/shared-macros.mk
6651N/A
6651N/ACOMPONENT_NAME= zenity
6651N/ACOMPONENT_VERSION= 3.18.0
6651N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/Zenity
6651N/ACOMPONENT_ARCHIVE_HASH= \
6651N/A sha256:0efafea95a830f3bf6eca805ff4a8008df760a6ad3e81181b9473dcf721c3a69
6651N/A
6651N/ATPNO= 24606
6651N/A
6651N/A# zenity is not unlockable in S11 gnome-incorporation
6651N/Aifeq ($(BUILD_TYPE), evaluation)
6651N/ABUILD_64=
6651N/AINSTALL_64=
6651N/APUBLISH_STAMP=
6651N/Aendif
6651N/A
6651N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6651N/A
6651N/A# Use the GNOME 3 libnotify even though the GNOME 2 one is still the default
6651N/APKG_CONFIG_PATHS.32 += $(PKG_CONFIG_PATH.32)/libnotify-4
6651N/APKG_CONFIG_PATHS.64 += $(PKG_CONFIG_PATH.64)/libnotify-4
6651N/APKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
6651N/ALD_OPTIONS.32 += -L $(USRLIB.32)/libnotify-4 -R $(USRLIB.32)/libnotify-4
6651N/ALD_OPTIONS.64 += -L $(USRLIB.64)/libnotify-4 -R $(USRLIB.64)/libnotify-4
6651N/ALD_OPTIONS += $(LD_OPTIONS.$(BITS))
6651N/A
6651N/A# Ensures gdialog script specifies explicit version of perl.
6651N/ACONFIGURE_ENV += PERL="$(PERL)"
6651N/A
6651N/ACONFIGURE_OPTIONS += --enable-libnotify
6651N/ACONFIGURE_OPTIONS += --enable-webkitgtk
6651N/A
6651N/A# Assumes GNU msgfmt in PATH.
6651N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
6651N/A
6651N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
6651N/AREQUIRED_PACKAGES += library/desktop/gtk3
6651N/AREQUIRED_PACKAGES += library/desktop/libnotify
6651N/AREQUIRED_PACKAGES += library/desktop/pango
6651N/AREQUIRED_PACKAGES += library/desktop/webkitgtk4
6651N/AREQUIRED_PACKAGES += library/glib2
6651N/AREQUIRED_PACKAGES += $(PERL_PKG)
6651N/AREQUIRED_PACKAGES += x11/library/libx11