summaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-04-01 20:33:17 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-04-01 20:33:17 +0800
commit8e84aa6effc11aec8c8351e2eaada5a6f5d12149 (patch)
tree1a4924159a070450177aa3acfe5422c449fb860d /accessibility
parent7af7fd9438963e7b15a827442515d7a2a5623b15 (diff)
downloadmarcuscom-ports-8e84aa6effc11aec8c8351e2eaada5a6f5d12149.tar
marcuscom-ports-8e84aa6effc11aec8c8351e2eaada5a6f5d12149.tar.gz
marcuscom-ports-8e84aa6effc11aec8c8351e2eaada5a6f5d12149.tar.bz2
marcuscom-ports-8e84aa6effc11aec8c8351e2eaada5a6f5d12149.tar.lz
marcuscom-ports-8e84aa6effc11aec8c8351e2eaada5a6f5d12149.tar.xz
marcuscom-ports-8e84aa6effc11aec8c8351e2eaada5a6f5d12149.tar.zst
marcuscom-ports-8e84aa6effc11aec8c8351e2eaada5a6f5d12149.zip
update to 1.10.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13940 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/accerciser/Makefile49
-rw-r--r--accessibility/accerciser/distinfo3
-rw-r--r--accessibility/accerciser/pkg-descr5
-rw-r--r--accessibility/accerciser/pkg-plist373
4 files changed, 430 insertions, 0 deletions
diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile
new file mode 100644
index 000000000..cc2832612
--- /dev/null
+++ b/accessibility/accerciser/Makefile
@@ -0,0 +1,49 @@
+# New ports collection makefile for: accerciser
+# Date created: 2007-09-17
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= accerciser
+PORTVERSION= 1.10.0
+CATEGORIES= accessibility gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Interactive Python accessibility explorer for GNOME
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= pygnomedesktop atspi intlhack
+USE_PYTHON= yes
+USE_GETTEXT= yes
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+GNU_CONFIGURE= yes
+USE_DISPLAY= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= accerciser.schemas
+MAN1= accerciser.1
+
+.if !defined(DISPLAY)
+pre-configure:
+ @if [ -f ${WRKDIR}/.Xvfb.pid ]; then \
+ ${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \
+ ${RM} -f ${WRKDIR}/.Xvfb.pid ; \
+ fi
+ @${LOCALBASE}/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & ${ECHO} $$! > ${WRKDIR}/.Xvfb.pid
+ @sleep 5
+
+post-configure:
+ @if [ -f ${WRKDIR}/.Xvfb.pid ]; then \
+ ${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \
+ ${RM} -f ${WRKDIR}/.Xvfb.pid ; \
+ fi
+.endif
+
+.include <bsd.port.mk>
diff --git a/accessibility/accerciser/distinfo b/accessibility/accerciser/distinfo
new file mode 100644
index 000000000..dfef8ba5a
--- /dev/null
+++ b/accessibility/accerciser/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/accerciser-1.10.0.tar.bz2) = 8a8af7c11078a793e93083ed77d13088
+SHA256 (gnome2/accerciser-1.10.0.tar.bz2) = a1844781bbd64d9d779c8d4a6797c34a01348a2b3073fb9eb91e92767a4aa602
+SIZE (gnome2/accerciser-1.10.0.tar.bz2) = 1537021
diff --git a/accessibility/accerciser/pkg-descr b/accessibility/accerciser/pkg-descr
new file mode 100644
index 000000000..fe0530271
--- /dev/null
+++ b/accessibility/accerciser/pkg-descr
@@ -0,0 +1,5 @@
+Accerciser is an interactive Python accessibility explorer for the GNOME
+desktop. It uses AT-SPI to inspect and control widgets, allowing you to check
+if an application is providing correct information to assistive technologies
+and automated test frameworks. Accerciser has a simple plugin framework which
+you can use to create custom views of accessibility information.
diff --git a/accessibility/accerciser/pkg-plist b/accessibility/accerciser/pkg-plist
new file mode 100644
index 000000000..bbef2642d
--- /dev/null
+++ b/accessibility/accerciser/pkg-plist
@@ -0,0 +1,373 @@
+bin/accerciser
+%%PYTHON_SITELIBDIR%%/accerciser/__init__.py
+%%PYTHON_SITELIBDIR%%/accerciser/__init__.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/__init__.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/about_dialog.py
+%%PYTHON_SITELIBDIR%%/accerciser/about_dialog.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/about_dialog.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/accerciser.py
+%%PYTHON_SITELIBDIR%%/accerciser/accerciser.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/accerciser.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/accessible_treeview.py
+%%PYTHON_SITELIBDIR%%/accerciser/accessible_treeview.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/accessible_treeview.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/bookmarks.py
+%%PYTHON_SITELIBDIR%%/accerciser/bookmarks.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/bookmarks.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/hotkey_manager.py
+%%PYTHON_SITELIBDIR%%/accerciser/hotkey_manager.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/hotkey_manager.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/i18n.py
+%%PYTHON_SITELIBDIR%%/accerciser/i18n.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/i18n.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/icons.py
+%%PYTHON_SITELIBDIR%%/accerciser/icons.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/icons.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/main_window.py
+%%PYTHON_SITELIBDIR%%/accerciser/main_window.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/main_window.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/node.py
+%%PYTHON_SITELIBDIR%%/accerciser/node.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/node.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/__init__.py
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/__init__.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/__init__.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/base_plugin.py
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/base_plugin.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/base_plugin.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/message.py
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/message.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/message.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/plugin_manager.py
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/plugin_manager.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/plugin_manager.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/view.py
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/view.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/view.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.py
+%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/script_playback.py
+%%PYTHON_SITELIBDIR%%/accerciser/script_playback.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/script_playback.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/tools.py
+%%PYTHON_SITELIBDIR%%/accerciser/tools.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/tools.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.py
+%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.pyo
+%%DATADIR%%/pixmaps/hicolor/22x22/acceleratorlabel.png
+%%DATADIR%%/pixmaps/hicolor/22x22/alert.png
+%%DATADIR%%/pixmaps/hicolor/22x22/animation.png
+%%DATADIR%%/pixmaps/hicolor/22x22/arrow.png
+%%DATADIR%%/pixmaps/hicolor/22x22/calendar.png
+%%DATADIR%%/pixmaps/hicolor/22x22/canvas.png
+%%DATADIR%%/pixmaps/hicolor/22x22/care.png
+%%DATADIR%%/pixmaps/hicolor/22x22/character.png
+%%DATADIR%%/pixmaps/hicolor/22x22/chart.png
+%%DATADIR%%/pixmaps/hicolor/22x22/checkbox.png
+%%DATADIR%%/pixmaps/hicolor/22x22/checkmenuitem.png
+%%DATADIR%%/pixmaps/hicolor/22x22/clock.png
+%%DATADIR%%/pixmaps/hicolor/22x22/colorchooser.png
+%%DATADIR%%/pixmaps/hicolor/22x22/column.png
+%%DATADIR%%/pixmaps/hicolor/22x22/columnheader.png
+%%DATADIR%%/pixmaps/hicolor/22x22/combobox.png
+%%DATADIR%%/pixmaps/hicolor/22x22/cursor.png
+%%DATADIR%%/pixmaps/hicolor/22x22/dateeditor.png
+%%DATADIR%%/pixmaps/hicolor/22x22/desktopicon.png
+%%DATADIR%%/pixmaps/hicolor/22x22/dial.png
+%%DATADIR%%/pixmaps/hicolor/22x22/dialog.png
+%%DATADIR%%/pixmaps/hicolor/22x22/directorypane.png
+%%DATADIR%%/pixmaps/hicolor/22x22/drawingarea.png
+%%DATADIR%%/pixmaps/hicolor/22x22/embedded.png
+%%DATADIR%%/pixmaps/hicolor/22x22/endnote.png
+%%DATADIR%%/pixmaps/hicolor/22x22/entry.png
+%%DATADIR%%/pixmaps/hicolor/22x22/filechooser.png
+%%DATADIR%%/pixmaps/hicolor/22x22/filler.png
+%%DATADIR%%/pixmaps/hicolor/22x22/focustraversable.png
+%%DATADIR%%/pixmaps/hicolor/22x22/fontchooser.png
+%%DATADIR%%/pixmaps/hicolor/22x22/form.png
+%%DATADIR%%/pixmaps/hicolor/22x22/frame.png
+%%DATADIR%%/pixmaps/hicolor/22x22/glasspane.png
+%%DATADIR%%/pixmaps/hicolor/22x22/grip.png
+%%DATADIR%%/pixmaps/hicolor/22x22/heading.png
+%%DATADIR%%/pixmaps/hicolor/22x22/helpballoon.png
+%%DATADIR%%/pixmaps/hicolor/22x22/htmlcontainer.png
+%%DATADIR%%/pixmaps/hicolor/22x22/icon.png
+%%DATADIR%%/pixmaps/hicolor/22x22/image.png
+%%DATADIR%%/pixmaps/hicolor/22x22/imagemap.png
+%%DATADIR%%/pixmaps/hicolor/22x22/inputmethodwindow.png
+%%DATADIR%%/pixmaps/hicolor/22x22/invalid.png
+%%DATADIR%%/pixmaps/hicolor/22x22/label.png
+%%DATADIR%%/pixmaps/hicolor/22x22/link.png
+%%DATADIR%%/pixmaps/hicolor/22x22/list.png
+%%DATADIR%%/pixmaps/hicolor/22x22/listitem.png
+%%DATADIR%%/pixmaps/hicolor/22x22/menu.png
+%%DATADIR%%/pixmaps/hicolor/22x22/menubar.png
+%%DATADIR%%/pixmaps/hicolor/22x22/menuitem.png
+%%DATADIR%%/pixmaps/hicolor/22x22/pagetab.png
+%%DATADIR%%/pixmaps/hicolor/22x22/pagetablist.png
+%%DATADIR%%/pixmaps/hicolor/22x22/passwordtext.png
+%%DATADIR%%/pixmaps/hicolor/22x22/popupmenu.png
+%%DATADIR%%/pixmaps/hicolor/22x22/progressbar.png
+%%DATADIR%%/pixmaps/hicolor/22x22/pushbutton.png
+%%DATADIR%%/pixmaps/hicolor/22x22/radiobutton.png
+%%DATADIR%%/pixmaps/hicolor/22x22/radiomenuitem.png
+%%DATADIR%%/pixmaps/hicolor/22x22/row.png
+%%DATADIR%%/pixmaps/hicolor/22x22/ruler.png
+%%DATADIR%%/pixmaps/hicolor/22x22/scrollbar.png
+%%DATADIR%%/pixmaps/hicolor/22x22/scrollpane.png
+%%DATADIR%%/pixmaps/hicolor/22x22/section.png
+%%DATADIR%%/pixmaps/hicolor/22x22/separator.png
+%%DATADIR%%/pixmaps/hicolor/22x22/shape.png
+%%DATADIR%%/pixmaps/hicolor/22x22/slider.png
+%%DATADIR%%/pixmaps/hicolor/22x22/sound.png
+%%DATADIR%%/pixmaps/hicolor/22x22/spinbutton.png
+%%DATADIR%%/pixmaps/hicolor/22x22/splitpane.png
+%%DATADIR%%/pixmaps/hicolor/22x22/statusbar.png
+%%DATADIR%%/pixmaps/hicolor/22x22/table.png
+%%DATADIR%%/pixmaps/hicolor/22x22/tablecell.png
+%%DATADIR%%/pixmaps/hicolor/22x22/tearoffmenuitem.png
+%%DATADIR%%/pixmaps/hicolor/22x22/terminal.png
+%%DATADIR%%/pixmaps/hicolor/22x22/text.png
+%%DATADIR%%/pixmaps/hicolor/22x22/togglebutton.png
+%%DATADIR%%/pixmaps/hicolor/22x22/toolbar.png
+%%DATADIR%%/pixmaps/hicolor/22x22/tooltip.png
+%%DATADIR%%/pixmaps/hicolor/22x22/tree.png
+%%DATADIR%%/pixmaps/hicolor/22x22/treetable.png
+%%DATADIR%%/pixmaps/hicolor/22x22/window.png
+%%DATADIR%%/plugindata/validate/basic.py
+%%DATADIR%%/plugins/api_view.py
+%%DATADIR%%/plugins/console.py
+%%DATADIR%%/plugins/event_monitor.py
+%%DATADIR%%/plugins/event_monitor.ui
+%%DATADIR%%/plugins/interface_view.py
+%%DATADIR%%/plugins/interface_view.ui
+%%DATADIR%%/plugins/ipython_view.py
+%%DATADIR%%/plugins/quick_select.py
+%%DATADIR%%/plugins/script_recorder.py
+%%DATADIR%%/plugins/script_recorder.ui
+%%DATADIR%%/plugins/validate.py
+%%DATADIR%%/plugins/validate.ui
+share/applications/accerciser.desktop
+share/gnome/help/accerciser/C/accerciser.xml
+share/gnome/help/accerciser/C/figures/accerciser.png
+share/gnome/help/accerciser/C/figures/api_browser.png
+share/gnome/help/accerciser/C/figures/event_monitor.png
+share/gnome/help/accerciser/C/figures/interface_viewer.png
+share/gnome/help/accerciser/C/figures/script_recorder.png
+share/gnome/help/accerciser/C/legal.xml
+share/gnome/help/accerciser/ca/accerciser.xml
+share/gnome/help/accerciser/ca/figures/accerciser.png
+share/gnome/help/accerciser/ca/figures/api_browser.png
+share/gnome/help/accerciser/ca/figures/event_monitor.png
+share/gnome/help/accerciser/ca/figures/interface_viewer.png
+share/gnome/help/accerciser/ca/figures/script_recorder.png
+share/gnome/help/accerciser/cs/accerciser.xml
+share/gnome/help/accerciser/cs/figures/accerciser.png
+share/gnome/help/accerciser/cs/figures/api_browser.png
+share/gnome/help/accerciser/cs/figures/event_monitor.png
+share/gnome/help/accerciser/cs/figures/interface_viewer.png
+share/gnome/help/accerciser/cs/figures/script_recorder.png
+share/gnome/help/accerciser/de/accerciser.xml
+share/gnome/help/accerciser/de/figures/accerciser.png
+share/gnome/help/accerciser/de/figures/api_browser.png
+share/gnome/help/accerciser/de/figures/event_monitor.png
+share/gnome/help/accerciser/de/figures/interface_viewer.png
+share/gnome/help/accerciser/de/figures/script_recorder.png
+share/gnome/help/accerciser/en_GB/accerciser.xml
+share/gnome/help/accerciser/en_GB/figures/accerciser.png
+share/gnome/help/accerciser/en_GB/figures/api_browser.png
+share/gnome/help/accerciser/en_GB/figures/event_monitor.png
+share/gnome/help/accerciser/en_GB/figures/interface_viewer.png
+share/gnome/help/accerciser/en_GB/figures/script_recorder.png
+share/gnome/help/accerciser/el/accerciser.xml
+share/gnome/help/accerciser/el/figures/accerciser.png
+share/gnome/help/accerciser/el/figures/api_browser.png
+share/gnome/help/accerciser/el/figures/event_monitor.png
+share/gnome/help/accerciser/el/figures/interface_viewer.png
+share/gnome/help/accerciser/el/figures/script_recorder.png
+share/gnome/help/accerciser/es/accerciser.xml
+share/gnome/help/accerciser/es/figures/accerciser.png
+share/gnome/help/accerciser/es/figures/api_browser.png
+share/gnome/help/accerciser/es/figures/event_monitor.png
+share/gnome/help/accerciser/es/figures/interface_viewer.png
+share/gnome/help/accerciser/es/figures/script_recorder.png
+share/gnome/help/accerciser/fr/accerciser.xml
+share/gnome/help/accerciser/fr/figures/accerciser.png
+share/gnome/help/accerciser/fr/figures/api_browser.png
+share/gnome/help/accerciser/fr/figures/event_monitor.png
+share/gnome/help/accerciser/fr/figures/interface_viewer.png
+share/gnome/help/accerciser/fr/figures/script_recorder.png
+share/gnome/help/accerciser/it/accerciser.xml
+share/gnome/help/accerciser/it/figures/accerciser.png
+share/gnome/help/accerciser/it/figures/api_browser.png
+share/gnome/help/accerciser/it/figures/event_monitor.png
+share/gnome/help/accerciser/it/figures/interface_viewer.png
+share/gnome/help/accerciser/it/figures/script_recorder.png
+share/gnome/help/accerciser/oc/accerciser.xml
+share/gnome/help/accerciser/oc/figures/accerciser.png
+share/gnome/help/accerciser/oc/figures/api_browser.png
+share/gnome/help/accerciser/oc/figures/event_monitor.png
+share/gnome/help/accerciser/oc/figures/interface_viewer.png
+share/gnome/help/accerciser/oc/figures/script_recorder.png
+share/gnome/help/accerciser/pt_BR/accerciser.xml
+share/gnome/help/accerciser/pt_BR/figures/accerciser.png
+share/gnome/help/accerciser/pt_BR/figures/api_browser.png
+share/gnome/help/accerciser/pt_BR/figures/event_monitor.png
+share/gnome/help/accerciser/pt_BR/figures/interface_viewer.png
+share/gnome/help/accerciser/pt_BR/figures/script_recorder.png
+share/gnome/help/accerciser/sv/accerciser.xml
+share/gnome/help/accerciser/sv/figures/accerciser.png
+share/gnome/help/accerciser/sv/figures/api_browser.png
+share/gnome/help/accerciser/sv/figures/event_monitor.png
+share/gnome/help/accerciser/sv/figures/interface_viewer.png
+share/gnome/help/accerciser/sv/figures/script_recorder.png
+share/gnome/help/accerciser/uk/accerciser.xml
+share/gnome/help/accerciser/uk/figures/accerciser.png
+share/gnome/help/accerciser/uk/figures/api_browser.png
+share/gnome/help/accerciser/uk/figures/event_monitor.png
+share/gnome/help/accerciser/uk/figures/interface_viewer.png
+share/gnome/help/accerciser/uk/figures/script_recorder.png
+share/gnome/help/accerciser/zh_CN/accerciser.xml
+share/gnome/help/accerciser/zh_CN/figures/accerciser.png
+share/gnome/help/accerciser/zh_CN/figures/api_browser.png
+share/gnome/help/accerciser/zh_CN/figures/event_monitor.png
+share/gnome/help/accerciser/zh_CN/figures/interface_viewer.png
+share/gnome/help/accerciser/zh_CN/figures/script_recorder.png
+share/icons/hicolor/16x16/apps/accerciser.png
+share/icons/hicolor/22x22/apps/accerciser.png
+share/icons/hicolor/32x32/apps/accerciser.png
+share/icons/hicolor/48x48/apps/accerciser.png
+share/icons/hicolor/scalable/apps/accerciser.svg
+share/locale/ar/LC_MESSAGES/accerciser.mo
+share/locale/bg/LC_MESSAGES/accerciser.mo
+share/locale/br/LC_MESSAGES/accerciser.mo
+share/locale/bn/LC_MESSAGES/accerciser.mo
+share/locale/bn_IN/LC_MESSAGES/accerciser.mo
+share/locale/ca/LC_MESSAGES/accerciser.mo
+share/locale/ca@valencia/LC_MESSAGES/accerciser.mo
+share/locale/cs/LC_MESSAGES/accerciser.mo
+share/locale/da/LC_MESSAGES/accerciser.mo
+share/locale/de/LC_MESSAGES/accerciser.mo
+share/locale/dz/LC_MESSAGES/accerciser.mo
+share/locale/el/LC_MESSAGES/accerciser.mo
+share/locale/en@shaw/LC_MESSAGES/accerciser.mo
+share/locale/en_CA/LC_MESSAGES/accerciser.mo
+share/locale/en_GB/LC_MESSAGES/accerciser.mo
+share/locale/es/LC_MESSAGES/accerciser.mo
+share/locale/et/LC_MESSAGES/accerciser.mo
+share/locale/eu/LC_MESSAGES/accerciser.mo
+share/locale/fi/LC_MESSAGES/accerciser.mo
+share/locale/fr/LC_MESSAGES/accerciser.mo
+share/locale/gl/LC_MESSAGES/accerciser.mo
+share/locale/gu/LC_MESSAGES/accerciser.mo
+share/locale/he/LC_MESSAGES/accerciser.mo
+share/locale/hi/LC_MESSAGES/accerciser.mo
+share/locale/hu/LC_MESSAGES/accerciser.mo
+share/locale/id/LC_MESSAGES/accerciser.mo
+share/locale/it/LC_MESSAGES/accerciser.mo
+share/locale/ja/LC_MESSAGES/accerciser.mo
+share/locale/kn/LC_MESSAGES/accerciser.mo
+share/locale/lt/LC_MESSAGES/accerciser.mo
+share/locale/lv/LC_MESSAGES/accerciser.mo
+share/locale/mai/LC_MESSAGES/accerciser.mo
+share/locale/mk/LC_MESSAGES/accerciser.mo
+share/locale/ml/LC_MESSAGES/accerciser.mo
+share/locale/mr/LC_MESSAGES/accerciser.mo
+share/locale/nb/LC_MESSAGES/accerciser.mo
+share/locale/nl/LC_MESSAGES/accerciser.mo
+share/locale/oc/LC_MESSAGES/accerciser.mo
+share/locale/or/LC_MESSAGES/accerciser.mo
+share/locale/pa/LC_MESSAGES/accerciser.mo
+share/locale/pl/LC_MESSAGES/accerciser.mo
+share/locale/pt/LC_MESSAGES/accerciser.mo
+share/locale/pt_BR/LC_MESSAGES/accerciser.mo
+share/locale/ro/LC_MESSAGES/accerciser.mo
+share/locale/ru/LC_MESSAGES/accerciser.mo
+share/locale/si/LC_MESSAGES/accerciser.mo
+share/locale/sl/LC_MESSAGES/accerciser.mo
+share/locale/sq/LC_MESSAGES/accerciser.mo
+share/locale/sv/LC_MESSAGES/accerciser.mo
+share/locale/te/LC_MESSAGES/accerciser.mo
+share/locale/th/LC_MESSAGES/accerciser.mo
+share/locale/tr/LC_MESSAGES/accerciser.mo
+share/locale/uk/LC_MESSAGES/accerciser.mo
+share/locale/vi/LC_MESSAGES/accerciser.mo
+share/locale/zh_CN/LC_MESSAGES/accerciser.mo
+share/locale/zh_HK/LC_MESSAGES/accerciser.mo
+share/locale/zh_TW/LC_MESSAGES/accerciser.mo
+share/omf/accerciser/accerciser-C.omf
+share/omf/accerciser/accerciser-ca.omf
+share/omf/accerciser/accerciser-cs.omf
+share/omf/accerciser/accerciser-de.omf
+share/omf/accerciser/accerciser-en_GB.omf
+share/omf/accerciser/accerciser-el.omf
+share/omf/accerciser/accerciser-es.omf
+share/omf/accerciser/accerciser-fr.omf
+share/omf/accerciser/accerciser-it.omf
+share/omf/accerciser/accerciser-oc.omf
+share/omf/accerciser/accerciser-pt_BR.omf
+share/omf/accerciser/accerciser-sv.omf
+share/omf/accerciser/accerciser-uk.omf
+share/omf/accerciser/accerciser-zh_CN.omf
+@dirrm share/omf/accerciser
+@dirrm share/gnome/help/accerciser/zh_CN/figures
+@dirrm share/gnome/help/accerciser/zh_CN
+@dirrm share/gnome/help/accerciser/uk/figures
+@dirrm share/gnome/help/accerciser/uk
+@dirrm share/gnome/help/accerciser/sv/figures
+@dirrm share/gnome/help/accerciser/sv
+@dirrm share/gnome/help/accerciser/pt_BR/figures
+@dirrm share/gnome/help/accerciser/pt_BR
+@dirrm share/gnome/help/accerciser/oc/figures
+@dirrm share/gnome/help/accerciser/oc
+@dirrm share/gnome/help/accerciser/it/figures
+@dirrm share/gnome/help/accerciser/it
+@dirrm share/gnome/help/accerciser/fr/figures
+@dirrm share/gnome/help/accerciser/fr
+@dirrm share/gnome/help/accerciser/es/figures
+@dirrm share/gnome/help/accerciser/es
+@dirrm share/gnome/help/accerciser/el/figures
+@dirrm share/gnome/help/accerciser/el
+@dirrm share/gnome/help/accerciser/en_GB/figures
+@dirrm share/gnome/help/accerciser/en_GB
+@dirrm share/gnome/help/accerciser/de/figures
+@dirrm share/gnome/help/accerciser/de
+@dirrm share/gnome/help/accerciser/cs/figures
+@dirrm share/gnome/help/accerciser/cs
+@dirrm share/gnome/help/accerciser/ca/figures
+@dirrm share/gnome/help/accerciser/ca
+@dirrm share/gnome/help/accerciser/C/figures
+@dirrm share/gnome/help/accerciser/C
+@dirrm share/gnome/help/accerciser
+@dirrmtry share/applications
+@dirrm %%DATADIR%%/plugins
+@dirrm %%DATADIR%%/plugindata/validate
+@dirrm %%DATADIR%%/plugindata
+@dirrm %%DATADIR%%/pixmaps/hicolor/22x22
+@dirrm %%DATADIR%%/pixmaps/hicolor
+@dirrm %%DATADIR%%/pixmaps
+@dirrm %%DATADIR%%
+@dirrm %%PYTHON_SITELIBDIR%%/accerciser/plugin
+@dirrm %%PYTHON_SITELIBDIR%%/accerciser
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/si/LC_MESSAGES
+@dirrmtry share/locale/si
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN