components/gnome/accerciser/Makefile
changeset 7219 ed371e14667e
child 7228 2d4b503f0914
equal deleted inserted replaced
7218:b301fad4ef3a 7219:ed371e14667e
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 BUILD_BITS=		NO_ARCH
       
    27 include ../../../make-rules/shared-macros.mk
       
    28 
       
    29 COMPONENT_NAME=		accerciser
       
    30 COMPONENT_VERSION=	3.14.0
       
    31 COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Apps/Accerciser
       
    32 COMPONENT_ARCHIVE_HASH= \
       
    33 	sha256:f5a5915d475e9241396414ccd167724c88807e77e69151cf0b40b32bd57d0574
       
    34 COMPONENT_BUGDB= 	gnome/accessibility
       
    35 
       
    36 TPNO=			25184
       
    37 
       
    38 include $(WS_MAKE_RULES)/gnome-component.mk
       
    39 
       
    40 # Assumes GNU gettext & msgfmt are first in PATH.
       
    41 CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
       
    42 COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
       
    43 
       
    44 # Accerciser requires python >= 3.2
       
    45 PYTHON_VERSION = 3.5
       
    46 CONFIGURE_ENV += PYTHON="$(PYTHON)"
       
    47 
       
    48 # Ensure Python modules are installed into vendor package directories.
       
    49 CONFIGURE_ENV += am_cv_python_pythondir=$(PYTHON_VENDOR_PACKAGES)
       
    50 CONFIGURE_ENV += am_cv_python_pyexecdir=$(PYTHON_VENDOR_PACKAGES)
       
    51 
       
    52 # intltool may or may not be run depending on previous state of build dir
       
    53 COMPONENT_TEST_TRANSFORMS += "-e '/\/usr\/bin\/intltool-update/d'"
       
    54 
       
    55 REQUIRED_PACKAGES += developer/documentation-tool/itstool
       
    56 REQUIRED_PACKAGES += developer/intltool
       
    57 REQUIRED_PACKAGES += library/desktop/at-spi2-core
       
    58 REQUIRED_PACKAGES += library/desktop/atk
       
    59 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
       
    60 REQUIRED_PACKAGES += library/desktop/gtk3
       
    61 REQUIRED_PACKAGES += library/desktop/libwnck3
       
    62 REQUIRED_PACKAGES += library/desktop/pango
       
    63 REQUIRED_PACKAGES += library/libxml2
       
    64 REQUIRED_PACKAGES += library/python/pyatspi2-35
       
    65 REQUIRED_PACKAGES += library/python/pygobject-3-35
       
    66 REQUIRED_PACKAGES += runtime/python-35