2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2024 Marcel Telka
18 include ..
/..
/..
/..
/make-rules
/shared-macros.mk
22 COMPONENT_SUMMARY
= Screen reader for graphical applications that use the atspi protocol
23 COMPONENT_ARCHIVE_HASH
= sha256
:5e67af357f7198ea00a44381cab4c4f94e6826d6ed800668f39416ce2aab8e5a
24 COMPONENT_FMRI
= gnome
/accessibility
/orca
25 COMPONENT_CLASSIFICATION
= Applications
/Universal Access
26 COMPONENT_LICENSE
= LGPL-2.1
-only
27 COMPONENT_LICENSE_FILE
= COPYING
29 include $(WS_MAKE_RULES
)/gnome.mk
30 include $(WS_MAKE_RULES
)/common.mk
32 # GNU msgfmt is needed
35 # Move all modules from default site-packages directory to vendor-packages
36 # directory where we place modules shipped by the OS but not included in the
37 # core Python distribution.
38 COMPONENT_POST_INSTALL_ACTION
+= \
39 if
[ -d
$(PROTO_DIR
)/$(PYTHON_DIR
)/site-packages
] ; then \
40 $(RM
) -r
$(PROTO_DIR
)/$(PYTHON_LIB
) ; \
41 $(MV
) $(PROTO_DIR
)/$(PYTHON_DIR
)/site-packages
$(PROTO_DIR
)/$(PYTHON_LIB
) ; \
44 PYTHON_SCRIPTS
+= usr
/bin
/orca
46 # Auto-generated dependencies
47 PYTHON_REQUIRED_PACKAGES
+= library
/python
/pygobject
48 PYTHON_REQUIRED_PACKAGES
+= runtime
/python