summaryrefslogtreecommitdiffstats
path: root/accessibility/accerciser
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
commit2f836c64a2940e1460834c4085ba6d418001bf17 (patch)
tree81909a3bce2caf57600151b32c8dcb1e7735c28c /accessibility/accerciser
parent262752d178a4a70c9cd941f23ee5052d0e8968d9 (diff)
downloadmarcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.gz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.bz2
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.lz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.xz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.zst
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.zip
Remove these ports now that they have been merged into the FreeBSD ports
tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11869 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/accerciser')
-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-plist296
4 files changed, 0 insertions, 353 deletions
diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile
deleted file mode 100644
index fb7388c94..000000000
--- a/accessibility/accerciser/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# New ports collection makefile for: accerciser
-# Date created: 2007-09-17
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/accessibility/accerciser/Makefile,v 1.22 2008/09/08 22:29:14 kwm Exp $
-#
-
-PORTNAME= accerciser
-PORTVERSION= 1.4.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
deleted file mode 100644
index f82295c92..000000000
--- a/accessibility/accerciser/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/accerciser-1.4.0.tar.bz2) = c46b768906d6a02f83bf96e8843890c1
-SHA256 (gnome2/accerciser-1.4.0.tar.bz2) = ca714cf55dca66637a63725c019afde7082763d281721801a77e600bda5db6c6
-SIZE (gnome2/accerciser-1.4.0.tar.bz2) = 1338182
diff --git a/accessibility/accerciser/pkg-descr b/accessibility/accerciser/pkg-descr
deleted file mode 100644
index fe0530271..000000000
--- a/accessibility/accerciser/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index f6a5aac4b..000000000
--- a/accessibility/accerciser/pkg-plist
+++ /dev/null
@@ -1,296 +0,0 @@
-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.glade
-%%DATADIR%%/plugins/event_monitor.py
-%%DATADIR%%/plugins/interface_view.glade
-%%DATADIR%%/plugins/interface_view.py
-%%DATADIR%%/plugins/ipython_view.py
-%%DATADIR%%/plugins/quick_select.py
-%%DATADIR%%/plugins/script_recorder.glade
-%%DATADIR%%/plugins/script_recorder.py
-%%DATADIR%%/plugins/validate.glade
-%%DATADIR%%/plugins/validate.py
-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/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/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/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/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/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/bn/LC_MESSAGES/accerciser.mo
-share/locale/bn_IN/LC_MESSAGES/accerciser.mo
-share/locale/ca/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_CA/LC_MESSAGES/accerciser.mo
-share/locale/en_GB/LC_MESSAGES/accerciser.mo
-share/locale/es/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/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/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/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-en_GB.omf
-share/omf/accerciser/accerciser-es.omf
-share/omf/accerciser/accerciser-fr.omf
-share/omf/accerciser/accerciser-oc.omf
-share/omf/accerciser/accerciser-sv.omf
-@dirrm share/omf/accerciser
-@dirrm share/gnome/help/accerciser/sv/figures
-@dirrm share/gnome/help/accerciser/sv
-@dirrm share/gnome/help/accerciser/oc/figures
-@dirrm share/gnome/help/accerciser/oc
-@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/en_GB/figures
-@dirrm share/gnome/help/accerciser/en_GB
-@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/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN