7217N/A#
7217N/A# CDDL HEADER START
7217N/A#
7217N/A# The contents of this file are subject to the terms of the
7217N/A# Common Development and Distribution License (the "License").
7217N/A# You may not use this file except in compliance with the License.
7217N/A#
7217N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7217N/A# or http://www.opensolaris.org/os/licensing.
7217N/A# See the License for the specific language governing permissions
7217N/A# and limitations under the License.
7217N/A#
7217N/A# When distributing Covered Code, include this CDDL HEADER in each
7217N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7217N/A# If applicable, add the following below this CDDL HEADER, with the
7217N/A# fields enclosed by brackets "[]" replaced with your own identifying
7217N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7217N/A#
7217N/A# CDDL HEADER END
7217N/A#
7217N/A
7217N/A#
7217N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
7217N/A#
7217N/A
7217N/ABUILD_BITS= NO_ARCH
7217N/Ainclude ../../../make-rules/shared-macros.mk
7217N/A
7217N/ACOMPONENT_NAME= accerciser
7217N/ACOMPONENT_VERSION= 3.14.0
7217N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Apps/Accerciser
7217N/ACOMPONENT_ARCHIVE_HASH= \
7217N/A sha256:f5a5915d475e9241396414ccd167724c88807e77e69151cf0b40b32bd57d0574
7217N/ACOMPONENT_BUGDB= gnome/accessibility
7217N/A
7217N/ATPNO= 25184
7217N/A
7226N/A# Needs gtk3, not available in S11.
7226N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7226N/A
7217N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7217N/A
7217N/A# Assumes GNU gettext & msgfmt are first in PATH.
7217N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
7217N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
7217N/A
7217N/A# Accerciser requires python >= 3.2
7217N/APYTHON_VERSION = 3.5
7217N/ACONFIGURE_ENV += PYTHON="$(PYTHON)"
7217N/A
7217N/A# Ensure Python modules are installed into vendor package directories.
7217N/ACONFIGURE_ENV += am_cv_python_pythondir=$(PYTHON_VENDOR_PACKAGES)
7217N/ACONFIGURE_ENV += am_cv_python_pyexecdir=$(PYTHON_VENDOR_PACKAGES)
7217N/A
7217N/A# intltool may or may not be run depending on previous state of build dir
7217N/ACOMPONENT_TEST_TRANSFORMS += "-e '/\/usr\/bin\/intltool-update/d'"
7217N/A
7217N/AREQUIRED_PACKAGES += developer/documentation-tool/itstool
7217N/AREQUIRED_PACKAGES += developer/intltool
7217N/AREQUIRED_PACKAGES += library/desktop/at-spi2-core
7217N/AREQUIRED_PACKAGES += library/desktop/atk
7217N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
7217N/AREQUIRED_PACKAGES += library/desktop/gtk3
7217N/AREQUIRED_PACKAGES += library/desktop/libwnck3
7217N/AREQUIRED_PACKAGES += library/desktop/pango
7217N/AREQUIRED_PACKAGES += library/libxml2
7217N/AREQUIRED_PACKAGES += library/python/pyatspi2-35
7217N/AREQUIRED_PACKAGES += library/python/pygobject-3-35
7217N/AREQUIRED_PACKAGES += runtime/python-35