23245276 Move accerciser to Userland and update to 3.14.0
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Thu, 13 Oct 2016 09:15:47 -0700
changeset 7219 ed371e14667e
parent 7218 b301fad4ef3a
child 7220 69d9c93534a6
23245276 Move accerciser to Userland and update to 3.14.0 PSARC/2016/480 GNOME Accessibility Bundle
components/gnome/accerciser/Makefile
components/gnome/accerciser/accerciser.p5m
components/gnome/accerciser/patches/01-vendor-packages.patch
components/gnome/accerciser/test/results-32.master
components/meta-packages/incorporation-cache
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/accerciser/Makefile	Thu Oct 13 09:15:47 2016 -0700
@@ -0,0 +1,66 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+BUILD_BITS=		NO_ARCH
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		accerciser
+COMPONENT_VERSION=	3.14.0
+COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Apps/Accerciser
+COMPONENT_ARCHIVE_HASH= \
+	sha256:f5a5915d475e9241396414ccd167724c88807e77e69151cf0b40b32bd57d0574
+COMPONENT_BUGDB= 	gnome/accessibility
+
+TPNO=			25184
+
+include $(WS_MAKE_RULES)/gnome-component.mk
+
+# Assumes GNU gettext & msgfmt are first in PATH.
+CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
+COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
+
+# Accerciser requires python >= 3.2
+PYTHON_VERSION = 3.5
+CONFIGURE_ENV += PYTHON="$(PYTHON)"
+
+# Ensure Python modules are installed into vendor package directories.
+CONFIGURE_ENV += am_cv_python_pythondir=$(PYTHON_VENDOR_PACKAGES)
+CONFIGURE_ENV += am_cv_python_pyexecdir=$(PYTHON_VENDOR_PACKAGES)
+
+# intltool may or may not be run depending on previous state of build dir
+COMPONENT_TEST_TRANSFORMS += "-e '/\/usr\/bin\/intltool-update/d'"
+
+REQUIRED_PACKAGES += developer/documentation-tool/itstool
+REQUIRED_PACKAGES += developer/intltool
+REQUIRED_PACKAGES += library/desktop/at-spi2-core
+REQUIRED_PACKAGES += library/desktop/atk
+REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
+REQUIRED_PACKAGES += library/desktop/gtk3
+REQUIRED_PACKAGES += library/desktop/libwnck3
+REQUIRED_PACKAGES += library/desktop/pango
+REQUIRED_PACKAGES += library/libxml2
+REQUIRED_PACKAGES += library/python/pyatspi2-35
+REQUIRED_PACKAGES += library/python/pygobject-3-35
+REQUIRED_PACKAGES += runtime/python-35
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/accerciser/accerciser.p5m	Thu Oct 13 09:15:47 2016 -0700
@@ -0,0 +1,963 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> \
+    default mangler.man.stability "pass-through volatile">
+set name=pkg.fmri \
+    value=pkg:/gnome/accessibility/accerciser@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Interactive Python Accessibility Explorer"
+set name=com.oracle.info.description \
+    value="Accerciser Interactive Python Accessibility Explorer"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value="org.opensolaris.category.2008:Applications/Universal Access"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2016/480
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/bin/accerciser
+file path=usr/lib/python3.5/vendor-packages/accerciser/__init__.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/about_dialog.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/accerciser.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/accessible_treeview.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/bookmarks.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/hotkey_manager.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/i18n.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/icons.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/main_window.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/node.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/plugin/__init__.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/plugin/base_plugin.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/plugin/message.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/plugin/plugin_manager.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/plugin/view.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/prefs_dialog.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/tools.py
+file path=usr/lib/python3.5/vendor-packages/accerciser/ui_manager.py
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/acceleratorlabel.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/alert.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/animation.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/arrow.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/calendar.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/canvas.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/care.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/character.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/chart.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/checkbox.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/checkmenuitem.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/clock.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/colorchooser.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/column.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/columnheader.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/combobox.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/cursor.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/dateeditor.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/desktopicon.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/dial.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/dialog.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/directorypane.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/drawingarea.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/embedded.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/endnote.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/entry.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/filechooser.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/filler.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/focustraversable.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/fontchooser.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/form.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/frame.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/glasspane.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/grip.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/heading.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/helpballoon.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/htmlcontainer.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/icon.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/image.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/imagemap.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/inputmethodwindow.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/invalid.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/label.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/link.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/list.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/listitem.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/menu.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/menubar.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/menuitem.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/pagetab.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/pagetablist.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/passwordtext.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/popupmenu.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/progressbar.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/pushbutton.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/radiobutton.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/radiomenuitem.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/row.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/ruler.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/scrollbar.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/scrollpane.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/section.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/separator.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/shape.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/slider.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/sound.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/spinbutton.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/splitpane.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/statusbar.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/table.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/tablecell.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/tearoffmenuitem.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/terminal.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/text.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/togglebutton.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/toolbar.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/tooltip.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/tree.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/treetable.png
+file path=usr/share/accerciser/pixmaps/hicolor/22x22/window.png
+file path=usr/share/accerciser/plugindata/validate/basic.py
+file path=usr/share/accerciser/plugins/api_view.py
+file path=usr/share/accerciser/plugins/console.py
+file path=usr/share/accerciser/plugins/event_monitor.py
+file path=usr/share/accerciser/plugins/event_monitor.ui
+file path=usr/share/accerciser/plugins/interface_view.py
+file path=usr/share/accerciser/plugins/interface_view.ui
+file path=usr/share/accerciser/plugins/ipython_view.py
+file path=usr/share/accerciser/plugins/quick_select.py
+file path=usr/share/accerciser/plugins/validate.py
+file path=usr/share/accerciser/plugins/validate.ui
+file path=usr/share/applications/accerciser.desktop
+file path=usr/share/glib-2.0/schemas/org.a11y.Accerciser.gschema.xml
+file path=usr/share/help/C/accerciser/api_browser_plugin.page
+file path=usr/share/help/C/accerciser/desktop_tree_view.page
+file path=usr/share/help/C/accerciser/event_monitor_plugin.page
+file path=usr/share/help/C/accerciser/figures/IPython_plugin.png
+file path=usr/share/help/C/accerciser/figures/accerciser-logo.png
+file path=usr/share/help/C/accerciser/figures/accerciser-view.png
+file path=usr/share/help/C/accerciser/figures/accerciser_preferences.png
+file path=usr/share/help/C/accerciser/figures/accessible_tree.png
+file path=usr/share/help/C/accerciser/figures/api_browser.png
+file path=usr/share/help/C/accerciser/figures/event_monitor.png
+file path=usr/share/help/C/accerciser/figures/event_monitor_plugin.png
+file path=usr/share/help/C/accerciser/figures/global-hotkeys.png
+file path=usr/share/help/C/accerciser/figures/highlighting.png
+file path=usr/share/help/C/accerciser/figures/interface_viewer_plugin.png
+file path=usr/share/help/C/accerciser/figures/plugins.png
+file path=usr/share/help/C/accerciser/figures/tree_view_accerciser.png
+file path=usr/share/help/C/accerciser/figures/validator_app_tree.png
+file path=usr/share/help/C/accerciser/figures/validator_report.png
+file path=usr/share/help/C/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/C/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/C/accerciser/index.page
+file path=usr/share/help/C/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/C/accerciser/introduction.page
+file path=usr/share/help/C/accerciser/ipython_plugin.page
+file path=usr/share/help/C/accerciser/preferences.page
+file path=usr/share/help/C/accerciser/quick_select_plugin.page
+file path=usr/share/help/C/accerciser/validator_plugin.page
+file path=usr/share/help/ca/accerciser/api_browser_plugin.page
+file path=usr/share/help/ca/accerciser/desktop_tree_view.page
+file path=usr/share/help/ca/accerciser/event_monitor_plugin.page
+link path=usr/share/help/ca/accerciser/figures/IPython_plugin.png \
+    target=../../../C/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/ca/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+link path=usr/share/help/ca/accerciser/figures/accerciser-view.png \
+    target=../../../C/accerciser/figures/accerciser-view.png
+link path=usr/share/help/ca/accerciser/figures/accerciser_preferences.png \
+    target=../../../C/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/ca/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+file path=usr/share/help/ca/accerciser/figures/api_browser.png
+file path=usr/share/help/ca/accerciser/figures/event_monitor.png
+link path=usr/share/help/ca/accerciser/figures/event_monitor_plugin.png \
+    target=../../../C/accerciser/figures/event_monitor_plugin.png
+link path=usr/share/help/ca/accerciser/figures/global-hotkeys.png \
+    target=../../../C/accerciser/figures/global-hotkeys.png
+link path=usr/share/help/ca/accerciser/figures/highlighting.png \
+    target=../../../C/accerciser/figures/highlighting.png
+link path=usr/share/help/ca/accerciser/figures/interface_viewer_plugin.png \
+    target=../../../C/accerciser/figures/interface_viewer_plugin.png
+link path=usr/share/help/ca/accerciser/figures/plugins.png \
+    target=../../../C/accerciser/figures/plugins.png
+link path=usr/share/help/ca/accerciser/figures/tree_view_accerciser.png \
+    target=../../../C/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/ca/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+link path=usr/share/help/ca/accerciser/figures/validator_report.png \
+    target=../../../C/accerciser/figures/validator_report.png
+file path=usr/share/help/ca/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/ca/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/ca/accerciser/index.page
+file path=usr/share/help/ca/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/ca/accerciser/introduction.page
+file path=usr/share/help/ca/accerciser/ipython_plugin.page
+file path=usr/share/help/ca/accerciser/preferences.page
+file path=usr/share/help/ca/accerciser/quick_select_plugin.page
+file path=usr/share/help/ca/accerciser/validator_plugin.page
+file path=usr/share/help/cs/accerciser/api_browser_plugin.page
+file path=usr/share/help/cs/accerciser/desktop_tree_view.page
+file path=usr/share/help/cs/accerciser/event_monitor_plugin.page
+link path=usr/share/help/cs/accerciser/figures/IPython_plugin.png \
+    target=../../../C/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/cs/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+link path=usr/share/help/cs/accerciser/figures/accerciser-view.png \
+    target=../../../C/accerciser/figures/accerciser-view.png
+link path=usr/share/help/cs/accerciser/figures/accerciser_preferences.png \
+    target=../../../C/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/cs/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+link path=usr/share/help/cs/accerciser/figures/api_browser.png \
+    target=../../../C/accerciser/figures/api_browser.png
+link path=usr/share/help/cs/accerciser/figures/event_monitor.png \
+    target=../../../C/accerciser/figures/event_monitor.png
+link path=usr/share/help/cs/accerciser/figures/event_monitor_plugin.png \
+    target=../../../C/accerciser/figures/event_monitor_plugin.png
+link path=usr/share/help/cs/accerciser/figures/global-hotkeys.png \
+    target=../../../C/accerciser/figures/global-hotkeys.png
+link path=usr/share/help/cs/accerciser/figures/highlighting.png \
+    target=../../../C/accerciser/figures/highlighting.png
+link path=usr/share/help/cs/accerciser/figures/interface_viewer_plugin.png \
+    target=../../../C/accerciser/figures/interface_viewer_plugin.png
+link path=usr/share/help/cs/accerciser/figures/plugins.png \
+    target=../../../C/accerciser/figures/plugins.png
+link path=usr/share/help/cs/accerciser/figures/tree_view_accerciser.png \
+    target=../../../C/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/cs/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+link path=usr/share/help/cs/accerciser/figures/validator_report.png \
+    target=../../../C/accerciser/figures/validator_report.png
+file path=usr/share/help/cs/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/cs/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/cs/accerciser/index.page
+file path=usr/share/help/cs/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/cs/accerciser/introduction.page
+file path=usr/share/help/cs/accerciser/ipython_plugin.page
+file path=usr/share/help/cs/accerciser/preferences.page
+file path=usr/share/help/cs/accerciser/quick_select_plugin.page
+file path=usr/share/help/cs/accerciser/validator_plugin.page
+file path=usr/share/help/de/accerciser/api_browser_plugin.page
+file path=usr/share/help/de/accerciser/desktop_tree_view.page
+file path=usr/share/help/de/accerciser/event_monitor_plugin.page
+link path=usr/share/help/de/accerciser/figures/IPython_plugin.png \
+    target=../../../C/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/de/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+link path=usr/share/help/de/accerciser/figures/accerciser-view.png \
+    target=../../../C/accerciser/figures/accerciser-view.png
+link path=usr/share/help/de/accerciser/figures/accerciser_preferences.png \
+    target=../../../C/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/de/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+file path=usr/share/help/de/accerciser/figures/api_browser.png
+file path=usr/share/help/de/accerciser/figures/event_monitor.png
+link path=usr/share/help/de/accerciser/figures/event_monitor_plugin.png \
+    target=../../../C/accerciser/figures/event_monitor_plugin.png
+link path=usr/share/help/de/accerciser/figures/global-hotkeys.png \
+    target=../../../C/accerciser/figures/global-hotkeys.png
+link path=usr/share/help/de/accerciser/figures/highlighting.png \
+    target=../../../C/accerciser/figures/highlighting.png
+link path=usr/share/help/de/accerciser/figures/interface_viewer_plugin.png \
+    target=../../../C/accerciser/figures/interface_viewer_plugin.png
+link path=usr/share/help/de/accerciser/figures/plugins.png \
+    target=../../../C/accerciser/figures/plugins.png
+link path=usr/share/help/de/accerciser/figures/tree_view_accerciser.png \
+    target=../../../C/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/de/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+link path=usr/share/help/de/accerciser/figures/validator_report.png \
+    target=../../../C/accerciser/figures/validator_report.png
+file path=usr/share/help/de/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/de/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/de/accerciser/index.page
+file path=usr/share/help/de/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/de/accerciser/introduction.page
+file path=usr/share/help/de/accerciser/ipython_plugin.page
+file path=usr/share/help/de/accerciser/preferences.page
+file path=usr/share/help/de/accerciser/quick_select_plugin.page
+file path=usr/share/help/de/accerciser/validator_plugin.page
+file path=usr/share/help/el/accerciser/api_browser_plugin.page
+file path=usr/share/help/el/accerciser/desktop_tree_view.page
+file path=usr/share/help/el/accerciser/event_monitor_plugin.page
+link path=usr/share/help/el/accerciser/figures/IPython_plugin.png \
+    target=../../../C/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/el/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+link path=usr/share/help/el/accerciser/figures/accerciser-view.png \
+    target=../../../C/accerciser/figures/accerciser-view.png
+link path=usr/share/help/el/accerciser/figures/accerciser_preferences.png \
+    target=../../../C/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/el/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+link path=usr/share/help/el/accerciser/figures/api_browser.png \
+    target=../../../C/accerciser/figures/api_browser.png
+link path=usr/share/help/el/accerciser/figures/event_monitor.png \
+    target=../../../C/accerciser/figures/event_monitor.png
+link path=usr/share/help/el/accerciser/figures/event_monitor_plugin.png \
+    target=../../../C/accerciser/figures/event_monitor_plugin.png
+link path=usr/share/help/el/accerciser/figures/global-hotkeys.png \
+    target=../../../C/accerciser/figures/global-hotkeys.png
+link path=usr/share/help/el/accerciser/figures/highlighting.png \
+    target=../../../C/accerciser/figures/highlighting.png
+link path=usr/share/help/el/accerciser/figures/interface_viewer_plugin.png \
+    target=../../../C/accerciser/figures/interface_viewer_plugin.png
+link path=usr/share/help/el/accerciser/figures/plugins.png \
+    target=../../../C/accerciser/figures/plugins.png
+link path=usr/share/help/el/accerciser/figures/tree_view_accerciser.png \
+    target=../../../C/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/el/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+link path=usr/share/help/el/accerciser/figures/validator_report.png \
+    target=../../../C/accerciser/figures/validator_report.png
+file path=usr/share/help/el/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/el/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/el/accerciser/index.page
+file path=usr/share/help/el/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/el/accerciser/introduction.page
+file path=usr/share/help/el/accerciser/ipython_plugin.page
+file path=usr/share/help/el/accerciser/preferences.page
+file path=usr/share/help/el/accerciser/quick_select_plugin.page
+file path=usr/share/help/el/accerciser/validator_plugin.page
+file path=usr/share/help/en_GB/accerciser/api_browser_plugin.page
+file path=usr/share/help/en_GB/accerciser/desktop_tree_view.page
+file path=usr/share/help/en_GB/accerciser/event_monitor_plugin.page
+link path=usr/share/help/en_GB/accerciser/figures/IPython_plugin.png \
+    target=../../../C/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/en_GB/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+link path=usr/share/help/en_GB/accerciser/figures/accerciser-view.png \
+    target=../../../C/accerciser/figures/accerciser-view.png
+link path=usr/share/help/en_GB/accerciser/figures/accerciser_preferences.png \
+    target=../../../C/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/en_GB/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+link path=usr/share/help/en_GB/accerciser/figures/api_browser.png \
+    target=../../../C/accerciser/figures/api_browser.png
+link path=usr/share/help/en_GB/accerciser/figures/event_monitor.png \
+    target=../../../C/accerciser/figures/event_monitor.png
+link path=usr/share/help/en_GB/accerciser/figures/event_monitor_plugin.png \
+    target=../../../C/accerciser/figures/event_monitor_plugin.png
+link path=usr/share/help/en_GB/accerciser/figures/global-hotkeys.png \
+    target=../../../C/accerciser/figures/global-hotkeys.png
+link path=usr/share/help/en_GB/accerciser/figures/highlighting.png \
+    target=../../../C/accerciser/figures/highlighting.png
+link path=usr/share/help/en_GB/accerciser/figures/interface_viewer_plugin.png \
+    target=../../../C/accerciser/figures/interface_viewer_plugin.png
+link path=usr/share/help/en_GB/accerciser/figures/plugins.png \
+    target=../../../C/accerciser/figures/plugins.png
+link path=usr/share/help/en_GB/accerciser/figures/tree_view_accerciser.png \
+    target=../../../C/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/en_GB/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+link path=usr/share/help/en_GB/accerciser/figures/validator_report.png \
+    target=../../../C/accerciser/figures/validator_report.png
+file path=usr/share/help/en_GB/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/en_GB/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/en_GB/accerciser/index.page
+file path=usr/share/help/en_GB/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/en_GB/accerciser/introduction.page
+file path=usr/share/help/en_GB/accerciser/ipython_plugin.page
+file path=usr/share/help/en_GB/accerciser/preferences.page
+file path=usr/share/help/en_GB/accerciser/quick_select_plugin.page
+file path=usr/share/help/en_GB/accerciser/validator_plugin.page
+file path=usr/share/help/es/accerciser/api_browser_plugin.page
+file path=usr/share/help/es/accerciser/desktop_tree_view.page
+file path=usr/share/help/es/accerciser/event_monitor_plugin.page
+link path=usr/share/help/es/accerciser/figures/IPython_plugin.png \
+    target=../../../C/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/es/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+link path=usr/share/help/es/accerciser/figures/accerciser-view.png \
+    target=../../../C/accerciser/figures/accerciser-view.png
+link path=usr/share/help/es/accerciser/figures/accerciser_preferences.png \
+    target=../../../C/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/es/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+file path=usr/share/help/es/accerciser/figures/api_browser.png
+file path=usr/share/help/es/accerciser/figures/event_monitor.png
+link path=usr/share/help/es/accerciser/figures/event_monitor_plugin.png \
+    target=../../../C/accerciser/figures/event_monitor_plugin.png
+link path=usr/share/help/es/accerciser/figures/global-hotkeys.png \
+    target=../../../C/accerciser/figures/global-hotkeys.png
+link path=usr/share/help/es/accerciser/figures/highlighting.png \
+    target=../../../C/accerciser/figures/highlighting.png
+link path=usr/share/help/es/accerciser/figures/interface_viewer_plugin.png \
+    target=../../../C/accerciser/figures/interface_viewer_plugin.png
+link path=usr/share/help/es/accerciser/figures/plugins.png \
+    target=../../../C/accerciser/figures/plugins.png
+link path=usr/share/help/es/accerciser/figures/tree_view_accerciser.png \
+    target=../../../C/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/es/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+link path=usr/share/help/es/accerciser/figures/validator_report.png \
+    target=../../../C/accerciser/figures/validator_report.png
+file path=usr/share/help/es/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/es/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/es/accerciser/index.page
+file path=usr/share/help/es/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/es/accerciser/introduction.page
+file path=usr/share/help/es/accerciser/ipython_plugin.page
+file path=usr/share/help/es/accerciser/preferences.page
+file path=usr/share/help/es/accerciser/quick_select_plugin.page
+file path=usr/share/help/es/accerciser/validator_plugin.page
+file path=usr/share/help/fr/accerciser/api_browser_plugin.page
+file path=usr/share/help/fr/accerciser/desktop_tree_view.page
+file path=usr/share/help/fr/accerciser/event_monitor_plugin.page
+file path=usr/share/help/fr/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/fr/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+file path=usr/share/help/fr/accerciser/figures/accerciser-view.png
+file path=usr/share/help/fr/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/fr/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+file path=usr/share/help/fr/accerciser/figures/api_browser.png
+link path=usr/share/help/fr/accerciser/figures/event_monitor.png \
+    target=../../../C/accerciser/figures/event_monitor.png
+file path=usr/share/help/fr/accerciser/figures/event_monitor_plugin.png
+file path=usr/share/help/fr/accerciser/figures/global-hotkeys.png
+file path=usr/share/help/fr/accerciser/figures/highlighting.png
+file path=usr/share/help/fr/accerciser/figures/interface_viewer_plugin.png
+file path=usr/share/help/fr/accerciser/figures/plugins.png
+file path=usr/share/help/fr/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/fr/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+file path=usr/share/help/fr/accerciser/figures/validator_report.png
+file path=usr/share/help/fr/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/fr/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/fr/accerciser/index.page
+file path=usr/share/help/fr/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/fr/accerciser/introduction.page
+file path=usr/share/help/fr/accerciser/ipython_plugin.page
+file path=usr/share/help/fr/accerciser/preferences.page
+file path=usr/share/help/fr/accerciser/quick_select_plugin.page
+file path=usr/share/help/fr/accerciser/validator_plugin.page
+file path=usr/share/help/gl/accerciser/api_browser_plugin.page
+file path=usr/share/help/gl/accerciser/desktop_tree_view.page
+file path=usr/share/help/gl/accerciser/event_monitor_plugin.page
+link path=usr/share/help/gl/accerciser/figures/IPython_plugin.png \
+    target=../../../C/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/gl/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+link path=usr/share/help/gl/accerciser/figures/accerciser-view.png \
+    target=../../../C/accerciser/figures/accerciser-view.png
+link path=usr/share/help/gl/accerciser/figures/accerciser_preferences.png \
+    target=../../../C/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/gl/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+link path=usr/share/help/gl/accerciser/figures/api_browser.png \
+    target=../../../C/accerciser/figures/api_browser.png
+link path=usr/share/help/gl/accerciser/figures/event_monitor.png \
+    target=../../../C/accerciser/figures/event_monitor.png
+link path=usr/share/help/gl/accerciser/figures/event_monitor_plugin.png \
+    target=../../../C/accerciser/figures/event_monitor_plugin.png
+link path=usr/share/help/gl/accerciser/figures/global-hotkeys.png \
+    target=../../../C/accerciser/figures/global-hotkeys.png
+link path=usr/share/help/gl/accerciser/figures/highlighting.png \
+    target=../../../C/accerciser/figures/highlighting.png
+link path=usr/share/help/gl/accerciser/figures/interface_viewer_plugin.png \
+    target=../../../C/accerciser/figures/interface_viewer_plugin.png
+link path=usr/share/help/gl/accerciser/figures/plugins.png \
+    target=../../../C/accerciser/figures/plugins.png
+link path=usr/share/help/gl/accerciser/figures/tree_view_accerciser.png \
+    target=../../../C/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/gl/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+link path=usr/share/help/gl/accerciser/figures/validator_report.png \
+    target=../../../C/accerciser/figures/validator_report.png
+file path=usr/share/help/gl/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/gl/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/gl/accerciser/index.page
+file path=usr/share/help/gl/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/gl/accerciser/introduction.page
+file path=usr/share/help/gl/accerciser/ipython_plugin.page
+file path=usr/share/help/gl/accerciser/preferences.page
+file path=usr/share/help/gl/accerciser/quick_select_plugin.page
+file path=usr/share/help/gl/accerciser/validator_plugin.page
+file path=usr/share/help/it/accerciser/api_browser_plugin.page
+file path=usr/share/help/it/accerciser/desktop_tree_view.page
+file path=usr/share/help/it/accerciser/event_monitor_plugin.page
+link path=usr/share/help/it/accerciser/figures/IPython_plugin.png \
+    target=../../../C/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/it/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+link path=usr/share/help/it/accerciser/figures/accerciser-view.png \
+    target=../../../C/accerciser/figures/accerciser-view.png
+link path=usr/share/help/it/accerciser/figures/accerciser_preferences.png \
+    target=../../../C/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/it/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+link path=usr/share/help/it/accerciser/figures/api_browser.png \
+    target=../../../C/accerciser/figures/api_browser.png
+link path=usr/share/help/it/accerciser/figures/event_monitor.png \
+    target=../../../C/accerciser/figures/event_monitor.png
+link path=usr/share/help/it/accerciser/figures/event_monitor_plugin.png \
+    target=../../../C/accerciser/figures/event_monitor_plugin.png
+link path=usr/share/help/it/accerciser/figures/global-hotkeys.png \
+    target=../../../C/accerciser/figures/global-hotkeys.png
+link path=usr/share/help/it/accerciser/figures/highlighting.png \
+    target=../../../C/accerciser/figures/highlighting.png
+link path=usr/share/help/it/accerciser/figures/interface_viewer_plugin.png \
+    target=../../../C/accerciser/figures/interface_viewer_plugin.png
+link path=usr/share/help/it/accerciser/figures/plugins.png \
+    target=../../../C/accerciser/figures/plugins.png
+link path=usr/share/help/it/accerciser/figures/tree_view_accerciser.png \
+    target=../../../C/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/it/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+link path=usr/share/help/it/accerciser/figures/validator_report.png \
+    target=../../../C/accerciser/figures/validator_report.png
+file path=usr/share/help/it/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/it/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/it/accerciser/index.page
+file path=usr/share/help/it/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/it/accerciser/introduction.page
+file path=usr/share/help/it/accerciser/ipython_plugin.page
+file path=usr/share/help/it/accerciser/preferences.page
+file path=usr/share/help/it/accerciser/quick_select_plugin.page
+file path=usr/share/help/it/accerciser/validator_plugin.page
+file path=usr/share/help/ja/accerciser/api_browser_plugin.page
+file path=usr/share/help/ja/accerciser/desktop_tree_view.page
+file path=usr/share/help/ja/accerciser/event_monitor_plugin.page
+link path=usr/share/help/ja/accerciser/figures/IPython_plugin.png \
+    target=../../../C/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/ja/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+link path=usr/share/help/ja/accerciser/figures/accerciser-view.png \
+    target=../../../C/accerciser/figures/accerciser-view.png
+link path=usr/share/help/ja/accerciser/figures/accerciser_preferences.png \
+    target=../../../C/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/ja/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+link path=usr/share/help/ja/accerciser/figures/api_browser.png \
+    target=../../../C/accerciser/figures/api_browser.png
+link path=usr/share/help/ja/accerciser/figures/event_monitor.png \
+    target=../../../C/accerciser/figures/event_monitor.png
+link path=usr/share/help/ja/accerciser/figures/event_monitor_plugin.png \
+    target=../../../C/accerciser/figures/event_monitor_plugin.png
+link path=usr/share/help/ja/accerciser/figures/global-hotkeys.png \
+    target=../../../C/accerciser/figures/global-hotkeys.png
+link path=usr/share/help/ja/accerciser/figures/highlighting.png \
+    target=../../../C/accerciser/figures/highlighting.png
+link path=usr/share/help/ja/accerciser/figures/interface_viewer_plugin.png \
+    target=../../../C/accerciser/figures/interface_viewer_plugin.png
+link path=usr/share/help/ja/accerciser/figures/plugins.png \
+    target=../../../C/accerciser/figures/plugins.png
+link path=usr/share/help/ja/accerciser/figures/tree_view_accerciser.png \
+    target=../../../C/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/ja/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+link path=usr/share/help/ja/accerciser/figures/validator_report.png \
+    target=../../../C/accerciser/figures/validator_report.png
+file path=usr/share/help/ja/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/ja/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/ja/accerciser/index.page
+file path=usr/share/help/ja/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/ja/accerciser/introduction.page
+file path=usr/share/help/ja/accerciser/ipython_plugin.page
+file path=usr/share/help/ja/accerciser/preferences.page
+file path=usr/share/help/ja/accerciser/quick_select_plugin.page
+file path=usr/share/help/ja/accerciser/validator_plugin.page
+file path=usr/share/help/oc/accerciser/api_browser_plugin.page
+file path=usr/share/help/oc/accerciser/desktop_tree_view.page
+file path=usr/share/help/oc/accerciser/event_monitor_plugin.page
+link path=usr/share/help/oc/accerciser/figures/IPython_plugin.png \
+    target=../../../C/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/oc/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+link path=usr/share/help/oc/accerciser/figures/accerciser-view.png \
+    target=../../../C/accerciser/figures/accerciser-view.png
+link path=usr/share/help/oc/accerciser/figures/accerciser_preferences.png \
+    target=../../../C/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/oc/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+link path=usr/share/help/oc/accerciser/figures/api_browser.png \
+    target=../../../C/accerciser/figures/api_browser.png
+link path=usr/share/help/oc/accerciser/figures/event_monitor.png \
+    target=../../../C/accerciser/figures/event_monitor.png
+link path=usr/share/help/oc/accerciser/figures/event_monitor_plugin.png \
+    target=../../../C/accerciser/figures/event_monitor_plugin.png
+link path=usr/share/help/oc/accerciser/figures/global-hotkeys.png \
+    target=../../../C/accerciser/figures/global-hotkeys.png
+link path=usr/share/help/oc/accerciser/figures/highlighting.png \
+    target=../../../C/accerciser/figures/highlighting.png
+link path=usr/share/help/oc/accerciser/figures/interface_viewer_plugin.png \
+    target=../../../C/accerciser/figures/interface_viewer_plugin.png
+link path=usr/share/help/oc/accerciser/figures/plugins.png \
+    target=../../../C/accerciser/figures/plugins.png
+link path=usr/share/help/oc/accerciser/figures/tree_view_accerciser.png \
+    target=../../../C/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/oc/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+link path=usr/share/help/oc/accerciser/figures/validator_report.png \
+    target=../../../C/accerciser/figures/validator_report.png
+file path=usr/share/help/oc/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/oc/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/oc/accerciser/index.page
+file path=usr/share/help/oc/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/oc/accerciser/introduction.page
+file path=usr/share/help/oc/accerciser/ipython_plugin.page
+file path=usr/share/help/oc/accerciser/preferences.page
+file path=usr/share/help/oc/accerciser/quick_select_plugin.page
+file path=usr/share/help/oc/accerciser/validator_plugin.page
+file path=usr/share/help/pl/accerciser/api_browser_plugin.page
+file path=usr/share/help/pl/accerciser/desktop_tree_view.page
+file path=usr/share/help/pl/accerciser/event_monitor_plugin.page
+link path=usr/share/help/pl/accerciser/figures/IPython_plugin.png \
+    target=../../../C/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/pl/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+link path=usr/share/help/pl/accerciser/figures/accerciser-view.png \
+    target=../../../C/accerciser/figures/accerciser-view.png
+link path=usr/share/help/pl/accerciser/figures/accerciser_preferences.png \
+    target=../../../C/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/pl/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+file path=usr/share/help/pl/accerciser/figures/api_browser.png
+file path=usr/share/help/pl/accerciser/figures/event_monitor.png
+link path=usr/share/help/pl/accerciser/figures/event_monitor_plugin.png \
+    target=../../../C/accerciser/figures/event_monitor_plugin.png
+link path=usr/share/help/pl/accerciser/figures/global-hotkeys.png \
+    target=../../../C/accerciser/figures/global-hotkeys.png
+link path=usr/share/help/pl/accerciser/figures/highlighting.png \
+    target=../../../C/accerciser/figures/highlighting.png
+link path=usr/share/help/pl/accerciser/figures/interface_viewer_plugin.png \
+    target=../../../C/accerciser/figures/interface_viewer_plugin.png
+link path=usr/share/help/pl/accerciser/figures/plugins.png \
+    target=../../../C/accerciser/figures/plugins.png
+link path=usr/share/help/pl/accerciser/figures/tree_view_accerciser.png \
+    target=../../../C/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/pl/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+link path=usr/share/help/pl/accerciser/figures/validator_report.png \
+    target=../../../C/accerciser/figures/validator_report.png
+file path=usr/share/help/pl/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/pl/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/pl/accerciser/index.page
+file path=usr/share/help/pl/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/pl/accerciser/introduction.page
+file path=usr/share/help/pl/accerciser/ipython_plugin.page
+file path=usr/share/help/pl/accerciser/preferences.page
+file path=usr/share/help/pl/accerciser/quick_select_plugin.page
+file path=usr/share/help/pl/accerciser/validator_plugin.page
+file path=usr/share/help/pt_BR/accerciser/api_browser_plugin.page
+file path=usr/share/help/pt_BR/accerciser/desktop_tree_view.page
+file path=usr/share/help/pt_BR/accerciser/event_monitor_plugin.page
+link path=usr/share/help/pt_BR/accerciser/figures/IPython_plugin.png \
+    target=../../../C/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/pt_BR/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+link path=usr/share/help/pt_BR/accerciser/figures/accerciser-view.png \
+    target=../../../C/accerciser/figures/accerciser-view.png
+link path=usr/share/help/pt_BR/accerciser/figures/accerciser_preferences.png \
+    target=../../../C/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/pt_BR/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+link path=usr/share/help/pt_BR/accerciser/figures/api_browser.png \
+    target=../../../C/accerciser/figures/api_browser.png
+link path=usr/share/help/pt_BR/accerciser/figures/event_monitor.png \
+    target=../../../C/accerciser/figures/event_monitor.png
+link path=usr/share/help/pt_BR/accerciser/figures/event_monitor_plugin.png \
+    target=../../../C/accerciser/figures/event_monitor_plugin.png
+link path=usr/share/help/pt_BR/accerciser/figures/global-hotkeys.png \
+    target=../../../C/accerciser/figures/global-hotkeys.png
+link path=usr/share/help/pt_BR/accerciser/figures/highlighting.png \
+    target=../../../C/accerciser/figures/highlighting.png
+link path=usr/share/help/pt_BR/accerciser/figures/interface_viewer_plugin.png \
+    target=../../../C/accerciser/figures/interface_viewer_plugin.png
+link path=usr/share/help/pt_BR/accerciser/figures/plugins.png \
+    target=../../../C/accerciser/figures/plugins.png
+link path=usr/share/help/pt_BR/accerciser/figures/tree_view_accerciser.png \
+    target=../../../C/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/pt_BR/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+link path=usr/share/help/pt_BR/accerciser/figures/validator_report.png \
+    target=../../../C/accerciser/figures/validator_report.png
+file path=usr/share/help/pt_BR/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/pt_BR/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/pt_BR/accerciser/index.page
+file path=usr/share/help/pt_BR/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/pt_BR/accerciser/introduction.page
+file path=usr/share/help/pt_BR/accerciser/ipython_plugin.page
+file path=usr/share/help/pt_BR/accerciser/preferences.page
+file path=usr/share/help/pt_BR/accerciser/quick_select_plugin.page
+file path=usr/share/help/pt_BR/accerciser/validator_plugin.page
+file path=usr/share/help/sl/accerciser/api_browser_plugin.page
+file path=usr/share/help/sl/accerciser/desktop_tree_view.page
+file path=usr/share/help/sl/accerciser/event_monitor_plugin.page
+link path=usr/share/help/sl/accerciser/figures/IPython_plugin.png \
+    target=../../../C/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/sl/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+link path=usr/share/help/sl/accerciser/figures/accerciser-view.png \
+    target=../../../C/accerciser/figures/accerciser-view.png
+link path=usr/share/help/sl/accerciser/figures/accerciser_preferences.png \
+    target=../../../C/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/sl/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+link path=usr/share/help/sl/accerciser/figures/api_browser.png \
+    target=../../../C/accerciser/figures/api_browser.png
+link path=usr/share/help/sl/accerciser/figures/event_monitor.png \
+    target=../../../C/accerciser/figures/event_monitor.png
+link path=usr/share/help/sl/accerciser/figures/event_monitor_plugin.png \
+    target=../../../C/accerciser/figures/event_monitor_plugin.png
+link path=usr/share/help/sl/accerciser/figures/global-hotkeys.png \
+    target=../../../C/accerciser/figures/global-hotkeys.png
+link path=usr/share/help/sl/accerciser/figures/highlighting.png \
+    target=../../../C/accerciser/figures/highlighting.png
+link path=usr/share/help/sl/accerciser/figures/interface_viewer_plugin.png \
+    target=../../../C/accerciser/figures/interface_viewer_plugin.png
+link path=usr/share/help/sl/accerciser/figures/plugins.png \
+    target=../../../C/accerciser/figures/plugins.png
+link path=usr/share/help/sl/accerciser/figures/tree_view_accerciser.png \
+    target=../../../C/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/sl/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+link path=usr/share/help/sl/accerciser/figures/validator_report.png \
+    target=../../../C/accerciser/figures/validator_report.png
+file path=usr/share/help/sl/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/sl/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/sl/accerciser/index.page
+file path=usr/share/help/sl/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/sl/accerciser/introduction.page
+file path=usr/share/help/sl/accerciser/ipython_plugin.page
+file path=usr/share/help/sl/accerciser/preferences.page
+file path=usr/share/help/sl/accerciser/quick_select_plugin.page
+file path=usr/share/help/sl/accerciser/validator_plugin.page
+file path=usr/share/help/sv/accerciser/api_browser_plugin.page
+file path=usr/share/help/sv/accerciser/desktop_tree_view.page
+file path=usr/share/help/sv/accerciser/event_monitor_plugin.page
+link path=usr/share/help/sv/accerciser/figures/IPython_plugin.png \
+    target=../../../C/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/sv/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+link path=usr/share/help/sv/accerciser/figures/accerciser-view.png \
+    target=../../../C/accerciser/figures/accerciser-view.png
+link path=usr/share/help/sv/accerciser/figures/accerciser_preferences.png \
+    target=../../../C/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/sv/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+file path=usr/share/help/sv/accerciser/figures/api_browser.png
+file path=usr/share/help/sv/accerciser/figures/event_monitor.png
+link path=usr/share/help/sv/accerciser/figures/event_monitor_plugin.png \
+    target=../../../C/accerciser/figures/event_monitor_plugin.png
+link path=usr/share/help/sv/accerciser/figures/global-hotkeys.png \
+    target=../../../C/accerciser/figures/global-hotkeys.png
+link path=usr/share/help/sv/accerciser/figures/highlighting.png \
+    target=../../../C/accerciser/figures/highlighting.png
+link path=usr/share/help/sv/accerciser/figures/interface_viewer_plugin.png \
+    target=../../../C/accerciser/figures/interface_viewer_plugin.png
+link path=usr/share/help/sv/accerciser/figures/plugins.png \
+    target=../../../C/accerciser/figures/plugins.png
+link path=usr/share/help/sv/accerciser/figures/tree_view_accerciser.png \
+    target=../../../C/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/sv/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+link path=usr/share/help/sv/accerciser/figures/validator_report.png \
+    target=../../../C/accerciser/figures/validator_report.png
+file path=usr/share/help/sv/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/sv/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/sv/accerciser/index.page
+file path=usr/share/help/sv/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/sv/accerciser/introduction.page
+file path=usr/share/help/sv/accerciser/ipython_plugin.page
+file path=usr/share/help/sv/accerciser/preferences.page
+file path=usr/share/help/sv/accerciser/quick_select_plugin.page
+file path=usr/share/help/sv/accerciser/validator_plugin.page
+file path=usr/share/help/uk/accerciser/api_browser_plugin.page
+file path=usr/share/help/uk/accerciser/desktop_tree_view.page
+file path=usr/share/help/uk/accerciser/event_monitor_plugin.page
+link path=usr/share/help/uk/accerciser/figures/IPython_plugin.png \
+    target=../../../C/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/uk/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+link path=usr/share/help/uk/accerciser/figures/accerciser-view.png \
+    target=../../../C/accerciser/figures/accerciser-view.png
+link path=usr/share/help/uk/accerciser/figures/accerciser_preferences.png \
+    target=../../../C/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/uk/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+link path=usr/share/help/uk/accerciser/figures/api_browser.png \
+    target=../../../C/accerciser/figures/api_browser.png
+link path=usr/share/help/uk/accerciser/figures/event_monitor.png \
+    target=../../../C/accerciser/figures/event_monitor.png
+link path=usr/share/help/uk/accerciser/figures/event_monitor_plugin.png \
+    target=../../../C/accerciser/figures/event_monitor_plugin.png
+link path=usr/share/help/uk/accerciser/figures/global-hotkeys.png \
+    target=../../../C/accerciser/figures/global-hotkeys.png
+link path=usr/share/help/uk/accerciser/figures/highlighting.png \
+    target=../../../C/accerciser/figures/highlighting.png
+link path=usr/share/help/uk/accerciser/figures/interface_viewer_plugin.png \
+    target=../../../C/accerciser/figures/interface_viewer_plugin.png
+link path=usr/share/help/uk/accerciser/figures/plugins.png \
+    target=../../../C/accerciser/figures/plugins.png
+link path=usr/share/help/uk/accerciser/figures/tree_view_accerciser.png \
+    target=../../../C/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/uk/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+link path=usr/share/help/uk/accerciser/figures/validator_report.png \
+    target=../../../C/accerciser/figures/validator_report.png
+file path=usr/share/help/uk/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/uk/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/uk/accerciser/index.page
+file path=usr/share/help/uk/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/uk/accerciser/introduction.page
+file path=usr/share/help/uk/accerciser/ipython_plugin.page
+file path=usr/share/help/uk/accerciser/preferences.page
+file path=usr/share/help/uk/accerciser/quick_select_plugin.page
+file path=usr/share/help/uk/accerciser/validator_plugin.page
+file path=usr/share/help/zh_CN/accerciser/api_browser_plugin.page
+file path=usr/share/help/zh_CN/accerciser/desktop_tree_view.page
+file path=usr/share/help/zh_CN/accerciser/event_monitor_plugin.page
+link path=usr/share/help/zh_CN/accerciser/figures/IPython_plugin.png \
+    target=../../../C/accerciser/figures/IPython_plugin.png
+link path=usr/share/help/zh_CN/accerciser/figures/accerciser-logo.png \
+    target=../../../C/accerciser/figures/accerciser-logo.png
+link path=usr/share/help/zh_CN/accerciser/figures/accerciser-view.png \
+    target=../../../C/accerciser/figures/accerciser-view.png
+link path=usr/share/help/zh_CN/accerciser/figures/accerciser_preferences.png \
+    target=../../../C/accerciser/figures/accerciser_preferences.png
+link path=usr/share/help/zh_CN/accerciser/figures/accessible_tree.png \
+    target=../../../C/accerciser/figures/accessible_tree.png
+link path=usr/share/help/zh_CN/accerciser/figures/api_browser.png \
+    target=../../../C/accerciser/figures/api_browser.png
+link path=usr/share/help/zh_CN/accerciser/figures/event_monitor.png \
+    target=../../../C/accerciser/figures/event_monitor.png
+link path=usr/share/help/zh_CN/accerciser/figures/event_monitor_plugin.png \
+    target=../../../C/accerciser/figures/event_monitor_plugin.png
+link path=usr/share/help/zh_CN/accerciser/figures/global-hotkeys.png \
+    target=../../../C/accerciser/figures/global-hotkeys.png
+link path=usr/share/help/zh_CN/accerciser/figures/highlighting.png \
+    target=../../../C/accerciser/figures/highlighting.png
+link path=usr/share/help/zh_CN/accerciser/figures/interface_viewer_plugin.png \
+    target=../../../C/accerciser/figures/interface_viewer_plugin.png
+link path=usr/share/help/zh_CN/accerciser/figures/plugins.png \
+    target=../../../C/accerciser/figures/plugins.png
+link path=usr/share/help/zh_CN/accerciser/figures/tree_view_accerciser.png \
+    target=../../../C/accerciser/figures/tree_view_accerciser.png
+link path=usr/share/help/zh_CN/accerciser/figures/validator_app_tree.png \
+    target=../../../C/accerciser/figures/validator_app_tree.png
+link path=usr/share/help/zh_CN/accerciser/figures/validator_report.png \
+    target=../../../C/accerciser/figures/validator_report.png
+file path=usr/share/help/zh_CN/accerciser/howto_setting_up_accerciser.page
+file path=usr/share/help/zh_CN/accerciser/howto_write_a_plugin.page
+file path=usr/share/help/zh_CN/accerciser/index.page
+file path=usr/share/help/zh_CN/accerciser/interface_viewer_plugin.page
+file path=usr/share/help/zh_CN/accerciser/introduction.page
+file path=usr/share/help/zh_CN/accerciser/ipython_plugin.page
+file path=usr/share/help/zh_CN/accerciser/preferences.page
+file path=usr/share/help/zh_CN/accerciser/quick_select_plugin.page
+file path=usr/share/help/zh_CN/accerciser/validator_plugin.page
+file path=usr/share/icons/HighContrast/scalable/apps/accerciser.svg
+file path=usr/share/icons/hicolor/16x16/apps/accerciser.png
+file path=usr/share/icons/hicolor/22x22/apps/accerciser.png
+file path=usr/share/icons/hicolor/32x32/apps/accerciser.png
+file path=usr/share/icons/hicolor/48x48/apps/accerciser.png
+file path=usr/share/icons/hicolor/scalable/apps/accerciser.svg
+file path=usr/share/locale/ar/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/as/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/ast/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/be/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/bg/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/bn/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/bn_IN/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/br/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/ca/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/ca@valencia/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/cs/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/da/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/de/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/dz/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/el/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/en@shaw/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/en_CA/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/en_GB/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/eo/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/es/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/et/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/eu/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/fi/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/fr/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/gl/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/gu/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/he/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/hi/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/hu/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/hy/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/id/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/it/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/ja/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/km/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/kn/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/ko/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/lt/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/lv/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/mai/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/mk/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/ml/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/mr/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/nb/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/nl/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/oc/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/or/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/pa/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/pl/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/pt/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/pt_BR/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/ro/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/ru/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/si/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/sk/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/sl/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/sq/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/sr/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/sr@latin/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/sv/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/te/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/tg/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/th/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/tr/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/ug/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/uk/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/vi/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/zh_CN/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/zh_HK/LC_MESSAGES/accerciser.mo
+file path=usr/share/locale/zh_TW/LC_MESSAGES/accerciser.mo
+file path=usr/share/man/man1/accerciser.1
+license COPYING license=BSD
+
+# from gi.repository import Atk as atk
+depend type=require fmri=__TBD pkg.tmp.gi-typelib=Atk-1.0
+# from gi.repository import Gdk as gdk
+depend type=require fmri=__TBD pkg.tmp.gi-typelib=Gdk-3.0
+# from gi.repository import GdkPixbuf
+depend type=require fmri=__TBD pkg.tmp.gi-typelib=GdkPixbuf-2.0
+# from gi.repository import Gtk as gtk
+depend type=require fmri=__TBD pkg.tmp.gi-typelib=Gtk-3.0
+# from gi.repository import Pango
+depend type=require fmri=__TBD pkg.tmp.gi-typelib=Pango-1.0
+# gi.require_version('Wnck', '3.0')
+# from gi.repository import Wnck as wnck
+depend type=require fmri=__TBD pkg.tmp.gi-typelib=Wnck-3.0
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/accerciser/patches/01-vendor-packages.patch	Thu Oct 13 09:15:47 2016 -0700
@@ -0,0 +1,17 @@
+Adjust path to accerciser's modules to look in vendor-packages instead
+of in site-packages, to match where we install on Solaris.
+
+Not suitable for upstream as-is, would need modification to follow
+$(pkgpythondir) from configure instead.
+
+--- accerciser-3.14.0/src/accerciser.in	2014-08-18 15:03:29.000000000 -0700
++++ accerciser-3.14.0/src/accerciser.in	2016-08-30 22:54:41.210135315 -0700
+@@ -36,7 +36,7 @@
+ # use __file__ and for now hope that lib is relative to bin.
+ sys.prefix = '@prefix@'
+ libs = os.path.join(sys.prefix, 'lib',
+-                    'python@PYTHON_VERSION@', 'site-packages')
++                    'python@PYTHON_VERSION@', 'vendor-packages')
+ # point to the proper site-packages path
+ sys.path.insert(1, libs)
+ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/accerciser/test/results-32.master	Thu Oct 13 09:15:47 2016 -0700
@@ -0,0 +1,302 @@
+make[1]: Entering directory '$(@D)'
+Making check in doc
+make[2]: Entering directory '$(@D)/doc'
+make[2]: Nothing to be done for 'check'.
+make[2]: Leaving directory '$(@D)/doc'
+Making check in help
+make[2]: Entering directory '$(@D)/help'
+for lc in C ca cs de el en_GB es fr gl it ja oc pl pt_BR sl sv uk zh_CN; do \
+  if test -d "$lc"; \
+    then d=; \
+    xmlpath="$lc"; \
+  else \
+    d="$(SOURCE_DIR)/help/"; \
+    xmlpath="$lc:$(SOURCE_DIR)/help/$lc"; \
+  fi; \
+  for page in api_browser_plugin.page desktop_tree_view.page event_monitor_plugin.page howto_setting_up_accerciser.page howto_write_a_plugin.page index.page interface_viewer_plugin.page introduction.page ipython_plugin.page preferences.page quick_select_plugin.page validator_plugin.page; do \
+    echo "xmllint --noout --noent --path $xmlpath --xinclude $d$lc/$page"; \
+    xmllint --noout --noent --path "$xmlpath" --xinclude "$d$lc/$page"; \
+  done; \
+done
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/api_browser_plugin.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/desktop_tree_view.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/event_monitor_plugin.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/howto_setting_up_accerciser.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/howto_write_a_plugin.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/index.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/interface_viewer_plugin.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/introduction.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/ipython_plugin.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/preferences.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/quick_select_plugin.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/validator_plugin.page
+xmllint --noout --noent --path ca --xinclude ca/api_browser_plugin.page
+xmllint --noout --noent --path ca --xinclude ca/desktop_tree_view.page
+xmllint --noout --noent --path ca --xinclude ca/event_monitor_plugin.page
+xmllint --noout --noent --path ca --xinclude ca/howto_setting_up_accerciser.page
+xmllint --noout --noent --path ca --xinclude ca/howto_write_a_plugin.page
+xmllint --noout --noent --path ca --xinclude ca/index.page
+xmllint --noout --noent --path ca --xinclude ca/interface_viewer_plugin.page
+xmllint --noout --noent --path ca --xinclude ca/introduction.page
+xmllint --noout --noent --path ca --xinclude ca/ipython_plugin.page
+xmllint --noout --noent --path ca --xinclude ca/preferences.page
+xmllint --noout --noent --path ca --xinclude ca/quick_select_plugin.page
+xmllint --noout --noent --path ca --xinclude ca/validator_plugin.page
+xmllint --noout --noent --path cs --xinclude cs/api_browser_plugin.page
+xmllint --noout --noent --path cs --xinclude cs/desktop_tree_view.page
+xmllint --noout --noent --path cs --xinclude cs/event_monitor_plugin.page
+xmllint --noout --noent --path cs --xinclude cs/howto_setting_up_accerciser.page
+xmllint --noout --noent --path cs --xinclude cs/howto_write_a_plugin.page
+xmllint --noout --noent --path cs --xinclude cs/index.page
+xmllint --noout --noent --path cs --xinclude cs/interface_viewer_plugin.page
+xmllint --noout --noent --path cs --xinclude cs/introduction.page
+xmllint --noout --noent --path cs --xinclude cs/ipython_plugin.page
+xmllint --noout --noent --path cs --xinclude cs/preferences.page
+xmllint --noout --noent --path cs --xinclude cs/quick_select_plugin.page
+xmllint --noout --noent --path cs --xinclude cs/validator_plugin.page
+xmllint --noout --noent --path de --xinclude de/api_browser_plugin.page
+xmllint --noout --noent --path de --xinclude de/desktop_tree_view.page
+xmllint --noout --noent --path de --xinclude de/event_monitor_plugin.page
+xmllint --noout --noent --path de --xinclude de/howto_setting_up_accerciser.page
+xmllint --noout --noent --path de --xinclude de/howto_write_a_plugin.page
+xmllint --noout --noent --path de --xinclude de/index.page
+xmllint --noout --noent --path de --xinclude de/interface_viewer_plugin.page
+xmllint --noout --noent --path de --xinclude de/introduction.page
+xmllint --noout --noent --path de --xinclude de/ipython_plugin.page
+xmllint --noout --noent --path de --xinclude de/preferences.page
+xmllint --noout --noent --path de --xinclude de/quick_select_plugin.page
+xmllint --noout --noent --path de --xinclude de/validator_plugin.page
+xmllint --noout --noent --path el --xinclude el/api_browser_plugin.page
+xmllint --noout --noent --path el --xinclude el/desktop_tree_view.page
+xmllint --noout --noent --path el --xinclude el/event_monitor_plugin.page
+xmllint --noout --noent --path el --xinclude el/howto_setting_up_accerciser.page
+xmllint --noout --noent --path el --xinclude el/howto_write_a_plugin.page
+xmllint --noout --noent --path el --xinclude el/index.page
+xmllint --noout --noent --path el --xinclude el/interface_viewer_plugin.page
+xmllint --noout --noent --path el --xinclude el/introduction.page
+xmllint --noout --noent --path el --xinclude el/ipython_plugin.page
+xmllint --noout --noent --path el --xinclude el/preferences.page
+xmllint --noout --noent --path el --xinclude el/quick_select_plugin.page
+xmllint --noout --noent --path el --xinclude el/validator_plugin.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/api_browser_plugin.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/desktop_tree_view.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/event_monitor_plugin.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/howto_setting_up_accerciser.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/howto_write_a_plugin.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/index.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/interface_viewer_plugin.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/introduction.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/ipython_plugin.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/preferences.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/quick_select_plugin.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/validator_plugin.page
+xmllint --noout --noent --path es --xinclude es/api_browser_plugin.page
+xmllint --noout --noent --path es --xinclude es/desktop_tree_view.page
+xmllint --noout --noent --path es --xinclude es/event_monitor_plugin.page
+xmllint --noout --noent --path es --xinclude es/howto_setting_up_accerciser.page
+xmllint --noout --noent --path es --xinclude es/howto_write_a_plugin.page
+xmllint --noout --noent --path es --xinclude es/index.page
+xmllint --noout --noent --path es --xinclude es/interface_viewer_plugin.page
+xmllint --noout --noent --path es --xinclude es/introduction.page
+xmllint --noout --noent --path es --xinclude es/ipython_plugin.page
+xmllint --noout --noent --path es --xinclude es/preferences.page
+xmllint --noout --noent --path es --xinclude es/quick_select_plugin.page
+xmllint --noout --noent --path es --xinclude es/validator_plugin.page
+xmllint --noout --noent --path fr --xinclude fr/api_browser_plugin.page
+xmllint --noout --noent --path fr --xinclude fr/desktop_tree_view.page
+xmllint --noout --noent --path fr --xinclude fr/event_monitor_plugin.page
+xmllint --noout --noent --path fr --xinclude fr/howto_setting_up_accerciser.page
+xmllint --noout --noent --path fr --xinclude fr/howto_write_a_plugin.page
+xmllint --noout --noent --path fr --xinclude fr/index.page
+xmllint --noout --noent --path fr --xinclude fr/interface_viewer_plugin.page
+xmllint --noout --noent --path fr --xinclude fr/introduction.page
+xmllint --noout --noent --path fr --xinclude fr/ipython_plugin.page
+xmllint --noout --noent --path fr --xinclude fr/preferences.page
+xmllint --noout --noent --path fr --xinclude fr/quick_select_plugin.page
+xmllint --noout --noent --path fr --xinclude fr/validator_plugin.page
+xmllint --noout --noent --path gl --xinclude gl/api_browser_plugin.page
+xmllint --noout --noent --path gl --xinclude gl/desktop_tree_view.page
+xmllint --noout --noent --path gl --xinclude gl/event_monitor_plugin.page
+xmllint --noout --noent --path gl --xinclude gl/howto_setting_up_accerciser.page
+xmllint --noout --noent --path gl --xinclude gl/howto_write_a_plugin.page
+xmllint --noout --noent --path gl --xinclude gl/index.page
+xmllint --noout --noent --path gl --xinclude gl/interface_viewer_plugin.page
+xmllint --noout --noent --path gl --xinclude gl/introduction.page
+xmllint --noout --noent --path gl --xinclude gl/ipython_plugin.page
+xmllint --noout --noent --path gl --xinclude gl/preferences.page
+xmllint --noout --noent --path gl --xinclude gl/quick_select_plugin.page
+xmllint --noout --noent --path gl --xinclude gl/validator_plugin.page
+xmllint --noout --noent --path it --xinclude it/api_browser_plugin.page
+xmllint --noout --noent --path it --xinclude it/desktop_tree_view.page
+xmllint --noout --noent --path it --xinclude it/event_monitor_plugin.page
+xmllint --noout --noent --path it --xinclude it/howto_setting_up_accerciser.page
+xmllint --noout --noent --path it --xinclude it/howto_write_a_plugin.page
+xmllint --noout --noent --path it --xinclude it/index.page
+xmllint --noout --noent --path it --xinclude it/interface_viewer_plugin.page
+xmllint --noout --noent --path it --xinclude it/introduction.page
+xmllint --noout --noent --path it --xinclude it/ipython_plugin.page
+xmllint --noout --noent --path it --xinclude it/preferences.page
+xmllint --noout --noent --path it --xinclude it/quick_select_plugin.page
+xmllint --noout --noent --path it --xinclude it/validator_plugin.page
+xmllint --noout --noent --path ja --xinclude ja/api_browser_plugin.page
+xmllint --noout --noent --path ja --xinclude ja/desktop_tree_view.page
+xmllint --noout --noent --path ja --xinclude ja/event_monitor_plugin.page
+xmllint --noout --noent --path ja --xinclude ja/howto_setting_up_accerciser.page
+xmllint --noout --noent --path ja --xinclude ja/howto_write_a_plugin.page
+xmllint --noout --noent --path ja --xinclude ja/index.page
+xmllint --noout --noent --path ja --xinclude ja/interface_viewer_plugin.page
+xmllint --noout --noent --path ja --xinclude ja/introduction.page
+xmllint --noout --noent --path ja --xinclude ja/ipython_plugin.page
+xmllint --noout --noent --path ja --xinclude ja/preferences.page
+xmllint --noout --noent --path ja --xinclude ja/quick_select_plugin.page
+xmllint --noout --noent --path ja --xinclude ja/validator_plugin.page
+xmllint --noout --noent --path oc --xinclude oc/api_browser_plugin.page
+xmllint --noout --noent --path oc --xinclude oc/desktop_tree_view.page
+xmllint --noout --noent --path oc --xinclude oc/event_monitor_plugin.page
+xmllint --noout --noent --path oc --xinclude oc/howto_setting_up_accerciser.page
+xmllint --noout --noent --path oc --xinclude oc/howto_write_a_plugin.page
+xmllint --noout --noent --path oc --xinclude oc/index.page
+xmllint --noout --noent --path oc --xinclude oc/interface_viewer_plugin.page
+xmllint --noout --noent --path oc --xinclude oc/introduction.page
+xmllint --noout --noent --path oc --xinclude oc/ipython_plugin.page
+xmllint --noout --noent --path oc --xinclude oc/preferences.page
+xmllint --noout --noent --path oc --xinclude oc/quick_select_plugin.page
+xmllint --noout --noent --path oc --xinclude oc/validator_plugin.page
+xmllint --noout --noent --path pl --xinclude pl/api_browser_plugin.page
+xmllint --noout --noent --path pl --xinclude pl/desktop_tree_view.page
+xmllint --noout --noent --path pl --xinclude pl/event_monitor_plugin.page
+xmllint --noout --noent --path pl --xinclude pl/howto_setting_up_accerciser.page
+xmllint --noout --noent --path pl --xinclude pl/howto_write_a_plugin.page
+xmllint --noout --noent --path pl --xinclude pl/index.page
+xmllint --noout --noent --path pl --xinclude pl/interface_viewer_plugin.page
+xmllint --noout --noent --path pl --xinclude pl/introduction.page
+xmllint --noout --noent --path pl --xinclude pl/ipython_plugin.page
+xmllint --noout --noent --path pl --xinclude pl/preferences.page
+xmllint --noout --noent --path pl --xinclude pl/quick_select_plugin.page
+xmllint --noout --noent --path pl --xinclude pl/validator_plugin.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/api_browser_plugin.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/desktop_tree_view.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/event_monitor_plugin.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/howto_setting_up_accerciser.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/howto_write_a_plugin.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/index.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/interface_viewer_plugin.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/introduction.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/ipython_plugin.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/preferences.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/quick_select_plugin.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/validator_plugin.page
+xmllint --noout --noent --path sl --xinclude sl/api_browser_plugin.page
+xmllint --noout --noent --path sl --xinclude sl/desktop_tree_view.page
+xmllint --noout --noent --path sl --xinclude sl/event_monitor_plugin.page
+xmllint --noout --noent --path sl --xinclude sl/howto_setting_up_accerciser.page
+xmllint --noout --noent --path sl --xinclude sl/howto_write_a_plugin.page
+xmllint --noout --noent --path sl --xinclude sl/index.page
+xmllint --noout --noent --path sl --xinclude sl/interface_viewer_plugin.page
+xmllint --noout --noent --path sl --xinclude sl/introduction.page
+xmllint --noout --noent --path sl --xinclude sl/ipython_plugin.page
+xmllint --noout --noent --path sl --xinclude sl/preferences.page
+xmllint --noout --noent --path sl --xinclude sl/quick_select_plugin.page
+xmllint --noout --noent --path sl --xinclude sl/validator_plugin.page
+xmllint --noout --noent --path sv --xinclude sv/api_browser_plugin.page
+xmllint --noout --noent --path sv --xinclude sv/desktop_tree_view.page
+xmllint --noout --noent --path sv --xinclude sv/event_monitor_plugin.page
+xmllint --noout --noent --path sv --xinclude sv/howto_setting_up_accerciser.page
+xmllint --noout --noent --path sv --xinclude sv/howto_write_a_plugin.page
+xmllint --noout --noent --path sv --xinclude sv/index.page
+xmllint --noout --noent --path sv --xinclude sv/interface_viewer_plugin.page
+xmllint --noout --noent --path sv --xinclude sv/introduction.page
+xmllint --noout --noent --path sv --xinclude sv/ipython_plugin.page
+xmllint --noout --noent --path sv --xinclude sv/preferences.page
+xmllint --noout --noent --path sv --xinclude sv/quick_select_plugin.page
+xmllint --noout --noent --path sv --xinclude sv/validator_plugin.page
+xmllint --noout --noent --path uk --xinclude uk/api_browser_plugin.page
+xmllint --noout --noent --path uk --xinclude uk/desktop_tree_view.page
+xmllint --noout --noent --path uk --xinclude uk/event_monitor_plugin.page
+xmllint --noout --noent --path uk --xinclude uk/howto_setting_up_accerciser.page
+xmllint --noout --noent --path uk --xinclude uk/howto_write_a_plugin.page
+xmllint --noout --noent --path uk --xinclude uk/index.page
+xmllint --noout --noent --path uk --xinclude uk/interface_viewer_plugin.page
+xmllint --noout --noent --path uk --xinclude uk/introduction.page
+xmllint --noout --noent --path uk --xinclude uk/ipython_plugin.page
+xmllint --noout --noent --path uk --xinclude uk/preferences.page
+xmllint --noout --noent --path uk --xinclude uk/quick_select_plugin.page
+xmllint --noout --noent --path uk --xinclude uk/validator_plugin.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/api_browser_plugin.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/desktop_tree_view.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/event_monitor_plugin.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/howto_setting_up_accerciser.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/howto_write_a_plugin.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/index.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/interface_viewer_plugin.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/introduction.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/ipython_plugin.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/preferences.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/quick_select_plugin.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/validator_plugin.page
+make[2]: Leaving directory '$(@D)/help'
+Making check in icons
+make[2]: Entering directory '$(@D)/icons'
+Making check in hicolor
+make[3]: Entering directory '$(@D)/icons/hicolor'
+make[3]: Nothing to be done for 'check'.
+make[3]: Leaving directory '$(@D)/icons/hicolor'
+Making check in HighContrast
+make[3]: Entering directory '$(@D)/icons/HighContrast'
+make[3]: Nothing to be done for 'check'.
+make[3]: Leaving directory '$(@D)/icons/HighContrast'
+make[3]: Entering directory '$(@D)/icons'
+make[3]: Nothing to be done for 'check-am'.
+make[3]: Leaving directory '$(@D)/icons'
+make[2]: Leaving directory '$(@D)/icons'
+Making check in plugindata
+make[2]: Entering directory '$(@D)/plugindata'
+Making check in validate
+make[3]: Entering directory '$(@D)/plugindata/validate'
+make[3]: Nothing to be done for 'check'.
+make[3]: Leaving directory '$(@D)/plugindata/validate'
+make[3]: Entering directory '$(@D)/plugindata'
+make[3]: Nothing to be done for 'check-am'.
+make[3]: Leaving directory '$(@D)/plugindata'
+make[2]: Leaving directory '$(@D)/plugindata'
+Making check in plugins
+make[2]: Entering directory '$(@D)/plugins'
+make[2]: Nothing to be done for 'check'.
+make[2]: Leaving directory '$(@D)/plugins'
+Making check in po
+make[2]: Entering directory '$(@D)/po'
+rm -f missing notexist
+if [ -r missing -o -r notexist ]; then \
+  exit 1; \
+fi
+make[2]: Leaving directory '$(@D)/po'
+Making check in src
+make[2]: Entering directory '$(@D)/src'
+Making check in lib
+make[3]: Entering directory '$(@D)/src/lib'
+Making check in accerciser
+make[4]: Entering directory '$(@D)/src/lib/accerciser'
+Making check in plugin
+make[5]: Entering directory '$(@D)/src/lib/accerciser/plugin'
+make[5]: Nothing to be done for 'check'.
+make[5]: Leaving directory '$(@D)/src/lib/accerciser/plugin'
+make[5]: Entering directory '$(@D)/src/lib/accerciser'
+make[5]: Nothing to be done for 'check-am'.
+make[5]: Leaving directory '$(@D)/src/lib/accerciser'
+make[4]: Leaving directory '$(@D)/src/lib/accerciser'
+make[4]: Entering directory '$(@D)/src/lib'
+make[4]: Nothing to be done for 'check-am'.
+make[4]: Leaving directory '$(@D)/src/lib'
+make[3]: Leaving directory '$(@D)/src/lib'
+make[3]: Entering directory '$(@D)/src'
+make[3]: Nothing to be done for 'check-am'.
+make[3]: Leaving directory '$(@D)/src'
+make[2]: Leaving directory '$(@D)/src'
+Making check in pixmaps
+make[2]: Entering directory '$(@D)/pixmaps'
+make[2]: Nothing to be done for 'check'.
+make[2]: Leaving directory '$(@D)/pixmaps'
+make[2]: Entering directory '$(@D)'
+make[2]: Nothing to be done for 'check-am'.
+make[2]: Leaving directory '$(@D)'
+make[1]: Leaving directory '$(@D)'
--- a/components/meta-packages/incorporation-cache	Tue Oct 25 13:37:01 2016 -0700
+++ b/components/meta-packages/incorporation-cache	Thu Oct 13 09:15:47 2016 -0700
@@ -66,7 +66,6 @@
 consolidation/userland/userland-incorporation:desktop/[email protected]
 consolidation/userland/userland-incorporation:desktop/remote-desktop/[email protected]
 consolidation/userland/userland-incorporation:developer/ui-designer/[email protected]
-consolidation/userland/userland-incorporation:gnome/accessibility/[email protected]
 consolidation/userland/userland-incorporation:gnome/accessibility/[email protected]
 consolidation/userland/userland-incorporation:gnome/applet/[email protected]
 consolidation/userland/userland-incorporation:gnome/applet/[email protected]