diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /accessibility | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
Notes
Notes:
svn path=/head/; revision=201947
Diffstat (limited to 'accessibility')
40 files changed, 1622 insertions, 1532 deletions
diff --git a/accessibility/Makefile b/accessibility/Makefile index 241425fae4d9..af6030e5312b 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -3,6 +3,7 @@ COMMENT = Ports to help disabled users + SUBDIR += accerciser SUBDIR += at-poke SUBDIR += at-spi SUBDIR += at-spi-reference diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile new file mode 100644 index 000000000000..aecc9aa18c14 --- /dev/null +++ b/accessibility/accerciser/Makefile @@ -0,0 +1,30 @@ +# 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.4 2007/10/13 21:08:59 marcus Exp $ +# + +PORTNAME= accerciser +PORTVERSION= 1.0.1 +CATEGORIES= accessibility gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Interactive Python accessibility explorer for GNOME + +USE_BZIP2= yes +USE_GNOME= pygnomedesktop +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +USE_PYTHON= yes +MAN1= accerciser.1 +INSTALLS_OMF= yes +USE_GETTEXT= yes +INSTALLS_ICONS= yes +GCONF_SCHEMAS= accerciser.schemas + +.include <bsd.port.mk> diff --git a/accessibility/accerciser/distinfo b/accessibility/accerciser/distinfo new file mode 100644 index 000000000000..681dc74bfba4 --- /dev/null +++ b/accessibility/accerciser/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/accerciser-1.0.1.tar.bz2) = 0bfcef80d75ab5772fca31e5021721c4 +SHA256 (gnome2/accerciser-1.0.1.tar.bz2) = f444711071b15075ddb2c7871b58db3df6c49db62650ee33441d97715e0fdbc9 +SIZE (gnome2/accerciser-1.0.1.tar.bz2) = 858043 diff --git a/accessibility/accerciser/pkg-descr b/accessibility/accerciser/pkg-descr new file mode 100644 index 000000000000..fe0530271806 --- /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 000000000000..8f8a5cdba474 --- /dev/null +++ b/accessibility/accerciser/pkg-plist @@ -0,0 +1,270 @@ +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/pyatspi.zip +%%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%%/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 +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/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/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/ja/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/nb/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/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-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/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 +@dirrm %%DATADIR%%/plugins +@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/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/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/applications diff --git a/accessibility/at-poke/Makefile b/accessibility/at-poke/Makefile index d198f3cb8686..9f49131e2e07 100644 --- a/accessibility/at-poke/Makefile +++ b/accessibility/at-poke/Makefile @@ -7,7 +7,7 @@ PORTNAME= at-poke PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= accessibility gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/accessibility/at-poke/pkg-plist b/accessibility/at-poke/pkg-plist index c31eb298378c..173d9ca33033 100644 --- a/accessibility/at-poke/pkg-plist +++ b/accessibility/at-poke/pkg-plist @@ -1,3 +1,3 @@ bin/at-poke -share/gnome/at-poke/at-poke.glade2 -@dirrm share/gnome/at-poke +share/at-poke/at-poke.glade2 +@dirrm share/at-poke diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index dde9bea839e8..c679cda4a1d7 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -3,12 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/at-spi/Makefile,v 1.56 2007/03/12 13:22:49 ahze Exp $ +# $MCom: ports/accessibility/at-spi/Makefile,v 1.65 2007/10/15 17:22:02 mezz Exp $ # PORTNAME= at-spi -PORTVERSION= 1.18.1 -PORTREVISION?= 1 +PORTVERSION= 1.20.1 +PORTREVISION?= 0 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -23,14 +23,15 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo \ +USE_GNOME= gnomehack gnomehier intltool gail libbonobo \ intlhack USE_XLIB= yes +USE_PYTHON= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" post-extract: @${RM} -f ${WRKSRC}/registryd/Accessibility_Registry.server diff --git a/accessibility/at-spi/distinfo b/accessibility/at-spi/distinfo index cd07c6f0306d..373f19b3d3ff 100644 --- a/accessibility/at-spi/distinfo +++ b/accessibility/at-spi/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/at-spi-1.18.1.tar.bz2) = 46c531204df5d39f7e83822372b0ce69 -SHA256 (gnome2/at-spi-1.18.1.tar.bz2) = 3b0be3207eb5cf4b1c1666b1dcd341ac914802b5404defb812e3b2aa9e78e7aa -SIZE (gnome2/at-spi-1.18.1.tar.bz2) = 780306 +MD5 (gnome2/at-spi-1.20.1.tar.bz2) = 9dc4ce96c17452cd285d006d03574e93 +SHA256 (gnome2/at-spi-1.20.1.tar.bz2) = d592833339a347d6e4b33946b717b7bbe61f7730d714112cd99715c5a3a3714e +SIZE (gnome2/at-spi-1.20.1.tar.bz2) = 842254 diff --git a/accessibility/at-spi/files/patch-docs_reference_idl_Makefile.in b/accessibility/at-spi/files/patch-docs_reference_idl_Makefile.in deleted file mode 100644 index f8b41ab8c214..000000000000 --- a/accessibility/at-spi/files/patch-docs_reference_idl_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/idl/Makefile.in.orig Fri Mar 31 17:43:05 2006 -+++ docs/reference/idl/Makefile.in Fri Mar 31 17:43:28 2006 -@@ -233,7 +233,7 @@ sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - doxygen_configfile = Doxyfile - EXTRA_DIST = Doxyfile README html --referencetopdir = $(datadir)/doc/at-spi-$(VERSION)/reference -+referencetopdir = $(prefix)/share/doc/at-spi-$(VERSION)/reference - referencedir = $(referencetopdir)/html - all: all-am - diff --git a/accessibility/at-spi/pkg-plist b/accessibility/at-spi/pkg-plist index 74f5318c15a7..8d213686b51d 100644 --- a/accessibility/at-spi/pkg-plist +++ b/accessibility/at-spi/pkg-plist @@ -8,6 +8,7 @@ include/at-spi-1.0/libspi/accessible.h include/at-spi-1.0/libspi/action.h include/at-spi-1.0/libspi/application.h include/at-spi-1.0/libspi/base.h +include/at-spi-1.0/libspi/collection.h include/at-spi-1.0/libspi/component.h include/at-spi-1.0/libspi/devicelistener.h include/at-spi-1.0/libspi/document.h @@ -20,6 +21,7 @@ include/at-spi-1.0/libspi/keymasks.h include/at-spi-1.0/libspi/keystrokelistener.h include/at-spi-1.0/libspi/libspi.h include/at-spi-1.0/libspi/listener.h +include/at-spi-1.0/libspi/matchrule.h include/at-spi-1.0/libspi/relation.h include/at-spi-1.0/libspi/remoteobject.h include/at-spi-1.0/libspi/selection.h @@ -51,34 +53,53 @@ lib/orbit-2.0/Accessibility_LoginHelper_module.so lib/orbit-2.0/Accessibility_module.a lib/orbit-2.0/Accessibility_module.la lib/orbit-2.0/Accessibility_module.so +%%PYTHON_SITELIBDIR%%/pyatspi/__init__.py +%%PYTHON_SITELIBDIR%%/pyatspi/__init__.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__init__.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/accessible.py +%%PYTHON_SITELIBDIR%%/pyatspi/accessible.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/accessible.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/constants.py +%%PYTHON_SITELIBDIR%%/pyatspi/constants.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/constants.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/event.py +%%PYTHON_SITELIBDIR%%/pyatspi/event.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/event.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/registry.py +%%PYTHON_SITELIBDIR%%/pyatspi/registry.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/registry.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/utils.py +%%PYTHON_SITELIBDIR%%/pyatspi/utils.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/utils.pyo libdata/bonobo/servers/Accessibility_Registry.server libdata/pkgconfig/cspi-1.0.pc libdata/pkgconfig/libloginhelper-1.0.pc libdata/pkgconfig/libspi-1.0.pc libexec/at-spi-registryd -share/gnome/idl/at-spi-1.0/Accessibility.idl -share/gnome/idl/at-spi-1.0/Accessibility_Accessible.idl -share/gnome/idl/at-spi-1.0/Accessibility_Action.idl -share/gnome/idl/at-spi-1.0/Accessibility_Application.idl -share/gnome/idl/at-spi-1.0/Accessibility_Component.idl -share/gnome/idl/at-spi-1.0/Accessibility_Desktop.idl -share/gnome/idl/at-spi-1.0/Accessibility_Document.idl -share/gnome/idl/at-spi-1.0/Accessibility_EditableText.idl -share/gnome/idl/at-spi-1.0/Accessibility_Event.idl -share/gnome/idl/at-spi-1.0/Accessibility_Hyperlink.idl -share/gnome/idl/at-spi-1.0/Accessibility_Hypertext.idl -share/gnome/idl/at-spi-1.0/Accessibility_Image.idl -share/gnome/idl/at-spi-1.0/Accessibility_LoginHelper.idl -share/gnome/idl/at-spi-1.0/Accessibility_Registry.idl -share/gnome/idl/at-spi-1.0/Accessibility_Relation.idl -share/gnome/idl/at-spi-1.0/Accessibility_Role.idl -share/gnome/idl/at-spi-1.0/Accessibility_Selection.idl -share/gnome/idl/at-spi-1.0/Accessibility_Selector.idl -share/gnome/idl/at-spi-1.0/Accessibility_State.idl -share/gnome/idl/at-spi-1.0/Accessibility_StreamableContent.idl -share/gnome/idl/at-spi-1.0/Accessibility_Table.idl -share/gnome/idl/at-spi-1.0/Accessibility_Text.idl -share/gnome/idl/at-spi-1.0/Accessibility_Value.idl +share/idl/at-spi-1.0/Accessibility.idl +share/idl/at-spi-1.0/Accessibility_Accessible.idl +share/idl/at-spi-1.0/Accessibility_Action.idl +share/idl/at-spi-1.0/Accessibility_Application.idl +share/idl/at-spi-1.0/Accessibility_Collection.idl +share/idl/at-spi-1.0/Accessibility_Component.idl +share/idl/at-spi-1.0/Accessibility_Desktop.idl +share/idl/at-spi-1.0/Accessibility_Document.idl +share/idl/at-spi-1.0/Accessibility_EditableText.idl +share/idl/at-spi-1.0/Accessibility_Event.idl +share/idl/at-spi-1.0/Accessibility_Hyperlink.idl +share/idl/at-spi-1.0/Accessibility_Hypertext.idl +share/idl/at-spi-1.0/Accessibility_Image.idl +share/idl/at-spi-1.0/Accessibility_LoginHelper.idl +share/idl/at-spi-1.0/Accessibility_Registry.idl +share/idl/at-spi-1.0/Accessibility_Relation.idl +share/idl/at-spi-1.0/Accessibility_Role.idl +share/idl/at-spi-1.0/Accessibility_Selection.idl +share/idl/at-spi-1.0/Accessibility_Selector.idl +share/idl/at-spi-1.0/Accessibility_State.idl +share/idl/at-spi-1.0/Accessibility_StreamableContent.idl +share/idl/at-spi-1.0/Accessibility_Table.idl +share/idl/at-spi-1.0/Accessibility_Text.idl +share/idl/at-spi-1.0/Accessibility_Value.idl share/locale/ar/LC_MESSAGES/at-spi.mo share/locale/az/LC_MESSAGES/at-spi.mo share/locale/be/LC_MESSAGES/at-spi.mo @@ -121,6 +142,7 @@ share/locale/nb/LC_MESSAGES/at-spi.mo share/locale/ne/LC_MESSAGES/at-spi.mo share/locale/nl/LC_MESSAGES/at-spi.mo share/locale/nn/LC_MESSAGES/at-spi.mo +share/locale/oc/LC_MESSAGES/at-spi.mo share/locale/or/LC_MESSAGES/at-spi.mo share/locale/pa/LC_MESSAGES/at-spi.mo share/locale/pl/LC_MESSAGES/at-spi.mo @@ -145,12 +167,13 @@ share/locale/xh/LC_MESSAGES/at-spi.mo share/locale/zh_CN/LC_MESSAGES/at-spi.mo share/locale/zh_HK/LC_MESSAGES/at-spi.mo share/locale/zh_TW/LC_MESSAGES/at-spi.mo -@dirrm share/gnome/idl/at-spi-1.0 -@dirrmtry lib/orbit-2.0 +@dirrm share/idl/at-spi-1.0 +@dirrm %%PYTHON_SITELIBDIR%%/pyatspi @dirrm include/at-spi-1.0/login-helper @dirrm include/at-spi-1.0/libspi @dirrm include/at-spi-1.0/cspi @dirrm include/at-spi-1.0 +@dirrmtry lib/orbit-2.0 @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/xh/LC_MESSAGES @@ -161,6 +184,8 @@ share/locale/zh_TW/LC_MESSAGES/at-spi.mo @dirrmtry share/locale/sr@ije @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@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 diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 0b552406fb5f..e128f52c1c3c 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -3,12 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/atk/Makefile,v 1.78 2007/03/12 13:28:58 ahze Exp $ +# $MCom: ports/accessibility/atk/Makefile,v 1.85 2007/09/17 12:52:17 ahze Exp $ # PORTNAME= atk -PORTVERSION= 1.18.0 -PORTREVISION?= 1 +PORTVERSION= 1.20.0 +PORTREVISION?= 0 CATEGORIES= accessibility devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/accessibility/atk/distinfo b/accessibility/atk/distinfo index 5fada467793e..4008bfaea678 100644 --- a/accessibility/atk/distinfo +++ b/accessibility/atk/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/atk-1.18.0.tar.bz2) = 9fc33ec48fd32933f7f630479dfad667 -SHA256 (gnome2/atk-1.18.0.tar.bz2) = be2d537642a43b5a1e85a2d0f813167b8585781ff83203a4f68206c3ecd6a315 -SIZE (gnome2/atk-1.18.0.tar.bz2) = 655890 +MD5 (gnome2/atk-1.20.0.tar.bz2) = b1a9e28d9f54ea306bd85a4c84b25fb8 +SHA256 (gnome2/atk-1.20.0.tar.bz2) = 1f3b2f2cbb5b0d8da0924970c66c3ecbfe13c4e4360b0af1db7545401a3747c9 +SIZE (gnome2/atk-1.20.0.tar.bz2) = 705435 diff --git a/accessibility/atk/pkg-plist b/accessibility/atk/pkg-plist index d83c44116415..1c7afa927b66 100644 --- a/accessibility/atk/pkg-plist +++ b/accessibility/atk/pkg-plist @@ -85,6 +85,7 @@ share/locale/nb/LC_MESSAGES/atk10.mo share/locale/ne/LC_MESSAGES/atk10.mo share/locale/nl/LC_MESSAGES/atk10.mo share/locale/nn/LC_MESSAGES/atk10.mo +share/locale/oc/LC_MESSAGES/atk10.mo share/locale/or/LC_MESSAGES/atk10.mo share/locale/pa/LC_MESSAGES/atk10.mo share/locale/pl/LC_MESSAGES/atk10.mo @@ -93,6 +94,7 @@ share/locale/pt_BR/LC_MESSAGES/atk10.mo share/locale/ro/LC_MESSAGES/atk10.mo share/locale/ru/LC_MESSAGES/atk10.mo share/locale/rw/LC_MESSAGES/atk10.mo +share/locale/si/LC_MESSAGES/atk10.mo share/locale/sk/LC_MESSAGES/atk10.mo share/locale/sl/LC_MESSAGES/atk10.mo share/locale/sq/LC_MESSAGES/atk10.mo @@ -131,8 +133,12 @@ share/locale/zh_TW/LC_MESSAGES/atk10.mo @dirrmtry share/locale/te @dirrmtry share/locale/sr@ije/LC_MESSAGES @dirrmtry share/locale/sr@ije +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrmtry share/locale/ku/LC_MESSAGES diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index 0d99cba434e4..23f7fdc45427 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -3,11 +3,11 @@ # Whom: lewiz <purple@lewiz.net> # # $FreeBSD$ -# $MCom: ports/accessibility/dasher/Makefile,v 1.50 2007/03/12 20:16:34 mezz Exp $ +# $MCom: ports/accessibility/dasher/Makefile,v 1.59 2007/10/15 22:05:41 mezz Exp $ # PORTNAME= dasher -PORTVERSION= 4.4.2 +PORTVERSION= 4.6.1 PORTEPOCH= 1 CATEGORIES= accessibility editors x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -17,8 +17,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= lewiz@compsoc.man.ac.uk COMMENT= Information efficient text-entry interface -BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper +BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian +RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_BZIP2= yes USE_GETTEXT= yes @@ -39,14 +39,19 @@ MAN1= dasher.1 .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mgnomespeech}!="" -USE_GNOME+= gnomespeech -CONFIGURE_ARGS+=--enable-speech -.endif +#.if ${HAVE_GNOME:Mgnomespeech}!="" +#USE_GNOME+= gnomespeech +#CONFIGURE_ARGS+=--enable-speech +#.endif +CONFIGURE_ARGS+= --disable-speech post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-O2||g' +.if ${OSVERSION} >= 700042 + @${REINPLACE_CMD} -e 's|__gnu_cxx::lldiv|lldiv|' \ + ${WRKSRC}/Src/DasherCore/DasherViewSquare.cpp +.endif .include <bsd.port.post.mk> diff --git a/accessibility/dasher/distinfo b/accessibility/dasher/distinfo index fb160165d4fd..98ee68b55eb7 100644 --- a/accessibility/dasher/distinfo +++ b/accessibility/dasher/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/dasher-4.4.2.tar.bz2) = ca50a357d5043e4e5f114ecda7cd1c73 -SHA256 (gnome2/dasher-4.4.2.tar.bz2) = 0ee0d5e7f867bd21f0ab13dcd72dd2dd7eb6bb0d7918c18971ece81d3c2a76ed -SIZE (gnome2/dasher-4.4.2.tar.bz2) = 6880246 +MD5 (gnome2/dasher-4.6.1.tar.bz2) = 1457df5075477d757f7df5693947464d +SHA256 (gnome2/dasher-4.6.1.tar.bz2) = 3f0ee0a37465f5262937e8d2746bf7710cc6505e704e80c318dc3e01806aebc8 +SIZE (gnome2/dasher-4.6.1.tar.bz2) = 6473483 diff --git a/accessibility/dasher/files/patch-Src_DasherCore_BasicLog.cpp b/accessibility/dasher/files/patch-Src_DasherCore_BasicLog.cpp deleted file mode 100644 index baf470649d47..000000000000 --- a/accessibility/dasher/files/patch-Src_DasherCore_BasicLog.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- Src/DasherCore/BasicLog.cpp.orig Tue Dec 5 22:01:38 2006 -+++ Src/DasherCore/BasicLog.cpp Tue Dec 5 22:02:14 2006 -@@ -87,7 +87,7 @@ std::string CBasicLog::GetDateStamp() { - szTimeLine = ctime(&(sTimeBuffer.time)); - #else - gettimeofday(&sTimeBuffer, &sTimezoneBuffer); -- szTimeLine = ctime(&(sTimeBuffer.tv_sec)); -+ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec)); - #endif - - return std::string(szTimeLine).substr(0, 24); diff --git a/accessibility/dasher/files/patch-Src_DasherCore_FileLogger.cpp b/accessibility/dasher/files/patch-Src_DasherCore_FileLogger.cpp deleted file mode 100644 index ec71875602fd..000000000000 --- a/accessibility/dasher/files/patch-Src_DasherCore_FileLogger.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- Src/DasherCore/FileLogger.cpp.orig Sun Dec 3 09:50:34 2006 -+++ Src/DasherCore/FileLogger.cpp Sun Dec 3 18:45:55 2006 -@@ -511,7 +511,7 @@ std::string CFileLogger::GetTimeDateStam - szTimeLine = ctime(&(sTimeBuffer.time)); - #else - gettimeofday(&sTimeBuffer, &sTimezoneBuffer); -- szTimeLine = ctime(&(sTimeBuffer.tv_sec)); -+ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec)); - #endif - - // Format is: diff --git a/accessibility/dasher/files/patch-Src_DasherCore_SimpleTimer.cpp b/accessibility/dasher/files/patch-Src_DasherCore_SimpleTimer.cpp deleted file mode 100644 index 745c41f85a5e..000000000000 --- a/accessibility/dasher/files/patch-Src_DasherCore_SimpleTimer.cpp +++ /dev/null @@ -1,24 +0,0 @@ ---- Src/DasherCore/SimpleTimer.cpp.orig Wed May 31 00:14:12 2006 -+++ Src/DasherCore/SimpleTimer.cpp Wed May 31 00:14:23 2006 -@@ -34,8 +34,8 @@ CSimpleTimer::CSimpleTimer() - m_iStartSecond = sTimeBuffer.time; - #else - gettimeofday(&sTimeBuffer, &sTimezoneBuffer); -- m_iStartMs = sTimeBuffer.tv_usec / 1000; -- m_iStartSecond = sTimeBuffer.tv_sec; -+ m_iStartMs = (int) sTimeBuffer.tv_usec / 1000; -+ m_iStartSecond = (int) sTimeBuffer.tv_sec; - #endif - - } -@@ -59,8 +59,8 @@ double CSimpleTimer::GetElapsed() - int iEndSecond = sTimeBuffer.time; - #else - gettimeofday(&sTimeBuffer, &sTimezoneBuffer); -- int iEndMs = sTimeBuffer.tv_usec / 1000; -- int iEndSecond = sTimeBuffer.tv_sec; -+ int iEndMs = (int) sTimeBuffer.tv_usec / 1000; -+ int iEndSecond = (int) sTimeBuffer.tv_sec; - #endif - - diff --git a/accessibility/dasher/files/patch-Src_DasherCore_TimeSpan.cpp b/accessibility/dasher/files/patch-Src_DasherCore_TimeSpan.cpp deleted file mode 100644 index c10219ff4f4f..000000000000 --- a/accessibility/dasher/files/patch-Src_DasherCore_TimeSpan.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- Src/DasherCore/TimeSpan.cpp.orig Sun Dec 3 09:50:34 2006 -+++ Src/DasherCore/TimeSpan.cpp Sun Dec 3 18:47:02 2006 -@@ -122,7 +122,7 @@ string CTimeSpan::GetTimeStamp() - szTimeLine = ctime(&(sTimeBuffer.time)); - #else - gettimeofday(&sTimeBuffer, &sTimezoneBuffer); -- szTimeLine = ctime(&(sTimeBuffer.tv_sec)); -+ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec)); - #endif - - if ((szTimeLine != NULL) && (strlen(szTimeLine) > 18)) -@@ -196,7 +196,7 @@ string CTimeSpan::GetDateStamp() - szTimeLine = ctime(&(sTimeBuffer.time)); - #else - gettimeofday(&sTimeBuffer, &sTimezoneBuffer); -- szTimeLine = ctime(&(sTimeBuffer.tv_sec)); -+ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec)); - #endif - - diff --git a/accessibility/dasher/files/patch-Src_DasherCore_UserLog.cpp b/accessibility/dasher/files/patch-Src_DasherCore_UserLog.cpp deleted file mode 100644 index 663e5426ef34..000000000000 --- a/accessibility/dasher/files/patch-Src_DasherCore_UserLog.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- Src/DasherCore/UserLog.cpp.orig Fri Apr 21 17:41:02 2006 -+++ Src/DasherCore/UserLog.cpp Sun Jun 11 10:43:33 2006 -@@ -668,7 +668,7 @@ - szTimeLine = ctime(&(sTimeBuffer.time)); - #else - gettimeofday(&sTimeBuffer, &sTimezoneBuffer); -- szTimeLine = ctime(&(sTimeBuffer.tv_sec)); -+ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec)); - #endif - - if ((szTimeLine != NULL) && (strlen(szTimeLine) > 18)) -@@ -881,7 +881,7 @@ - double dTime = (sTimeBuffer.time * 1000.0) + sTimeBuffer.millitm; - #else - gettimeofday(&sTimeBuffer, &sTimezoneBuffer); -- double dTime = (sTimeBuffer.tv_sec * 1000.0) + sTimeBuffer.tv_usec / 1000; -+ double dTime = (sTimeBuffer.tv_sec * 1000.0) + (int) (sTimeBuffer.tv_usec / 1000); - #endif - - diff --git a/accessibility/dasher/pkg-plist b/accessibility/dasher/pkg-plist index ef7a17014da2..6e65094162d8 100644 --- a/accessibility/dasher/pkg-plist +++ b/accessibility/dasher/pkg-plist @@ -1,185 +1,188 @@ bin/dasher -share/gnome/applications/dasher.desktop -share/gnome/dasher/alphabet.AfaanOromo.xml -share/gnome/dasher/alphabet.Armenian.xml -share/gnome/dasher/alphabet.Assamese.xml -share/gnome/dasher/alphabet.Azerbaijani.xml -share/gnome/dasher/alphabet.Belarusian.xml -share/gnome/dasher/alphabet.Bulgarian.xml -share/gnome/dasher/alphabet.Esperanto.xml -share/gnome/dasher/alphabet.Estonian.xml -share/gnome/dasher/alphabet.Filipino.xml -share/gnome/dasher/alphabet.Greek.xml -share/gnome/dasher/alphabet.Gujarati.xml -share/gnome/dasher/alphabet.Hawaiian.xml -share/gnome/dasher/alphabet.Hebrew.xml -share/gnome/dasher/alphabet.Hindi.xml -share/gnome/dasher/alphabet.Icelandic.xml -share/gnome/dasher/alphabet.Igbo.xml -share/gnome/dasher/alphabet.Indonesian.xml -share/gnome/dasher/alphabet.IrishGaelic.xml -share/gnome/dasher/alphabet.Kannada.xml -share/gnome/dasher/alphabet.Katakana.xml -share/gnome/dasher/alphabet.Malay.xml -share/gnome/dasher/alphabet.Malayalam.xml -share/gnome/dasher/alphabet.Marathi.xml -share/gnome/dasher/alphabet.Moldavian.xml -share/gnome/dasher/alphabet.Ndebele.xml -share/gnome/dasher/alphabet.Oriya.xml -share/gnome/dasher/alphabet.Punjabi.xml -share/gnome/dasher/alphabet.Romanian.xml -share/gnome/dasher/alphabet.Sami.xml -share/gnome/dasher/alphabet.ScotsGaelic.xml -share/gnome/dasher/alphabet.Sepedi.xml -share/gnome/dasher/alphabet.Sesotho.xml -share/gnome/dasher/alphabet.Sinhala.xml -share/gnome/dasher/alphabet.Slovak.xml -share/gnome/dasher/alphabet.Slovenian.xml -share/gnome/dasher/alphabet.Swati.xml -share/gnome/dasher/alphabet.Tajik.xml -share/gnome/dasher/alphabet.Tamil.xml -share/gnome/dasher/alphabet.Telugu.xml -share/gnome/dasher/alphabet.Thai.xml -share/gnome/dasher/alphabet.Thai2.xml -share/gnome/dasher/alphabet.Tsonga.xml -share/gnome/dasher/alphabet.Tswana.xml -share/gnome/dasher/alphabet.Turkish.xml -share/gnome/dasher/alphabet.Urdu.xml -share/gnome/dasher/alphabet.Vietnamese.xml -share/gnome/dasher/alphabet.Xhosa.xml -share/gnome/dasher/alphabet.Yoruba.xml -share/gnome/dasher/alphabet.Zulu.xml -share/gnome/dasher/alphabet.abc.xml -share/gnome/dasher/alphabet.adangbe.xml -share/gnome/dasher/alphabet.afrikaans.xml -share/gnome/dasher/alphabet.akan.xml -share/gnome/dasher/alphabet.albanian.xml -share/gnome/dasher/alphabet.amharic.xml -share/gnome/dasher/alphabet.arabic.xml -share/gnome/dasher/alphabet.basque.xml -share/gnome/dasher/alphabet.bengali.xml -share/gnome/dasher/alphabet.bopomofo.xml -share/gnome/dasher/alphabet.bosnian.xml -share/gnome/dasher/alphabet.breton.xml -share/gnome/dasher/alphabet.catalan.xml -share/gnome/dasher/alphabet.cherokee.xml -share/gnome/dasher/alphabet.chinese.xml -share/gnome/dasher/alphabet.chineseRuby.xml -share/gnome/dasher/alphabet.corsican.xml -share/gnome/dasher/alphabet.croatian.xml -share/gnome/dasher/alphabet.czech.xml -share/gnome/dasher/alphabet.danish.xml -share/gnome/dasher/alphabet.dtd -share/gnome/dasher/alphabet.dutch.xml -share/gnome/dasher/alphabet.english.xml -share/gnome/dasher/alphabet.englishC.xml -share/gnome/dasher/alphabet.ethiopic.xml -share/gnome/dasher/alphabet.ewe.xml -share/gnome/dasher/alphabet.faroese.xml -share/gnome/dasher/alphabet.finnish.xml -share/gnome/dasher/alphabet.finnish2.xml -share/gnome/dasher/alphabet.french.xml -share/gnome/dasher/alphabet.ga.xml -share/gnome/dasher/alphabet.galician.xml -share/gnome/dasher/alphabet.georgian.xml -share/gnome/dasher/alphabet.german.xml -share/gnome/dasher/alphabet.hausa.xml -share/gnome/dasher/alphabet.hiragana.xml -share/gnome/dasher/alphabet.hiragana2.xml -share/gnome/dasher/alphabet.hungarian.xml -share/gnome/dasher/alphabet.ipa.xml -share/gnome/dasher/alphabet.italian.xml -share/gnome/dasher/alphabet.japanese.canna.xml -share/gnome/dasher/alphabet.kazakh.xml -share/gnome/dasher/alphabet.kirghiz.xml -share/gnome/dasher/alphabet.kirundi.xml -share/gnome/dasher/alphabet.klingon.xml -share/gnome/dasher/alphabet.korean.xml -share/gnome/dasher/alphabet.koreanNested.xml -share/gnome/dasher/alphabet.kurdish.xml -share/gnome/dasher/alphabet.lao.xml -share/gnome/dasher/alphabet.latex.xml -share/gnome/dasher/alphabet.latin.xml -share/gnome/dasher/alphabet.latvian.xml -share/gnome/dasher/alphabet.lithuanian.xml -share/gnome/dasher/alphabet.luxembourgish.xml -share/gnome/dasher/alphabet.macedonian.xml -share/gnome/dasher/alphabet.malagasy.xml -share/gnome/dasher/alphabet.maltese.xml -share/gnome/dasher/alphabet.mongolian.xml -share/gnome/dasher/alphabet.myanmar.xml -share/gnome/dasher/alphabet.nepali.xml -share/gnome/dasher/alphabet.norwegian.xml -share/gnome/dasher/alphabet.occitan.xml -share/gnome/dasher/alphabet.ogham.xml -share/gnome/dasher/alphabet.pashto.xml -share/gnome/dasher/alphabet.persian.xml -share/gnome/dasher/alphabet.pinyin.xml -share/gnome/dasher/alphabet.polish.xml -share/gnome/dasher/alphabet.portuguese.xml -share/gnome/dasher/alphabet.romansch.xml -share/gnome/dasher/alphabet.runic.xml -share/gnome/dasher/alphabet.russian.xml -share/gnome/dasher/alphabet.sanskrit.xml -share/gnome/dasher/alphabet.serbian.xml -share/gnome/dasher/alphabet.somali.xml -share/gnome/dasher/alphabet.spanish.xml -share/gnome/dasher/alphabet.swahili.xml -share/gnome/dasher/alphabet.swedish.xml -share/gnome/dasher/alphabet.thaana.xml -share/gnome/dasher/alphabet.tigrinya.xml -share/gnome/dasher/alphabet.turkmen.xml -share/gnome/dasher/alphabet.ukrainian.xml -share/gnome/dasher/alphabet.uzbek.xml -share/gnome/dasher/alphabet.venda.xml -share/gnome/dasher/alphabet.welsh.xml -share/gnome/dasher/alphabet.xsl -share/gnome/dasher/colour.blue.xml -share/gnome/dasher/colour.dtd -share/gnome/dasher/colour.euroasian.xml -share/gnome/dasher/colour.euroasian2.xml -share/gnome/dasher/colour.euroasian3.xml -share/gnome/dasher/colour.jamie.xml -share/gnome/dasher/colour.rainbow.xml -share/gnome/dasher/colour.thai.xml -share/gnome/dasher/colour.vowels.xml -share/gnome/dasher/colour.vowels2.xml -share/gnome/dasher/colour.xml -share/gnome/dasher/controllabels.dtd -share/gnome/dasher/controllabels.xml -share/gnome/dasher/dasher.compose.glade -share/gnome/dasher/dasher.direct.glade -share/gnome/dasher/dasher.fullscreen.glade -share/gnome/dasher/dasher.traditional.glade -share/gnome/dasher/dashermaemo.glade -share/gnome/dasher/dashermaemofullscreen.glade -share/gnome/dasher/training_albanian_SQ.txt -share/gnome/dasher/training_basque_EU.txt -share/gnome/dasher/training_bengali_BD.txt -share/gnome/dasher/training_canna_JP.txt -share/gnome/dasher/training_czech_CS.txt -share/gnome/dasher/training_danish_DK.txt -share/gnome/dasher/training_dutch_NL.txt -share/gnome/dasher/training_english_GB.txt -share/gnome/dasher/training_finnish_FI.txt -share/gnome/dasher/training_french_FR.txt -share/gnome/dasher/training_german_DE.txt -share/gnome/dasher/training_greek_GR.txt -share/gnome/dasher/training_hebrew_IL.txt -share/gnome/dasher/training_hiragana60_JP.txt -share/gnome/dasher/training_hiragana83_JP.txt -share/gnome/dasher/training_hungarian_HU.txt -share/gnome/dasher/training_italian_IT.txt -share/gnome/dasher/training_mongolian_MN.txt -share/gnome/dasher/training_persian_IR.txt -share/gnome/dasher/training_polish_PL.txt -share/gnome/dasher/training_portuguese_BR.txt -share/gnome/dasher/training_russian_RU.txt -share/gnome/dasher/training_spanish_ES.txt -share/gnome/dasher/training_swahili_KE.txt -share/gnome/dasher/training_swedish_SE.txt -share/gnome/dasher/training_turkish_TR.txt -share/gnome/dasher/training_welsh_GB.txt +share/applications/dasher.desktop +%%DATADIR%%/alphabet.AfaanOromo.xml +%%DATADIR%%/alphabet.Armenian.xml +%%DATADIR%%/alphabet.Assamese.xml +%%DATADIR%%/alphabet.Austen.xml +%%DATADIR%%/alphabet.Azerbaijani.xml +%%DATADIR%%/alphabet.Belarusian.xml +%%DATADIR%%/alphabet.Bulgarian.xml +%%DATADIR%%/alphabet.Esperanto.xml +%%DATADIR%%/alphabet.Estonian.xml +%%DATADIR%%/alphabet.Filipino.xml +%%DATADIR%%/alphabet.Greek.xml +%%DATADIR%%/alphabet.Gujarati.xml +%%DATADIR%%/alphabet.Hawaiian.xml +%%DATADIR%%/alphabet.Hebrew.xml +%%DATADIR%%/alphabet.Hindi.xml +%%DATADIR%%/alphabet.Icelandic.xml +%%DATADIR%%/alphabet.Igbo.xml +%%DATADIR%%/alphabet.Indonesian.xml +%%DATADIR%%/alphabet.IrishGaelic.xml +%%DATADIR%%/alphabet.Kannada.xml +%%DATADIR%%/alphabet.Katakana.xml +%%DATADIR%%/alphabet.Malay.xml +%%DATADIR%%/alphabet.Malayalam.xml +%%DATADIR%%/alphabet.Marathi.xml +%%DATADIR%%/alphabet.Moldavian.xml +%%DATADIR%%/alphabet.Ndebele.xml +%%DATADIR%%/alphabet.Oriya.xml +%%DATADIR%%/alphabet.Punjabi.xml +%%DATADIR%%/alphabet.Romanian.xml +%%DATADIR%%/alphabet.Sami.xml +%%DATADIR%%/alphabet.ScotsGaelic.xml +%%DATADIR%%/alphabet.Sepedi.xml +%%DATADIR%%/alphabet.Sesotho.xml +%%DATADIR%%/alphabet.Sinhala.xml +%%DATADIR%%/alphabet.Slovak.xml +%%DATADIR%%/alphabet.Slovenian.xml +%%DATADIR%%/alphabet.Swati.xml +%%DATADIR%%/alphabet.Tajik.xml +%%DATADIR%%/alphabet.Tamil.xml +%%DATADIR%%/alphabet.Telugu.xml +%%DATADIR%%/alphabet.Thai.xml +%%DATADIR%%/alphabet.Thai2.xml +%%DATADIR%%/alphabet.Tsonga.xml +%%DATADIR%%/alphabet.Tswana.xml +%%DATADIR%%/alphabet.Turkish.xml +%%DATADIR%%/alphabet.Urdu.xml +%%DATADIR%%/alphabet.Vietnamese.xml +%%DATADIR%%/alphabet.Xhosa.xml +%%DATADIR%%/alphabet.Yoruba.xml +%%DATADIR%%/alphabet.Zulu.xml +%%DATADIR%%/alphabet.abc.xml +%%DATADIR%%/alphabet.adangbe.xml +%%DATADIR%%/alphabet.afrikaans.xml +%%DATADIR%%/alphabet.akan.xml +%%DATADIR%%/alphabet.albanian.xml +%%DATADIR%%/alphabet.amharic.xml +%%DATADIR%%/alphabet.arabic.xml +%%DATADIR%%/alphabet.basque.xml +%%DATADIR%%/alphabet.bengali.xml +%%DATADIR%%/alphabet.bopomofo.xml +%%DATADIR%%/alphabet.bosnian.xml +%%DATADIR%%/alphabet.breton.xml +%%DATADIR%%/alphabet.catalan.xml +%%DATADIR%%/alphabet.cherokee.xml +%%DATADIR%%/alphabet.chinese.xml +%%DATADIR%%/alphabet.chineseRuby.xml +%%DATADIR%%/alphabet.corsican.xml +%%DATADIR%%/alphabet.croatian.xml +%%DATADIR%%/alphabet.czech.xml +%%DATADIR%%/alphabet.danish.xml +%%DATADIR%%/alphabet.dtd +%%DATADIR%%/alphabet.dutch.xml +%%DATADIR%%/alphabet.english.xml +%%DATADIR%%/alphabet.englishC.xml +%%DATADIR%%/alphabet.ethiopic.xml +%%DATADIR%%/alphabet.ewe.xml +%%DATADIR%%/alphabet.faroese.xml +%%DATADIR%%/alphabet.finnish.xml +%%DATADIR%%/alphabet.finnish2.xml +%%DATADIR%%/alphabet.french.xml +%%DATADIR%%/alphabet.ga.xml +%%DATADIR%%/alphabet.galician.xml +%%DATADIR%%/alphabet.georgian.xml +%%DATADIR%%/alphabet.german.xml +%%DATADIR%%/alphabet.hausa.xml +%%DATADIR%%/alphabet.hiragana.xml +%%DATADIR%%/alphabet.hiragana2.xml +%%DATADIR%%/alphabet.hungarian.xml +%%DATADIR%%/alphabet.ipa.xml +%%DATADIR%%/alphabet.italian.xml +%%DATADIR%%/alphabet.japanese.canna.xml +%%DATADIR%%/alphabet.kazakh.xml +%%DATADIR%%/alphabet.kirghiz.xml +%%DATADIR%%/alphabet.kirundi.xml +%%DATADIR%%/alphabet.klingon.xml +%%DATADIR%%/alphabet.korean.xml +%%DATADIR%%/alphabet.koreanNested.xml +%%DATADIR%%/alphabet.kurdish.xml +%%DATADIR%%/alphabet.lao.xml +%%DATADIR%%/alphabet.latex.xml +%%DATADIR%%/alphabet.latin.xml +%%DATADIR%%/alphabet.latvian.xml +%%DATADIR%%/alphabet.lithuanian.xml +%%DATADIR%%/alphabet.luxembourgish.xml +%%DATADIR%%/alphabet.macedonian.xml +%%DATADIR%%/alphabet.maltese.xml +%%DATADIR%%/alphabet.mongolian.xml +%%DATADIR%%/alphabet.myanmar.xml +%%DATADIR%%/alphabet.nepali.xml +%%DATADIR%%/alphabet.norwegian.xml +%%DATADIR%%/alphabet.occitan.xml +%%DATADIR%%/alphabet.ogham.xml +%%DATADIR%%/alphabet.pashto.xml +%%DATADIR%%/alphabet.perl.xml +%%DATADIR%%/alphabet.persian.xml +%%DATADIR%%/alphabet.pinyin.xml +%%DATADIR%%/alphabet.pinyin2.xml +%%DATADIR%%/alphabet.polish.xml +%%DATADIR%%/alphabet.portuguese.xml +%%DATADIR%%/alphabet.romansch.xml +%%DATADIR%%/alphabet.runic.xml +%%DATADIR%%/alphabet.russian.xml +%%DATADIR%%/alphabet.sanskrit.xml +%%DATADIR%%/alphabet.serbian.xml +%%DATADIR%%/alphabet.somali.xml +%%DATADIR%%/alphabet.spanish.xml +%%DATADIR%%/alphabet.swahili.xml +%%DATADIR%%/alphabet.swedish.xml +%%DATADIR%%/alphabet.thaana.xml +%%DATADIR%%/alphabet.tigrinya.xml +%%DATADIR%%/alphabet.turkmen.xml +%%DATADIR%%/alphabet.ukrainian.xml +%%DATADIR%%/alphabet.uzbek.xml +%%DATADIR%%/alphabet.venda.xml +%%DATADIR%%/alphabet.welsh.xml +%%DATADIR%%/alphabet.xsl +%%DATADIR%%/colour.blue.xml +%%DATADIR%%/colour.dtd +%%DATADIR%%/colour.euroasian.xml +%%DATADIR%%/colour.euroasian2.xml +%%DATADIR%%/colour.euroasian3.xml +%%DATADIR%%/colour.jamie.xml +%%DATADIR%%/colour.rainbow.xml +%%DATADIR%%/colour.thai.xml +%%DATADIR%%/colour.vowels.xml +%%DATADIR%%/colour.vowels2.xml +%%DATADIR%%/colour.xml +%%DATADIR%%/controllabels.dtd +%%DATADIR%%/controllabels.xml +%%DATADIR%%/dasher.compose.glade +%%DATADIR%%/dasher.direct.glade +%%DATADIR%%/dasher.fullscreen.glade +%%DATADIR%%/dasher.traditional.glade +%%DATADIR%%/dashermaemo.glade +%%DATADIR%%/dashermaemofullscreen.glade +%%DATADIR%%/training_albanian_SQ.txt +%%DATADIR%%/training_basque_EU.txt +%%DATADIR%%/training_bengali_BD.txt +%%DATADIR%%/training_bengali_bn.txt +%%DATADIR%%/training_canna_JP.txt +%%DATADIR%%/training_czech_CS.txt +%%DATADIR%%/training_danish_DK.txt +%%DATADIR%%/training_dutch_NL.txt +%%DATADIR%%/training_english_GB.txt +%%DATADIR%%/training_finnish_FI.txt +%%DATADIR%%/training_french_FR.txt +%%DATADIR%%/training_german_DE.txt +%%DATADIR%%/training_greek_GR.txt +%%DATADIR%%/training_hebrew_IL.txt +%%DATADIR%%/training_hiragana60_JP.txt +%%DATADIR%%/training_hiragana83_JP.txt +%%DATADIR%%/training_hungarian_HU.txt +%%DATADIR%%/training_italian_IT.txt +%%DATADIR%%/training_mongolian_MN.txt +%%DATADIR%%/training_persian_IR.txt +%%DATADIR%%/training_polish_PL.txt +%%DATADIR%%/training_portuguese_BR.txt +%%DATADIR%%/training_russian_RU.txt +%%DATADIR%%/training_spanish_ES.txt +%%DATADIR%%/training_swahili_KE.txt +%%DATADIR%%/training_swedish_SE.txt +%%DATADIR%%/training_turkish_TR.txt +%%DATADIR%%/training_welsh_GB.txt share/gnome/help/dasher/C/dasher.xml share/gnome/help/dasher/C/figures/a-z.gif share/gnome/help/dasher/C/figures/aa-az.gif @@ -228,6 +231,22 @@ share/gnome/help/dasher/fr/figures/prefs2.png share/gnome/help/dasher/fr/figures/prefs3.png share/gnome/help/dasher/fr/figures/prefs4.png share/gnome/help/dasher/fr/figures/prefs5.png +share/gnome/help/dasher/ru/dasher.xml +share/gnome/help/dasher/ru/figures/a-z.gif +share/gnome/help/dasher/ru/figures/aa-az.gif +share/gnome/help/dasher/ru/figures/ala-alz.gif +share/gnome/help/dasher/ru/figures/exampleHad2.png +share/gnome/help/dasher/ru/figures/exampleHad2a.png +share/gnome/help/dasher/ru/figures/exampleHad3a.png +share/gnome/help/dasher/ru/figures/exampleHad4.png +share/gnome/help/dasher/ru/figures/figure2.png +share/gnome/help/dasher/ru/figures/main.png +share/gnome/help/dasher/ru/figures/object.gif +share/gnome/help/dasher/ru/figures/prefs1.png +share/gnome/help/dasher/ru/figures/prefs2.png +share/gnome/help/dasher/ru/figures/prefs3.png +share/gnome/help/dasher/ru/figures/prefs4.png +share/gnome/help/dasher/ru/figures/prefs5.png share/gnome/help/dasher/sv/dasher.xml share/gnome/help/dasher/sv/figures/a-z.gif share/gnome/help/dasher/sv/figures/aa-az.gif @@ -244,15 +263,12 @@ share/gnome/help/dasher/sv/figures/prefs2.png share/gnome/help/dasher/sv/figures/prefs3.png share/gnome/help/dasher/sv/figures/prefs4.png share/gnome/help/dasher/sv/figures/prefs5.png -share/gnome/omf/dasher/dasher-C.omf -share/gnome/omf/dasher/dasher-es.omf -share/gnome/omf/dasher/dasher-fr.omf -share/gnome/omf/dasher/dasher-sv.omf share/icons/hicolor/48x48/apps/dasher.png share/icons/hicolor/scalable/apps/dasher.svg share/locale/ar/LC_MESSAGES/dasher.mo share/locale/az/LC_MESSAGES/dasher.mo share/locale/be/LC_MESSAGES/dasher.mo +share/locale/be@latin/LC_MESSAGES/dasher.mo share/locale/bg/LC_MESSAGES/dasher.mo share/locale/bn/LC_MESSAGES/dasher.mo share/locale/bn_IN/LC_MESSAGES/dasher.mo @@ -298,6 +314,7 @@ share/locale/nb/LC_MESSAGES/dasher.mo share/locale/ne/LC_MESSAGES/dasher.mo share/locale/nl/LC_MESSAGES/dasher.mo share/locale/nn/LC_MESSAGES/dasher.mo +share/locale/oc/LC_MESSAGES/dasher.mo share/locale/or/LC_MESSAGES/dasher.mo share/locale/pa/LC_MESSAGES/dasher.mo share/locale/pl/LC_MESSAGES/dasher.mo @@ -306,6 +323,7 @@ share/locale/pt_BR/LC_MESSAGES/dasher.mo share/locale/ro/LC_MESSAGES/dasher.mo share/locale/ru/LC_MESSAGES/dasher.mo share/locale/rw/LC_MESSAGES/dasher.mo +share/locale/si/LC_MESSAGES/dasher.mo share/locale/sk/LC_MESSAGES/dasher.mo share/locale/sl/LC_MESSAGES/dasher.mo share/locale/sq/LC_MESSAGES/dasher.mo @@ -318,13 +336,21 @@ share/locale/tk/LC_MESSAGES/dasher.mo share/locale/tr/LC_MESSAGES/dasher.mo share/locale/ug/LC_MESSAGES/dasher.mo share/locale/uk/LC_MESSAGES/dasher.mo +share/locale/uz@cyrillic/LC_MESSAGES/dasher.mo share/locale/vi/LC_MESSAGES/dasher.mo share/locale/zh_CN/LC_MESSAGES/dasher.mo share/locale/zh_HK/LC_MESSAGES/dasher.mo share/locale/zh_TW/LC_MESSAGES/dasher.mo -@dirrm share/gnome/omf/dasher +share/omf/dasher/dasher-C.omf +share/omf/dasher/dasher-es.omf +share/omf/dasher/dasher-fr.omf +share/omf/dasher/dasher-ru.omf +share/omf/dasher/dasher-sv.omf +@dirrm share/omf/dasher @dirrm share/gnome/help/dasher/sv/figures @dirrm share/gnome/help/dasher/sv +@dirrm share/gnome/help/dasher/ru/figures +@dirrm share/gnome/help/dasher/ru @dirrm share/gnome/help/dasher/fr/figures @dirrm share/gnome/help/dasher/fr @dirrm share/gnome/help/dasher/es/figures @@ -332,13 +358,19 @@ share/locale/zh_TW/LC_MESSAGES/dasher.mo @dirrm share/gnome/help/dasher/C/figures @dirrm share/gnome/help/dasher/C @dirrm share/gnome/help/dasher -@dirrm share/gnome/dasher +@dirrm %%DATADIR%% @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic @dirrmtry share/locale/ug/LC_MESSAGES @dirrmtry share/locale/ug +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrmtry share/locale/mg/LC_MESSAGES @@ -351,3 +383,6 @@ share/locale/zh_TW/LC_MESSAGES/dasher.mo @dirrmtry share/locale/dz @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/applications diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile index 578da3a4fa56..1631f6de61c0 100644 --- a/accessibility/gail/Makefile +++ b/accessibility/gail/Makefile @@ -3,12 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/gail/Makefile,v 1.57 2007/03/12 13:34:38 ahze Exp $ +# $MCom: ports/accessibility/gail/Makefile,v 1.67 2007/10/15 13:36:14 ahze Exp $ # PORTNAME= gail -PORTVERSION= 1.18.0 -PORTREVISION?= 1 +PORTVERSION= 1.20.1 +PORTREVISION?= 0 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -26,7 +26,7 @@ USE_XLIB= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack ltverhack libgnomecanvas lthack referencehack +USE_GNOME= gnomehack ltverhack gtk20 lthack referencehack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-gtk-doc \ diff --git a/accessibility/gail/distinfo b/accessibility/gail/distinfo index 302d99f1fc6d..f92553fad869 100644 --- a/accessibility/gail/distinfo +++ b/accessibility/gail/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gail-1.18.0.tar.bz2) = d58ad8cc79d3cb6778bc015ef69fb499 -SHA256 (gnome2/gail-1.18.0.tar.bz2) = 1a047f1aa43ad455baff1e9a0abf94c957c42490d365ffde19707d0f039a9705 -SIZE (gnome2/gail-1.18.0.tar.bz2) = 610187 +MD5 (gnome2/gail-1.20.1.tar.bz2) = 3925b85849c720d4768682ff4eab1c58 +SHA256 (gnome2/gail-1.20.1.tar.bz2) = 9fa0cbb8f2a7689b2eb7f6e5545f842496ad9eb7c0464629f7054bcf121a4c59 +SIZE (gnome2/gail-1.20.1.tar.bz2) = 658769 diff --git a/accessibility/gail/pkg-plist b/accessibility/gail/pkg-plist index ab76b02e098f..6ae9531d56a8 100644 --- a/accessibility/gail/pkg-plist +++ b/accessibility/gail/pkg-plist @@ -60,6 +60,7 @@ share/locale/nb/LC_MESSAGES/gail.mo share/locale/ne/LC_MESSAGES/gail.mo share/locale/nl/LC_MESSAGES/gail.mo share/locale/nn/LC_MESSAGES/gail.mo +share/locale/oc/LC_MESSAGES/gail.mo share/locale/or/LC_MESSAGES/gail.mo share/locale/pa/LC_MESSAGES/gail.mo share/locale/pl/LC_MESSAGES/gail.mo @@ -75,6 +76,7 @@ share/locale/sr/LC_MESSAGES/gail.mo share/locale/sr@Latn/LC_MESSAGES/gail.mo share/locale/sv/LC_MESSAGES/gail.mo share/locale/ta/LC_MESSAGES/gail.mo +share/locale/te/LC_MESSAGES/gail.mo share/locale/th/LC_MESSAGES/gail.mo share/locale/tk/LC_MESSAGES/gail.mo share/locale/tr/LC_MESSAGES/gail.mo @@ -84,15 +86,19 @@ share/locale/xh/LC_MESSAGES/gail.mo share/locale/zh_CN/LC_MESSAGES/gail.mo share/locale/zh_HK/LC_MESSAGES/gail.mo share/locale/zh_TW/LC_MESSAGES/gail.mo -@dirrm include/gail-1.0/gail @dirrm include/gail-1.0/libgail-util +@dirrm include/gail-1.0/gail @dirrm include/gail-1.0 @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/xh/LC_MESSAGES @dirrmtry share/locale/xh +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc @dirrmtry share/locale/mi/LC_MESSAGES @dirrmtry share/locale/mi @dirrmtry share/locale/mg/LC_MESSAGES diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile index e59d82b8d760..be0bfad94eec 100644 --- a/accessibility/gnome-mag/Makefile +++ b/accessibility/gnome-mag/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/gnome-mag/Makefile,v 1.27 2007/03/11 06:58:01 marcus Exp $ +# $MCom: ports/accessibility/gnome-mag/Makefile,v 1.37 2007/09/17 16:05:19 ahze Exp $ # PORTNAME= gnome-mag -PORTVERSION= 0.14.4 +PORTVERSION= 0.14.10 CATEGORIES= accessibility gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -23,8 +23,8 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" DOCSDIR= ${PREFIX}/share/doc/gnome-mag-${PORTVERSION} diff --git a/accessibility/gnome-mag/distinfo b/accessibility/gnome-mag/distinfo index b8791627a169..4b5b1aa2692b 100644 --- a/accessibility/gnome-mag/distinfo +++ b/accessibility/gnome-mag/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-mag-0.14.4.tar.bz2) = 1e7a2259bc241e77a3959dd438d41777 -SHA256 (gnome2/gnome-mag-0.14.4.tar.bz2) = 0df7a60eb65f25c24eff505f0573a536df92a86680490bb45a067d053ec7d5f4 -SIZE (gnome2/gnome-mag-0.14.4.tar.bz2) = 796260 +MD5 (gnome2/gnome-mag-0.14.10.tar.bz2) = e3e498c7df873ecc7acabd52a7b4ddc7 +SHA256 (gnome2/gnome-mag-0.14.10.tar.bz2) = d610d637bd6006f2831f751a25ed77c371fcfebbe06104968524d5b78f3a155c +SIZE (gnome2/gnome-mag-0.14.10.tar.bz2) = 505530 diff --git a/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in b/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in deleted file mode 100644 index 7f8016433ddf..000000000000 --- a/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig Fri Feb 3 00:25:58 2006 -+++ docs/reference/Makefile.in Fri Feb 3 00:26:09 2006 -@@ -220,7 +220,7 @@ - target_alias = @target_alias@ - doxygen_configfile = Doxyfile - EXTRA_DIST = README Doxyfile html --referencetopdir = $(datadir)/doc/gnome-mag-$(VERSION)/reference -+referencetopdir = $(prefix)/share/doc/gnome-mag-$(VERSION)/reference - referencedir = $(referencetopdir)/html - all: all-am - diff --git a/accessibility/gnome-mag/files/patch-magnifier_zoom-region.c b/accessibility/gnome-mag/files/patch-magnifier_zoom-region.c deleted file mode 100644 index b8ab206a3dad..000000000000 --- a/accessibility/gnome-mag/files/patch-magnifier_zoom-region.c +++ /dev/null @@ -1,59 +0,0 @@ ---- magnifier/zoom-region.c~ Tue Feb 14 22:37:24 2006 -+++ magnifier/zoom-region.c Thu Mar 16 15:36:55 2006 -@@ -1794,10 +1794,10 @@ - gdk_window_end_paint (zoom_region->priv->w->window); - g_timer_stop (mag_timing.scale); - if (timing_test) { -- mag_timing.num_scale_samples++; -- - gulong microseconds; - -+ mag_timing.num_scale_samples++; -+ - mag_timing.scale_val = - g_timer_elapsed (mag_timing.scale, - µseconds); -@@ -1971,12 +1971,11 @@ - float x_scroll_incr, y_scroll_incr; - int width = magnifier->target_bounds.x2 - magnifier->target_bounds.x1; - int height = magnifier->target_bounds.y2 - magnifier->target_bounds.y1; -+ gulong microseconds; - - mag_timing.num_frame_samples++; - g_timer_stop (mag_timing.frame); - -- gulong microseconds; -- - mag_timing.frame_val = g_timer_elapsed (mag_timing.frame, - µseconds); - -@@ -2094,10 +2093,10 @@ - g_timer_stop (mag_timing.idle); - - if (timing_test) { -- mag_timing.num_idle_samples++; -- - gulong microseconds; - -+ mag_timing.num_idle_samples++; -+ - mag_timing.idle_val = g_timer_elapsed (mag_timing.idle, - µseconds); - mag_timing.idle_total += mag_timing.idle_val; -@@ -2472,6 +2471,7 @@ - int screen_height, height; - int pixel_position; - int pixel_direction; -+ gulong microseconds; - - screen_height = gdk_screen_get_height ( - gdk_display_get_screen (magnifier->source_display, -@@ -2484,8 +2484,6 @@ - roi.x2 = zoom_region->roi.x2; - - g_timer_stop (mag_timing.process); -- -- gulong microseconds; - - total_time = g_timer_elapsed (mag_timing.process, µseconds); - diff --git a/accessibility/gnome-mag/pkg-plist b/accessibility/gnome-mag/pkg-plist index cc46814caf8f..63d840a09aeb 100644 --- a/accessibility/gnome-mag/pkg-plist +++ b/accessibility/gnome-mag/pkg-plist @@ -9,230 +9,27 @@ lib/orbit-2.0/GNOME_Magnifier_module.la lib/orbit-2.0/GNOME_Magnifier_module.so libdata/bonobo/servers/GNOME_Magnifier.server libdata/pkgconfig/gnome-mag-1.0.pc -%%DOCSDIR%%/reference/html/GNOME__Magnifier-common_8c-source.html -%%DOCSDIR%%/reference/html/GNOME__Magnifier-common_8c.html -%%DOCSDIR%%/reference/html/GNOME__Magnifier-imodule_8c-source.html -%%DOCSDIR%%/reference/html/GNOME__Magnifier-imodule_8c.html -%%DOCSDIR%%/reference/html/GNOME__Magnifier-skels_8c-source.html -%%DOCSDIR%%/reference/html/GNOME__Magnifier-skels_8c.html -%%DOCSDIR%%/reference/html/GNOME__Magnifier-stubs_8c-source.html -%%DOCSDIR%%/reference/html/GNOME__Magnifier-stubs_8c.html -%%DOCSDIR%%/reference/html/GNOME__Magnifier_8h-source.html -%%DOCSDIR%%/reference/html/GNOME__Magnifier_8h.html -%%DOCSDIR%%/reference/html/GNOME__Magnifier_8idl-source.html -%%DOCSDIR%%/reference/html/GNOME__Magnifier_8idl.html -%%DOCSDIR%%/reference/html/annotated.html -%%DOCSDIR%%/reference/html/dir_13ad882efed71f625fc815d9016b8292.html -%%DOCSDIR%%/reference/html/dir_fb436069bdb66ac1a75ca6bf141af2e2.html -%%DOCSDIR%%/reference/html/dirs.html -%%DOCSDIR%%/reference/html/doxygen.css -%%DOCSDIR%%/reference/html/doxygen.png -%%DOCSDIR%%/reference/html/files.html -%%DOCSDIR%%/reference/html/functions.html -%%DOCSDIR%%/reference/html/functions_0x61.html -%%DOCSDIR%%/reference/html/functions_0x62.html -%%DOCSDIR%%/reference/html/functions_0x63.html -%%DOCSDIR%%/reference/html/functions_0x64.html -%%DOCSDIR%%/reference/html/functions_0x65.html -%%DOCSDIR%%/reference/html/functions_0x66.html -%%DOCSDIR%%/reference/html/functions_0x67.html -%%DOCSDIR%%/reference/html/functions_0x68.html -%%DOCSDIR%%/reference/html/functions_0x69.html -%%DOCSDIR%%/reference/html/functions_0x6c.html -%%DOCSDIR%%/reference/html/functions_0x6d.html -%%DOCSDIR%%/reference/html/functions_0x6e.html -%%DOCSDIR%%/reference/html/functions_0x6f.html -%%DOCSDIR%%/reference/html/functions_0x70.html -%%DOCSDIR%%/reference/html/functions_0x71.html -%%DOCSDIR%%/reference/html/functions_0x72.html -%%DOCSDIR%%/reference/html/functions_0x73.html -%%DOCSDIR%%/reference/html/functions_0x74.html -%%DOCSDIR%%/reference/html/functions_0x75.html -%%DOCSDIR%%/reference/html/functions_0x76.html -%%DOCSDIR%%/reference/html/functions_0x77.html -%%DOCSDIR%%/reference/html/functions_0x78.html -%%DOCSDIR%%/reference/html/functions_0x79.html -%%DOCSDIR%%/reference/html/functions_0x7a.html -%%DOCSDIR%%/reference/html/functions_enum.html -%%DOCSDIR%%/reference/html/functions_eval.html -%%DOCSDIR%%/reference/html/functions_func.html -%%DOCSDIR%%/reference/html/functions_vars.html -%%DOCSDIR%%/reference/html/functions_vars_0x61.html -%%DOCSDIR%%/reference/html/functions_vars_0x62.html -%%DOCSDIR%%/reference/html/functions_vars_0x63.html -%%DOCSDIR%%/reference/html/functions_vars_0x64.html -%%DOCSDIR%%/reference/html/functions_vars_0x65.html -%%DOCSDIR%%/reference/html/functions_vars_0x66.html -%%DOCSDIR%%/reference/html/functions_vars_0x67.html -%%DOCSDIR%%/reference/html/functions_vars_0x68.html -%%DOCSDIR%%/reference/html/functions_vars_0x69.html -%%DOCSDIR%%/reference/html/functions_vars_0x6c.html -%%DOCSDIR%%/reference/html/functions_vars_0x6d.html -%%DOCSDIR%%/reference/html/functions_vars_0x6e.html -%%DOCSDIR%%/reference/html/functions_vars_0x6f.html -%%DOCSDIR%%/reference/html/functions_vars_0x70.html -%%DOCSDIR%%/reference/html/functions_vars_0x71.html -%%DOCSDIR%%/reference/html/functions_vars_0x72.html -%%DOCSDIR%%/reference/html/functions_vars_0x73.html -%%DOCSDIR%%/reference/html/functions_vars_0x74.html -%%DOCSDIR%%/reference/html/functions_vars_0x75.html -%%DOCSDIR%%/reference/html/functions_vars_0x76.html -%%DOCSDIR%%/reference/html/functions_vars_0x77.html -%%DOCSDIR%%/reference/html/functions_vars_0x78.html -%%DOCSDIR%%/reference/html/functions_vars_0x79.html -%%DOCSDIR%%/reference/html/functions_vars_0x7a.html -%%DOCSDIR%%/reference/html/globals.html -%%DOCSDIR%%/reference/html/globals_0x61.html -%%DOCSDIR%%/reference/html/globals_0x62.html -%%DOCSDIR%%/reference/html/globals_0x63.html -%%DOCSDIR%%/reference/html/globals_0x64.html -%%DOCSDIR%%/reference/html/globals_0x65.html -%%DOCSDIR%%/reference/html/globals_0x66.html -%%DOCSDIR%%/reference/html/globals_0x67.html -%%DOCSDIR%%/reference/html/globals_0x69.html -%%DOCSDIR%%/reference/html/globals_0x6c.html -%%DOCSDIR%%/reference/html/globals_0x6d.html -%%DOCSDIR%%/reference/html/globals_0x6e.html -%%DOCSDIR%%/reference/html/globals_0x6f.html -%%DOCSDIR%%/reference/html/globals_0x70.html -%%DOCSDIR%%/reference/html/globals_0x72.html -%%DOCSDIR%%/reference/html/globals_0x73.html -%%DOCSDIR%%/reference/html/globals_0x74.html -%%DOCSDIR%%/reference/html/globals_0x75.html -%%DOCSDIR%%/reference/html/globals_0x7a.html -%%DOCSDIR%%/reference/html/globals_defs.html -%%DOCSDIR%%/reference/html/globals_defs_0x62.html -%%DOCSDIR%%/reference/html/globals_defs_0x63.html -%%DOCSDIR%%/reference/html/globals_defs_0x64.html -%%DOCSDIR%%/reference/html/globals_defs_0x65.html -%%DOCSDIR%%/reference/html/globals_defs_0x67.html -%%DOCSDIR%%/reference/html/globals_defs_0x69.html -%%DOCSDIR%%/reference/html/globals_defs_0x6d.html -%%DOCSDIR%%/reference/html/globals_defs_0x6f.html -%%DOCSDIR%%/reference/html/globals_defs_0x70.html -%%DOCSDIR%%/reference/html/globals_defs_0x74.html -%%DOCSDIR%%/reference/html/globals_defs_0x7a.html -%%DOCSDIR%%/reference/html/globals_enum.html -%%DOCSDIR%%/reference/html/globals_eval.html -%%DOCSDIR%%/reference/html/globals_func.html -%%DOCSDIR%%/reference/html/globals_func_0x62.html -%%DOCSDIR%%/reference/html/globals_func_0x63.html -%%DOCSDIR%%/reference/html/globals_func_0x67.html -%%DOCSDIR%%/reference/html/globals_func_0x69.html -%%DOCSDIR%%/reference/html/globals_func_0x6d.html -%%DOCSDIR%%/reference/html/globals_func_0x70.html -%%DOCSDIR%%/reference/html/globals_func_0x72.html -%%DOCSDIR%%/reference/html/globals_func_0x74.html -%%DOCSDIR%%/reference/html/globals_func_0x7a.html -%%DOCSDIR%%/reference/html/globals_type.html -%%DOCSDIR%%/reference/html/globals_vars.html -%%DOCSDIR%%/reference/html/globals_vars_0x61.html -%%DOCSDIR%%/reference/html/globals_vars_0x62.html -%%DOCSDIR%%/reference/html/globals_vars_0x63.html -%%DOCSDIR%%/reference/html/globals_vars_0x64.html -%%DOCSDIR%%/reference/html/globals_vars_0x66.html -%%DOCSDIR%%/reference/html/globals_vars_0x67.html -%%DOCSDIR%%/reference/html/globals_vars_0x6c.html -%%DOCSDIR%%/reference/html/globals_vars_0x6d.html -%%DOCSDIR%%/reference/html/globals_vars_0x6e.html -%%DOCSDIR%%/reference/html/globals_vars_0x6f.html -%%DOCSDIR%%/reference/html/globals_vars_0x70.html -%%DOCSDIR%%/reference/html/globals_vars_0x72.html -%%DOCSDIR%%/reference/html/globals_vars_0x73.html -%%DOCSDIR%%/reference/html/globals_vars_0x74.html -%%DOCSDIR%%/reference/html/globals_vars_0x75.html -%%DOCSDIR%%/reference/html/globals_vars_0x7a.html -%%DOCSDIR%%/reference/html/gmag-events_8c-source.html -%%DOCSDIR%%/reference/html/gmag-events_8c.html -%%DOCSDIR%%/reference/html/gmag-events_8h-source.html -%%DOCSDIR%%/reference/html/gmag-events_8h.html -%%DOCSDIR%%/reference/html/index.html -%%DOCSDIR%%/reference/html/interfaceGNOME_1_1Magnifier_1_1Magnifier.html -%%DOCSDIR%%/reference/html/interfaceGNOME_1_1Magnifier_1_1ZoomRegion.html -%%DOCSDIR%%/reference/html/magnifier-main_8c-source.html -%%DOCSDIR%%/reference/html/magnifier-main_8c.html -%%DOCSDIR%%/reference/html/magnifier-private_8h-source.html -%%DOCSDIR%%/reference/html/magnifier-private_8h.html -%%DOCSDIR%%/reference/html/magnifier_8c-source.html -%%DOCSDIR%%/reference/html/magnifier_8c.html -%%DOCSDIR%%/reference/html/magnifier_8h-source.html -%%DOCSDIR%%/reference/html/magnifier_8h.html -%%DOCSDIR%%/reference/html/namespaceGNOME.html -%%DOCSDIR%%/reference/html/namespaceGNOME_1_1Magnifier.html -%%DOCSDIR%%/reference/html/namespacemembers.html -%%DOCSDIR%%/reference/html/namespacemembers_type.html -%%DOCSDIR%%/reference/html/namespaces.html -%%DOCSDIR%%/reference/html/structBonobo__EventSource__UnknownListener__type.html -%%DOCSDIR%%/reference/html/structBonobo__Pair__type.html -%%DOCSDIR%%/reference/html/structBonobo__PropertyBag__BackendFailed__type.html -%%DOCSDIR%%/reference/html/structBonobo__PropertyBag__InvalidType__type.html -%%DOCSDIR%%/reference/html/structBonobo__PropertyBag__NotFound__type.html -%%DOCSDIR%%/reference/html/structBonobo__PropertyBag__ReadOnly__type.html -%%DOCSDIR%%/reference/html/structCORBA__sequence__Bonobo__Pair.html -%%DOCSDIR%%/reference/html/structCORBA__sequence__CORBA__Object.html -%%DOCSDIR%%/reference/html/structCORBA__sequence__CORBA__string.html -%%DOCSDIR%%/reference/html/structGNOME_1_1Magnifier_1_1Point.html -%%DOCSDIR%%/reference/html/structGNOME_1_1Magnifier_1_1RectBounds.html -%%DOCSDIR%%/reference/html/structGNOME__Magnifier__Point__type.html -%%DOCSDIR%%/reference/html/structGNOME__Magnifier__RectBounds__type.html -%%DOCSDIR%%/reference/html/structMagLoginHelper.html -%%DOCSDIR%%/reference/html/structMagLoginHelperClass.html -%%DOCSDIR%%/reference/html/structMagnifier.html -%%DOCSDIR%%/reference/html/structMagnifierClass.html -%%DOCSDIR%%/reference/html/structMagnifierOptions.html -%%DOCSDIR%%/reference/html/structMagnifierZoomRegionSaveProps.html -%%DOCSDIR%%/reference/html/structPOA__Bonobo__ConfigDatabase.html -%%DOCSDIR%%/reference/html/structPOA__Bonobo__ConfigDatabase____epv.html -%%DOCSDIR%%/reference/html/structPOA__Bonobo__ConfigDatabase____vepv.html -%%DOCSDIR%%/reference/html/structPOA__Bonobo__EventSource.html -%%DOCSDIR%%/reference/html/structPOA__Bonobo__EventSource____epv.html -%%DOCSDIR%%/reference/html/structPOA__Bonobo__EventSource____vepv.html -%%DOCSDIR%%/reference/html/structPOA__Bonobo__Listener.html -%%DOCSDIR%%/reference/html/structPOA__Bonobo__Listener____epv.html -%%DOCSDIR%%/reference/html/structPOA__Bonobo__Listener____vepv.html -%%DOCSDIR%%/reference/html/structPOA__Bonobo__PropertyBag.html -%%DOCSDIR%%/reference/html/structPOA__Bonobo__PropertyBag____epv.html -%%DOCSDIR%%/reference/html/structPOA__Bonobo__PropertyBag____vepv.html -%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__Magnifier.html -%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__Magnifier____epv.html -%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__Magnifier____vepv.html -%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__ZoomRegion.html -%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__ZoomRegion____epv.html -%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__ZoomRegion____vepv.html -%%DOCSDIR%%/reference/html/structZoomRegion.html -%%DOCSDIR%%/reference/html/structZoomRegionClass.html -%%DOCSDIR%%/reference/html/struct__GmagWin.html -%%DOCSDIR%%/reference/html/struct__MagnifierPrivate.html -%%DOCSDIR%%/reference/html/struct__ZoomRegionPrivate.html -%%DOCSDIR%%/reference/html/structtiming.html -%%DOCSDIR%%/reference/html/tabs.css -%%DOCSDIR%%/reference/html/zoom-region-private_8h-source.html -%%DOCSDIR%%/reference/html/zoom-region-private_8h.html -%%DOCSDIR%%/reference/html/zoom-region_8c-source.html -%%DOCSDIR%%/reference/html/zoom-region_8c.html -%%DOCSDIR%%/reference/html/zoom-region_8h-source.html -%%DOCSDIR%%/reference/html/zoom-region_8h.html -share/gnome/gnome-mag/1_32/appstart.xpm -share/gnome/gnome-mag/1_32/bottom_left_corner.xpm -share/gnome/gnome-mag/1_32/bottom_side.xpm -share/gnome/gnome-mag/1_32/busy.xpm -share/gnome/gnome-mag/1_32/crosshair.xpm -share/gnome/gnome-mag/1_32/default.xpm -share/gnome/gnome-mag/1_32/fleur.xpm -share/gnome/gnome-mag/1_32/hand.xpm -share/gnome/gnome-mag/1_32/left_ptr.xpm -share/gnome/gnome-mag/1_32/left_side.xpm -share/gnome/gnome-mag/1_32/no.xpm -share/gnome/gnome-mag/1_32/right_side.xpm -share/gnome/gnome-mag/1_32/sb_h_double_arrow.xpm -share/gnome/gnome-mag/1_32/sb_v_double_arrow.xpm -share/gnome/gnome-mag/1_32/top_left_corner.xpm -share/gnome/gnome-mag/1_32/top_right_corner.xpm -share/gnome/gnome-mag/1_32/top_side.xpm -share/gnome/gnome-mag/1_32/up.xpm -share/gnome/gnome-mag/1_32/xterm.xpm -share/gnome/gnome-mag/default-cursor.xpm -share/gnome/idl/gnome-mag-1.0/GNOME_Magnifier.idl +%%DATADIR%%/1_32/appstart.xpm +%%DATADIR%%/1_32/bottom_left_corner.xpm +%%DATADIR%%/1_32/bottom_side.xpm +%%DATADIR%%/1_32/busy.xpm +%%DATADIR%%/1_32/crosshair.xpm +%%DATADIR%%/1_32/default.xpm +%%DATADIR%%/1_32/fleur.xpm +%%DATADIR%%/1_32/hand.xpm +%%DATADIR%%/1_32/left_ptr.xpm +%%DATADIR%%/1_32/left_side.xpm +%%DATADIR%%/1_32/no.xpm +%%DATADIR%%/1_32/right_side.xpm +%%DATADIR%%/1_32/sb_h_double_arrow.xpm +%%DATADIR%%/1_32/sb_v_double_arrow.xpm +%%DATADIR%%/1_32/top_left_corner.xpm +%%DATADIR%%/1_32/top_right_corner.xpm +%%DATADIR%%/1_32/top_side.xpm +%%DATADIR%%/1_32/up.xpm +%%DATADIR%%/1_32/xterm.xpm +%%DATADIR%%/default-cursor.xpm +share/idl/gnome-mag-1.0/GNOME_Magnifier.idl share/locale/ang/LC_MESSAGES/gnome-mag.mo share/locale/ar/LC_MESSAGES/gnome-mag.mo share/locale/as/LC_MESSAGES/gnome-mag.mo @@ -289,6 +86,7 @@ share/locale/nb/LC_MESSAGES/gnome-mag.mo share/locale/ne/LC_MESSAGES/gnome-mag.mo share/locale/nl/LC_MESSAGES/gnome-mag.mo share/locale/nn/LC_MESSAGES/gnome-mag.mo +share/locale/oc/LC_MESSAGES/gnome-mag.mo share/locale/or/LC_MESSAGES/gnome-mag.mo share/locale/pa/LC_MESSAGES/gnome-mag.mo share/locale/pl/LC_MESSAGES/gnome-mag.mo @@ -305,6 +103,7 @@ share/locale/sr/LC_MESSAGES/gnome-mag.mo share/locale/sr@Latn/LC_MESSAGES/gnome-mag.mo share/locale/sv/LC_MESSAGES/gnome-mag.mo share/locale/ta/LC_MESSAGES/gnome-mag.mo +share/locale/te/LC_MESSAGES/gnome-mag.mo share/locale/th/LC_MESSAGES/gnome-mag.mo share/locale/tk/LC_MESSAGES/gnome-mag.mo share/locale/tr/LC_MESSAGES/gnome-mag.mo @@ -314,9 +113,9 @@ share/locale/vi/LC_MESSAGES/gnome-mag.mo share/locale/zh_CN/LC_MESSAGES/gnome-mag.mo share/locale/zh_HK/LC_MESSAGES/gnome-mag.mo share/locale/zh_TW/LC_MESSAGES/gnome-mag.mo -@dirrm share/gnome/idl/gnome-mag-1.0 -@dirrm share/gnome/gnome-mag/1_32 -@dirrm share/gnome/gnome-mag +@dirrm share/idl/gnome-mag-1.0 +@dirrm %%DATADIR%%/1_32 +@dirrm %%DATADIR%% @dirrm %%DOCSDIR%%/reference/html @dirrm %%DOCSDIR%%/reference @dirrm %%DOCSDIR%% @@ -326,10 +125,14 @@ share/locale/zh_TW/LC_MESSAGES/gnome-mag.mo @dirrmtry share/locale/zh_HK @dirrmtry share/locale/ug/LC_MESSAGES @dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te @dirrmtry share/locale/si/LC_MESSAGES @dirrmtry share/locale/si @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrmtry share/locale/mi/LC_MESSAGES diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index bb94572054c4..83347adbc7d9 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.83 2006/08/22 02:55:02 marcus Exp $ +# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.85 2007/07/23 19:03:49 mezz Exp $ # PORTNAME= gnopernicus PORTVERSION= 1.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= accessibility x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/accessibility/gnopernicus/pkg-plist b/accessibility/gnopernicus/pkg-plist index aff614a188e2..d1944a296bcf 100644 --- a/accessibility/gnopernicus/pkg-plist +++ b/accessibility/gnopernicus/pkg-plist @@ -45,35 +45,35 @@ lib/gnopernicus-1.0/libsrutil.so lib/gnopernicus-1.0/libsrutil.so.%%SHLIB_VERSION%% libdata/pkgconfig/gnopernicus-1.0.pc libexec/brlmonitor -share/gnome/applications/gnopernicus.desktop -share/gnome/gnopernicus/glade/gnopi_files/Braille_Monitor_Settings/braille_monitor_settings.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/attribute_settings.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/braille_device.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/braille_fill_char.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/braille_mapping.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/braille_settings.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/braille_style.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/cursor_settings.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/status_cell.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/translation_table.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Find/find.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Find/text_selected_24.png -share/gnome/gnopernicus/glade/gnopi_files/General_Settings/general_settings.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Keyboard_Mouse_Settings/keyboard_mouse_settings.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Language/language.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Load_Default/load_default.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Magnifier_Settings/magnifier_settings.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Presentation/presentation.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Screen_Review/screen_review.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Speech_Settings/speech_settings.glade2 -share/gnome/gnopernicus/glade/gnopi_files/User_Properties/user_properties.glade2 -share/gnome/gnopernicus/glade/gnopi_files/braille.xpm -share/gnome/gnopernicus/glade/gnopi_files/gnopi.glade2 -share/gnome/gnopernicus/glade/gnopi_files/keyboard.xpm -share/gnome/gnopernicus/glade/gnopi_files/monitor.png -share/gnome/gnopernicus/glade/gnopi_files/start_up.png -share/gnome/gnopernicus/presentation/default.xml -share/gnome/gnopernicus/presentation/verbose.xml +share/applications/gnopernicus.desktop +share/gnopernicus/glade/gnopi_files/Braille_Monitor_Settings/braille_monitor_settings.glade2 +share/gnopernicus/glade/gnopi_files/Braille_Settings/attribute_settings.glade2 +share/gnopernicus/glade/gnopi_files/Braille_Settings/braille_device.glade2 +share/gnopernicus/glade/gnopi_files/Braille_Settings/braille_fill_char.glade2 +share/gnopernicus/glade/gnopi_files/Braille_Settings/braille_mapping.glade2 +share/gnopernicus/glade/gnopi_files/Braille_Settings/braille_settings.glade2 +share/gnopernicus/glade/gnopi_files/Braille_Settings/braille_style.glade2 +share/gnopernicus/glade/gnopi_files/Braille_Settings/cursor_settings.glade2 +share/gnopernicus/glade/gnopi_files/Braille_Settings/status_cell.glade2 +share/gnopernicus/glade/gnopi_files/Braille_Settings/translation_table.glade2 +share/gnopernicus/glade/gnopi_files/Find/find.glade2 +share/gnopernicus/glade/gnopi_files/Find/text_selected_24.png +share/gnopernicus/glade/gnopi_files/General_Settings/general_settings.glade2 +share/gnopernicus/glade/gnopi_files/Keyboard_Mouse_Settings/keyboard_mouse_settings.glade2 +share/gnopernicus/glade/gnopi_files/Language/language.glade2 +share/gnopernicus/glade/gnopi_files/Load_Default/load_default.glade2 +share/gnopernicus/glade/gnopi_files/Magnifier_Settings/magnifier_settings.glade2 +share/gnopernicus/glade/gnopi_files/Presentation/presentation.glade2 +share/gnopernicus/glade/gnopi_files/Screen_Review/screen_review.glade2 +share/gnopernicus/glade/gnopi_files/Speech_Settings/speech_settings.glade2 +share/gnopernicus/glade/gnopi_files/User_Properties/user_properties.glade2 +share/gnopernicus/glade/gnopi_files/braille.xpm +share/gnopernicus/glade/gnopi_files/gnopi.glade2 +share/gnopernicus/glade/gnopi_files/keyboard.xpm +share/gnopernicus/glade/gnopi_files/monitor.png +share/gnopernicus/glade/gnopi_files/start_up.png +share/gnopernicus/presentation/default.xml +share/gnopernicus/presentation/verbose.xml share/gnome/help/brlmonitor/C/brlmonitor.xml share/gnome/help/brlmonitor/C/legal.xml share/gnome/help/brlmonitor/es/brlmonitor.xml @@ -85,10 +85,10 @@ share/gnome/help/gnopernicus/es/legal.xml share/gnome/help/gnopernicus/pt_BR/figures/gnopernicus.png share/gnome/help/gnopernicus/pt_BR/gnopernicus.xml share/gnome/help/gnopernicus/pt_BR/legal.xml -share/gnome/omf/gnopernicus/brlmonitor-C.omf -share/gnome/omf/gnopernicus/brlmonitor-es.omf -share/gnome/omf/gnopernicus/gnopernicus-C.omf -share/gnome/omf/gnopernicus/gnopernicus-es.omf +share/omf/gnopernicus/brlmonitor-C.omf +share/omf/gnopernicus/brlmonitor-es.omf +share/omf/gnopernicus/gnopernicus-C.omf +share/omf/gnopernicus/gnopernicus-es.omf share/icons/hicolor/48x48/apps/gnopernicus.png share/locale/ar/LC_MESSAGES/gnopernicus.mo share/locale/az/LC_MESSAGES/gnopernicus.mo @@ -152,7 +152,7 @@ share/locale/vi/LC_MESSAGES/gnopernicus.mo share/locale/zh_CN/LC_MESSAGES/gnopernicus.mo share/locale/zh_HK/LC_MESSAGES/gnopernicus.mo share/locale/zh_TW/LC_MESSAGES/gnopernicus.mo -@dirrm share/gnome/omf/gnopernicus +@dirrm share/omf/gnopernicus @dirrm share/gnome/help/gnopernicus/pt_BR/figures @dirrm share/gnome/help/gnopernicus/pt_BR @dirrm share/gnome/help/gnopernicus/es @@ -161,22 +161,22 @@ share/locale/zh_TW/LC_MESSAGES/gnopernicus.mo @dirrm share/gnome/help/brlmonitor/es @dirrm share/gnome/help/brlmonitor/C @dirrm share/gnome/help/brlmonitor -@dirrm share/gnome/gnopernicus/presentation -@dirrm share/gnome/gnopernicus/glade/gnopi_files/User_Properties -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Speech_Settings -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Screen_Review -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Presentation -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Magnifier_Settings -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Load_Default -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Language -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Keyboard_Mouse_Settings -@dirrm share/gnome/gnopernicus/glade/gnopi_files/General_Settings -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Find -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Braille_Monitor_Settings -@dirrm share/gnome/gnopernicus/glade/gnopi_files -@dirrm share/gnome/gnopernicus/glade -@dirrm share/gnome/gnopernicus +@dirrm share/gnopernicus/presentation +@dirrm share/gnopernicus/glade/gnopi_files/User_Properties +@dirrm share/gnopernicus/glade/gnopi_files/Speech_Settings +@dirrm share/gnopernicus/glade/gnopi_files/Screen_Review +@dirrm share/gnopernicus/glade/gnopi_files/Presentation +@dirrm share/gnopernicus/glade/gnopi_files/Magnifier_Settings +@dirrm share/gnopernicus/glade/gnopi_files/Load_Default +@dirrm share/gnopernicus/glade/gnopi_files/Language +@dirrm share/gnopernicus/glade/gnopi_files/Keyboard_Mouse_Settings +@dirrm share/gnopernicus/glade/gnopi_files/General_Settings +@dirrm share/gnopernicus/glade/gnopi_files/Find +@dirrm share/gnopernicus/glade/gnopi_files/Braille_Settings +@dirrm share/gnopernicus/glade/gnopi_files/Braille_Monitor_Settings +@dirrm share/gnopernicus/glade/gnopi_files +@dirrm share/gnopernicus/glade +@dirrm share/gnopernicus @dirrm lib/gnopernicus-1.0 @dirrm include/gnopernicus-1.0/libsrutil @dirrm include/gnopernicus-1.0/libsrs @@ -200,3 +200,4 @@ share/locale/zh_TW/LC_MESSAGES/gnopernicus.mo @dirrmtry share/locale/dz @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN +@dirrmtry share/applications diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index 344951e2b316..1bbcb88d2c37 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -3,11 +3,11 @@ # Whom: Adam Weinberger <adamw@freebsd.org> # # $FreeBSD$ -# $MCom: ports/accessibility/gok/Makefile,v 1.72 2006/08/26 03:50:50 marcus Exp $ +# $MCom: ports/accessibility/gok/Makefile,v 1.83 2007/10/15 13:40:59 ahze Exp $ # PORTNAME= gok -PORTVERSION= 1.2.5 +PORTVERSION= 1.3.7 PORTEPOCH= 1 CATEGORIES= accessibility sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -26,8 +26,8 @@ USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \ USE_GMAKE= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= gok.schemas diff --git a/accessibility/gok/distinfo b/accessibility/gok/distinfo index 1677beb81f22..188bcf363494 100644 --- a/accessibility/gok/distinfo +++ b/accessibility/gok/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gok-1.2.5.tar.bz2) = 2ef1f171385a37f93408dbca7ecfdf11 -SHA256 (gnome2/gok-1.2.5.tar.bz2) = 780dd1e5b13036062f3c843a54b8a30d3759b4136e6d0fbcc025521fd9df7099 -SIZE (gnome2/gok-1.2.5.tar.bz2) = 1229265 +MD5 (gnome2/gok-1.3.7.tar.bz2) = 14b2407604ceec0ffcbf4866fef35502 +SHA256 (gnome2/gok-1.3.7.tar.bz2) = 075442504ab2179484cfb02bc062ba5861efc5f34286702b17f488b80ea242d5 +SIZE (gnome2/gok-1.3.7.tar.bz2) = 1293913 diff --git a/accessibility/gok/files/patch-gok_main.c b/accessibility/gok/files/patch-gok_main.c new file mode 100644 index 000000000000..dc2a6ba45e07 --- /dev/null +++ b/accessibility/gok/files/patch-gok_main.c @@ -0,0 +1,10 @@ +--- gok/main.c.orig 2007-10-13 16:43:20.000000000 -0400 ++++ gok/main.c 2007-10-13 16:47:05.000000000 -0400 +@@ -1229,6 +1229,7 @@ static gboolean gok_main_xevie_io (GIOCh + { + #ifdef HAVE_XEVIE + while (xevie_dpy && XPending (xevie_dpy)) { ++ XEvent xevie_event; + XMotionEvent *motion_event; + gboolean has_active_key = gok_scanner_key_is_active (); + /* Xevie has a motion event for us to check */ diff --git a/accessibility/gok/pkg-plist b/accessibility/gok/pkg-plist index 1060a65e0fcc..0bbd7c51418e 100644 --- a/accessibility/gok/pkg-plist +++ b/accessibility/gok/pkg-plist @@ -2,6 +2,7 @@ bin/create-branching-keyboard bin/gok libdata/bonobo/servers/GNOME_Gok.server libdata/pkgconfig/gok-1.0.pc +share/applications/gok.desktop %%DOCSDIR%%/ch01.html %%DOCSDIR%%/ch02.html %%DOCSDIR%%/ch03.html @@ -60,725 +61,752 @@ libdata/pkgconfig/gok-1.0.pc %%DOCSDIR%%/right.png %%DOCSDIR%%/style.css %%DOCSDIR%%/up.png -share/gnome/applications/gok.desktop -share/gnome/gok/East.png -share/gnome/gok/Keyboard.kbd -share/gnome/gok/NE.png -share/gnome/gok/NW.png -share/gnome/gok/North.png -share/gnome/gok/SE.png -share/gnome/gok/SW.png -share/gnome/gok/South.png -share/gnome/gok/West.png -share/gnome/gok/am/gok-controls.kbd -share/gnome/gok/am/hide.kbd -share/gnome/gok/am/launcher.kbd -share/gnome/gok/am/main.kbd -share/gnome/gok/am/mouse.kbd -share/gnome/gok/am/move-resize.kbd -share/gnome/gok/am/numberpad.kbd -share/gnome/gok/am/quit.kbd -share/gnome/gok/am/text-operations.kbd -share/gnome/gok/am/valuator.kbd -share/gnome/gok/ang/gok-controls.kbd -share/gnome/gok/ang/hide.kbd -share/gnome/gok/ang/launcher.kbd -share/gnome/gok/ang/main.kbd -share/gnome/gok/ang/mouse.kbd -share/gnome/gok/ang/move-resize.kbd -share/gnome/gok/ang/numberpad.kbd -share/gnome/gok/ang/quit.kbd -share/gnome/gok/ang/text-operations.kbd -share/gnome/gok/ang/valuator.kbd -share/gnome/gok/ar/gok-controls.kbd -share/gnome/gok/ar/hide.kbd -share/gnome/gok/ar/launcher.kbd -share/gnome/gok/ar/main.kbd -share/gnome/gok/ar/mouse.kbd -share/gnome/gok/ar/move-resize.kbd -share/gnome/gok/ar/numberpad.kbd -share/gnome/gok/ar/quit.kbd -share/gnome/gok/ar/text-operations.kbd -share/gnome/gok/ar/valuator.kbd -share/gnome/gok/automatic-scanning.xam -share/gnome/gok/az/gok-controls.kbd -share/gnome/gok/az/hide.kbd -share/gnome/gok/az/launcher.kbd -share/gnome/gok/az/main.kbd -share/gnome/gok/az/mouse.kbd -share/gnome/gok/az/move-resize.kbd -share/gnome/gok/az/numberpad.kbd -share/gnome/gok/az/quit.kbd -share/gnome/gok/az/text-operations.kbd -share/gnome/gok/az/valuator.kbd -share/gnome/gok/be/gok-controls.kbd -share/gnome/gok/be/hide.kbd -share/gnome/gok/be/launcher.kbd -share/gnome/gok/be/main.kbd -share/gnome/gok/be/mouse.kbd -share/gnome/gok/be/move-resize.kbd -share/gnome/gok/be/numberpad.kbd -share/gnome/gok/be/quit.kbd -share/gnome/gok/be/text-operations.kbd -share/gnome/gok/be/valuator.kbd -share/gnome/gok/bg/gok-controls.kbd -share/gnome/gok/bg/hide.kbd -share/gnome/gok/bg/launcher.kbd -share/gnome/gok/bg/main.kbd -share/gnome/gok/bg/mouse.kbd -share/gnome/gok/bg/move-resize.kbd -share/gnome/gok/bg/numberpad.kbd -share/gnome/gok/bg/quit.kbd -share/gnome/gok/bg/text-operations.kbd -share/gnome/gok/bg/valuator.kbd -share/gnome/gok/bn/gok-controls.kbd -share/gnome/gok/bn/hide.kbd -share/gnome/gok/bn/launcher.kbd -share/gnome/gok/bn/main.kbd -share/gnome/gok/bn/mouse.kbd -share/gnome/gok/bn/move-resize.kbd -share/gnome/gok/bn/numberpad.kbd -share/gnome/gok/bn/quit.kbd -share/gnome/gok/bn/text-operations.kbd -share/gnome/gok/bn/valuator.kbd -share/gnome/gok/bn_IN/gok-controls.kbd -share/gnome/gok/bn_IN/hide.kbd -share/gnome/gok/bn_IN/launcher.kbd -share/gnome/gok/bn_IN/main.kbd -share/gnome/gok/bn_IN/mouse.kbd -share/gnome/gok/bn_IN/move-resize.kbd -share/gnome/gok/bn_IN/numberpad.kbd -share/gnome/gok/bn_IN/quit.kbd -share/gnome/gok/bn_IN/text-operations.kbd -share/gnome/gok/bn_IN/valuator.kbd -share/gnome/gok/ca/gok-controls.kbd -share/gnome/gok/ca/hide.kbd -share/gnome/gok/ca/launcher.kbd -share/gnome/gok/ca/main.kbd -share/gnome/gok/ca/mouse.kbd -share/gnome/gok/ca/move-resize.kbd -share/gnome/gok/ca/numberpad.kbd -share/gnome/gok/ca/quit.kbd -share/gnome/gok/ca/text-operations.kbd -share/gnome/gok/ca/valuator.kbd -share/gnome/gok/cs/gok-controls.kbd -share/gnome/gok/cs/hide.kbd -share/gnome/gok/cs/launcher.kbd -share/gnome/gok/cs/main.kbd -share/gnome/gok/cs/mouse.kbd -share/gnome/gok/cs/move-resize.kbd -share/gnome/gok/cs/numberpad.kbd -share/gnome/gok/cs/quit.kbd -share/gnome/gok/cs/text-operations.kbd -share/gnome/gok/cs/valuator.kbd -share/gnome/gok/cy/gok-controls.kbd -share/gnome/gok/cy/hide.kbd -share/gnome/gok/cy/launcher.kbd -share/gnome/gok/cy/main.kbd -share/gnome/gok/cy/mouse.kbd -share/gnome/gok/cy/move-resize.kbd -share/gnome/gok/cy/numberpad.kbd -share/gnome/gok/cy/quit.kbd -share/gnome/gok/cy/text-operations.kbd -share/gnome/gok/cy/valuator.kbd -share/gnome/gok/da/gok-controls.kbd -share/gnome/gok/da/hide.kbd -share/gnome/gok/da/launcher.kbd -share/gnome/gok/da/main.kbd -share/gnome/gok/da/mouse.kbd -share/gnome/gok/da/move-resize.kbd -share/gnome/gok/da/numberpad.kbd -share/gnome/gok/da/quit.kbd -share/gnome/gok/da/text-operations.kbd -share/gnome/gok/da/valuator.kbd -share/gnome/gok/de/gok-controls.kbd -share/gnome/gok/de/hide.kbd -share/gnome/gok/de/launcher.kbd -share/gnome/gok/de/main.kbd -share/gnome/gok/de/mouse.kbd -share/gnome/gok/de/move-resize.kbd -share/gnome/gok/de/numberpad.kbd -share/gnome/gok/de/quit.kbd -share/gnome/gok/de/text-operations.kbd -share/gnome/gok/de/valuator.kbd -share/gnome/gok/dictionary.txt -share/gnome/gok/direct-selection.xam -share/gnome/gok/directed.xam -share/gnome/gok/dwell-selection.xam -share/gnome/gok/dz/gok-controls.kbd -share/gnome/gok/dz/hide.kbd -share/gnome/gok/dz/launcher.kbd -share/gnome/gok/dz/main.kbd -share/gnome/gok/dz/mouse.kbd -share/gnome/gok/dz/move-resize.kbd -share/gnome/gok/dz/numberpad.kbd -share/gnome/gok/dz/quit.kbd -share/gnome/gok/dz/text-operations.kbd -share/gnome/gok/dz/valuator.kbd -share/gnome/gok/el/gok-controls.kbd -share/gnome/gok/el/hide.kbd -share/gnome/gok/el/launcher.kbd -share/gnome/gok/el/main.kbd -share/gnome/gok/el/mouse.kbd -share/gnome/gok/el/move-resize.kbd -share/gnome/gok/el/numberpad.kbd -share/gnome/gok/el/quit.kbd -share/gnome/gok/el/text-operations.kbd -share/gnome/gok/el/valuator.kbd -share/gnome/gok/empty.png -share/gnome/gok/en_CA/gok-controls.kbd -share/gnome/gok/en_CA/hide.kbd -share/gnome/gok/en_CA/launcher.kbd -share/gnome/gok/en_CA/main.kbd -share/gnome/gok/en_CA/mouse.kbd -share/gnome/gok/en_CA/move-resize.kbd -share/gnome/gok/en_CA/numberpad.kbd -share/gnome/gok/en_CA/quit.kbd -share/gnome/gok/en_CA/text-operations.kbd -share/gnome/gok/en_CA/valuator.kbd -share/gnome/gok/en_GB/gok-controls.kbd -share/gnome/gok/en_GB/hide.kbd -share/gnome/gok/en_GB/launcher.kbd -share/gnome/gok/en_GB/main.kbd -share/gnome/gok/en_GB/mouse.kbd -share/gnome/gok/en_GB/move-resize.kbd -share/gnome/gok/en_GB/numberpad.kbd -share/gnome/gok/en_GB/quit.kbd -share/gnome/gok/en_GB/text-operations.kbd -share/gnome/gok/en_GB/valuator.kbd -share/gnome/gok/es/gok-controls.kbd -share/gnome/gok/es/hide.kbd -share/gnome/gok/es/launcher.kbd -share/gnome/gok/es/main.kbd -share/gnome/gok/es/mouse.kbd -share/gnome/gok/es/move-resize.kbd -share/gnome/gok/es/numberpad.kbd -share/gnome/gok/es/quit.kbd -share/gnome/gok/es/text-operations.kbd -share/gnome/gok/es/valuator.kbd -share/gnome/gok/et/gok-controls.kbd -share/gnome/gok/et/hide.kbd -share/gnome/gok/et/launcher.kbd -share/gnome/gok/et/main.kbd -share/gnome/gok/et/mouse.kbd -share/gnome/gok/et/move-resize.kbd -share/gnome/gok/et/numberpad.kbd -share/gnome/gok/et/quit.kbd -share/gnome/gok/et/text-operations.kbd -share/gnome/gok/et/valuator.kbd -share/gnome/gok/eu/gok-controls.kbd -share/gnome/gok/eu/hide.kbd -share/gnome/gok/eu/launcher.kbd -share/gnome/gok/eu/main.kbd -share/gnome/gok/eu/mouse.kbd -share/gnome/gok/eu/move-resize.kbd -share/gnome/gok/eu/numberpad.kbd -share/gnome/gok/eu/quit.kbd -share/gnome/gok/eu/text-operations.kbd -share/gnome/gok/eu/valuator.kbd -share/gnome/gok/fa/gok-controls.kbd -share/gnome/gok/fa/hide.kbd -share/gnome/gok/fa/launcher.kbd -share/gnome/gok/fa/main.kbd -share/gnome/gok/fa/mouse.kbd -share/gnome/gok/fa/move-resize.kbd -share/gnome/gok/fa/numberpad.kbd -share/gnome/gok/fa/quit.kbd -share/gnome/gok/fa/text-operations.kbd -share/gnome/gok/fa/valuator.kbd -share/gnome/gok/fi/gok-controls.kbd -share/gnome/gok/fi/hide.kbd -share/gnome/gok/fi/launcher.kbd -share/gnome/gok/fi/main.kbd -share/gnome/gok/fi/mouse.kbd -share/gnome/gok/fi/move-resize.kbd -share/gnome/gok/fi/numberpad.kbd -share/gnome/gok/fi/quit.kbd -share/gnome/gok/fi/text-operations.kbd -share/gnome/gok/fi/valuator.kbd -share/gnome/gok/fr/gok-controls.kbd -share/gnome/gok/fr/hide.kbd -share/gnome/gok/fr/launcher.kbd -share/gnome/gok/fr/main.kbd -share/gnome/gok/fr/mouse.kbd -share/gnome/gok/fr/move-resize.kbd -share/gnome/gok/fr/numberpad.kbd -share/gnome/gok/fr/quit.kbd -share/gnome/gok/fr/text-operations.kbd -share/gnome/gok/fr/valuator.kbd -share/gnome/gok/ga/gok-controls.kbd -share/gnome/gok/ga/hide.kbd -share/gnome/gok/ga/launcher.kbd -share/gnome/gok/ga/main.kbd -share/gnome/gok/ga/mouse.kbd -share/gnome/gok/ga/move-resize.kbd -share/gnome/gok/ga/numberpad.kbd -share/gnome/gok/ga/quit.kbd -share/gnome/gok/ga/text-operations.kbd -share/gnome/gok/ga/valuator.kbd -share/gnome/gok/gl/gok-controls.kbd -share/gnome/gok/gl/hide.kbd -share/gnome/gok/gl/launcher.kbd -share/gnome/gok/gl/main.kbd -share/gnome/gok/gl/mouse.kbd -share/gnome/gok/gl/move-resize.kbd -share/gnome/gok/gl/numberpad.kbd -share/gnome/gok/gl/quit.kbd -share/gnome/gok/gl/text-operations.kbd -share/gnome/gok/gl/valuator.kbd -share/gnome/gok/glade/gok.glade2 -share/gnome/gok/gok-controls.kbd -share/gnome/gok/gok.rc -share/gnome/gok/goklogo.png -share/gnome/gok/goksound1.wav -share/gnome/gok/goksound2.wav -share/gnome/gok/gu/gok-controls.kbd -share/gnome/gok/gu/hide.kbd -share/gnome/gok/gu/launcher.kbd -share/gnome/gok/gu/main.kbd -share/gnome/gok/gu/mouse.kbd -share/gnome/gok/gu/move-resize.kbd -share/gnome/gok/gu/numberpad.kbd -share/gnome/gok/gu/quit.kbd -share/gnome/gok/gu/text-operations.kbd -share/gnome/gok/gu/valuator.kbd -share/gnome/gok/hi/gok-controls.kbd -share/gnome/gok/hi/hide.kbd -share/gnome/gok/hi/launcher.kbd -share/gnome/gok/hi/main.kbd -share/gnome/gok/hi/mouse.kbd -share/gnome/gok/hi/move-resize.kbd -share/gnome/gok/hi/numberpad.kbd -share/gnome/gok/hi/quit.kbd -share/gnome/gok/hi/text-operations.kbd -share/gnome/gok/hi/valuator.kbd -share/gnome/gok/hide.kbd -share/gnome/gok/hr/gok-controls.kbd -share/gnome/gok/hr/hide.kbd -share/gnome/gok/hr/launcher.kbd -share/gnome/gok/hr/main.kbd -share/gnome/gok/hr/mouse.kbd -share/gnome/gok/hr/move-resize.kbd -share/gnome/gok/hr/numberpad.kbd -share/gnome/gok/hr/quit.kbd -share/gnome/gok/hr/text-operations.kbd -share/gnome/gok/hr/valuator.kbd -share/gnome/gok/hu/gok-controls.kbd -share/gnome/gok/hu/hide.kbd -share/gnome/gok/hu/launcher.kbd -share/gnome/gok/hu/main.kbd -share/gnome/gok/hu/mouse.kbd -share/gnome/gok/hu/move-resize.kbd -share/gnome/gok/hu/numberpad.kbd -share/gnome/gok/hu/quit.kbd -share/gnome/gok/hu/text-operations.kbd -share/gnome/gok/hu/valuator.kbd -share/gnome/gok/id/gok-controls.kbd -share/gnome/gok/id/hide.kbd -share/gnome/gok/id/launcher.kbd -share/gnome/gok/id/main.kbd -share/gnome/gok/id/mouse.kbd -share/gnome/gok/id/move-resize.kbd -share/gnome/gok/id/numberpad.kbd -share/gnome/gok/id/quit.kbd -share/gnome/gok/id/text-operations.kbd -share/gnome/gok/id/valuator.kbd -share/gnome/gok/inverse-scanning.xam -share/gnome/gok/it/gok-controls.kbd -share/gnome/gok/it/hide.kbd -share/gnome/gok/it/launcher.kbd -share/gnome/gok/it/main.kbd -share/gnome/gok/it/mouse.kbd -share/gnome/gok/it/move-resize.kbd -share/gnome/gok/it/numberpad.kbd -share/gnome/gok/it/quit.kbd -share/gnome/gok/it/text-operations.kbd -share/gnome/gok/it/valuator.kbd -share/gnome/gok/ja/gok-controls.kbd -share/gnome/gok/ja/hide.kbd -share/gnome/gok/ja/launcher.kbd -share/gnome/gok/ja/main.kbd -share/gnome/gok/ja/mouse.kbd -share/gnome/gok/ja/move-resize.kbd -share/gnome/gok/ja/numberpad.kbd -share/gnome/gok/ja/quit.kbd -share/gnome/gok/ja/text-operations.kbd -share/gnome/gok/ja/valuator.kbd -share/gnome/gok/ka/gok-controls.kbd -share/gnome/gok/ka/hide.kbd -share/gnome/gok/ka/launcher.kbd -share/gnome/gok/ka/main.kbd -share/gnome/gok/ka/mouse.kbd -share/gnome/gok/ka/move-resize.kbd -share/gnome/gok/ka/numberpad.kbd -share/gnome/gok/ka/quit.kbd -share/gnome/gok/ka/text-operations.kbd -share/gnome/gok/ka/valuator.kbd -share/gnome/gok/ko/gok-controls.kbd -share/gnome/gok/ko/hide.kbd -share/gnome/gok/ko/launcher.kbd -share/gnome/gok/ko/main.kbd -share/gnome/gok/ko/mouse.kbd -share/gnome/gok/ko/move-resize.kbd -share/gnome/gok/ko/numberpad.kbd -share/gnome/gok/ko/quit.kbd -share/gnome/gok/ko/text-operations.kbd -share/gnome/gok/ko/valuator.kbd -share/gnome/gok/ku/gok-controls.kbd -share/gnome/gok/ku/hide.kbd -share/gnome/gok/ku/launcher.kbd -share/gnome/gok/ku/main.kbd -share/gnome/gok/ku/mouse.kbd -share/gnome/gok/ku/move-resize.kbd -share/gnome/gok/ku/numberpad.kbd -share/gnome/gok/ku/quit.kbd -share/gnome/gok/ku/text-operations.kbd -share/gnome/gok/ku/valuator.kbd -share/gnome/gok/latched.png -share/gnome/gok/launcher.kbd -share/gnome/gok/locked.png -share/gnome/gok/lt/gok-controls.kbd -share/gnome/gok/lt/hide.kbd -share/gnome/gok/lt/launcher.kbd -share/gnome/gok/lt/main.kbd -share/gnome/gok/lt/mouse.kbd -share/gnome/gok/lt/move-resize.kbd -share/gnome/gok/lt/numberpad.kbd -share/gnome/gok/lt/quit.kbd -share/gnome/gok/lt/text-operations.kbd -share/gnome/gok/lt/valuator.kbd -share/gnome/gok/lv/gok-controls.kbd -share/gnome/gok/lv/hide.kbd -share/gnome/gok/lv/launcher.kbd -share/gnome/gok/lv/main.kbd -share/gnome/gok/lv/mouse.kbd -share/gnome/gok/lv/move-resize.kbd -share/gnome/gok/lv/numberpad.kbd -share/gnome/gok/lv/quit.kbd -share/gnome/gok/lv/text-operations.kbd -share/gnome/gok/lv/valuator.kbd -share/gnome/gok/main.kbd -share/gnome/gok/manage.kbd -share/gnome/gok/mk/gok-controls.kbd -share/gnome/gok/mk/hide.kbd -share/gnome/gok/mk/launcher.kbd -share/gnome/gok/mk/main.kbd -share/gnome/gok/mk/mouse.kbd -share/gnome/gok/mk/move-resize.kbd -share/gnome/gok/mk/numberpad.kbd -share/gnome/gok/mk/quit.kbd -share/gnome/gok/mk/text-operations.kbd -share/gnome/gok/mk/valuator.kbd -share/gnome/gok/ml/gok-controls.kbd -share/gnome/gok/ml/hide.kbd -share/gnome/gok/ml/launcher.kbd -share/gnome/gok/ml/main.kbd -share/gnome/gok/ml/mouse.kbd -share/gnome/gok/ml/move-resize.kbd -share/gnome/gok/ml/numberpad.kbd -share/gnome/gok/ml/quit.kbd -share/gnome/gok/ml/text-operations.kbd -share/gnome/gok/ml/valuator.kbd -share/gnome/gok/mn/gok-controls.kbd -share/gnome/gok/mn/hide.kbd -share/gnome/gok/mn/launcher.kbd -share/gnome/gok/mn/main.kbd -share/gnome/gok/mn/mouse.kbd -share/gnome/gok/mn/move-resize.kbd -share/gnome/gok/mn/numberpad.kbd -share/gnome/gok/mn/quit.kbd -share/gnome/gok/mn/text-operations.kbd -share/gnome/gok/mn/valuator.kbd -share/gnome/gok/mouse.kbd -share/gnome/gok/move-resize.kbd -share/gnome/gok/mr/gok-controls.kbd -share/gnome/gok/mr/hide.kbd -share/gnome/gok/mr/launcher.kbd -share/gnome/gok/mr/main.kbd -share/gnome/gok/mr/mouse.kbd -share/gnome/gok/mr/move-resize.kbd -share/gnome/gok/mr/numberpad.kbd -share/gnome/gok/mr/quit.kbd -share/gnome/gok/mr/text-operations.kbd -share/gnome/gok/mr/valuator.kbd -share/gnome/gok/ms/gok-controls.kbd -share/gnome/gok/ms/hide.kbd -share/gnome/gok/ms/launcher.kbd -share/gnome/gok/ms/main.kbd -share/gnome/gok/ms/mouse.kbd -share/gnome/gok/ms/move-resize.kbd -share/gnome/gok/ms/numberpad.kbd -share/gnome/gok/ms/quit.kbd -share/gnome/gok/ms/text-operations.kbd -share/gnome/gok/ms/valuator.kbd -share/gnome/gok/nb/gok-controls.kbd -share/gnome/gok/nb/hide.kbd -share/gnome/gok/nb/launcher.kbd -share/gnome/gok/nb/main.kbd -share/gnome/gok/nb/mouse.kbd -share/gnome/gok/nb/move-resize.kbd -share/gnome/gok/nb/numberpad.kbd -share/gnome/gok/nb/quit.kbd -share/gnome/gok/nb/text-operations.kbd -share/gnome/gok/nb/valuator.kbd -share/gnome/gok/ne/gok-controls.kbd -share/gnome/gok/ne/hide.kbd -share/gnome/gok/ne/launcher.kbd -share/gnome/gok/ne/main.kbd -share/gnome/gok/ne/mouse.kbd -share/gnome/gok/ne/move-resize.kbd -share/gnome/gok/ne/numberpad.kbd -share/gnome/gok/ne/quit.kbd -share/gnome/gok/ne/text-operations.kbd -share/gnome/gok/ne/valuator.kbd -share/gnome/gok/nl/gok-controls.kbd -share/gnome/gok/nl/hide.kbd -share/gnome/gok/nl/launcher.kbd -share/gnome/gok/nl/main.kbd -share/gnome/gok/nl/mouse.kbd -share/gnome/gok/nl/move-resize.kbd -share/gnome/gok/nl/numberpad.kbd -share/gnome/gok/nl/quit.kbd -share/gnome/gok/nl/text-operations.kbd -share/gnome/gok/nl/valuator.kbd -share/gnome/gok/numberpad.kbd -share/gnome/gok/oc/gok-controls.kbd -share/gnome/gok/oc/hide.kbd -share/gnome/gok/oc/launcher.kbd -share/gnome/gok/oc/main.kbd -share/gnome/gok/oc/mouse.kbd -share/gnome/gok/oc/move-resize.kbd -share/gnome/gok/oc/numberpad.kbd -share/gnome/gok/oc/quit.kbd -share/gnome/gok/oc/text-operations.kbd -share/gnome/gok/oc/valuator.kbd -share/gnome/gok/or/gok-controls.kbd -share/gnome/gok/or/hide.kbd -share/gnome/gok/or/launcher.kbd -share/gnome/gok/or/main.kbd -share/gnome/gok/or/mouse.kbd -share/gnome/gok/or/move-resize.kbd -share/gnome/gok/or/numberpad.kbd -share/gnome/gok/or/quit.kbd -share/gnome/gok/or/text-operations.kbd -share/gnome/gok/or/valuator.kbd -share/gnome/gok/pa/gok-controls.kbd -share/gnome/gok/pa/hide.kbd -share/gnome/gok/pa/launcher.kbd -share/gnome/gok/pa/main.kbd -share/gnome/gok/pa/mouse.kbd -share/gnome/gok/pa/move-resize.kbd -share/gnome/gok/pa/numberpad.kbd -share/gnome/gok/pa/quit.kbd -share/gnome/gok/pa/text-operations.kbd -share/gnome/gok/pa/valuator.kbd -share/gnome/gok/pl/gok-controls.kbd -share/gnome/gok/pl/hide.kbd -share/gnome/gok/pl/launcher.kbd -share/gnome/gok/pl/main.kbd -share/gnome/gok/pl/mouse.kbd -share/gnome/gok/pl/move-resize.kbd -share/gnome/gok/pl/numberpad.kbd -share/gnome/gok/pl/quit.kbd -share/gnome/gok/pl/text-operations.kbd -share/gnome/gok/pl/valuator.kbd -share/gnome/gok/pt/gok-controls.kbd -share/gnome/gok/pt/hide.kbd -share/gnome/gok/pt/launcher.kbd -share/gnome/gok/pt/main.kbd -share/gnome/gok/pt/mouse.kbd -share/gnome/gok/pt/move-resize.kbd -share/gnome/gok/pt/numberpad.kbd -share/gnome/gok/pt/quit.kbd -share/gnome/gok/pt/text-operations.kbd -share/gnome/gok/pt/valuator.kbd -share/gnome/gok/pt_BR/gok-controls.kbd -share/gnome/gok/pt_BR/hide.kbd -share/gnome/gok/pt_BR/launcher.kbd -share/gnome/gok/pt_BR/main.kbd -share/gnome/gok/pt_BR/mouse.kbd -share/gnome/gok/pt_BR/move-resize.kbd -share/gnome/gok/pt_BR/numberpad.kbd -share/gnome/gok/pt_BR/quit.kbd -share/gnome/gok/pt_BR/text-operations.kbd -share/gnome/gok/pt_BR/valuator.kbd -share/gnome/gok/quit.kbd -share/gnome/gok/qwerty.kbd -share/gnome/gok/ro/gok-controls.kbd -share/gnome/gok/ro/hide.kbd -share/gnome/gok/ro/launcher.kbd -share/gnome/gok/ro/main.kbd -share/gnome/gok/ro/mouse.kbd -share/gnome/gok/ro/move-resize.kbd -share/gnome/gok/ro/numberpad.kbd -share/gnome/gok/ro/quit.kbd -share/gnome/gok/ro/text-operations.kbd -share/gnome/gok/ro/valuator.kbd -share/gnome/gok/ru/gok-controls.kbd -share/gnome/gok/ru/hide.kbd -share/gnome/gok/ru/launcher.kbd -share/gnome/gok/ru/main.kbd -share/gnome/gok/ru/mouse.kbd -share/gnome/gok/ru/move-resize.kbd -share/gnome/gok/ru/numberpad.kbd -share/gnome/gok/ru/quit.kbd -share/gnome/gok/ru/text-operations.kbd -share/gnome/gok/ru/valuator.kbd -share/gnome/gok/rw/gok-controls.kbd -share/gnome/gok/rw/hide.kbd -share/gnome/gok/rw/launcher.kbd -share/gnome/gok/rw/main.kbd -share/gnome/gok/rw/mouse.kbd -share/gnome/gok/rw/move-resize.kbd -share/gnome/gok/rw/numberpad.kbd -share/gnome/gok/rw/quit.kbd -share/gnome/gok/rw/text-operations.kbd -share/gnome/gok/rw/valuator.kbd -share/gnome/gok/singlekey-automatic-scanning.xam -share/gnome/gok/singlekey-inverse-scanning.xam -share/gnome/gok/sk/gok-controls.kbd -share/gnome/gok/sk/hide.kbd -share/gnome/gok/sk/launcher.kbd -share/gnome/gok/sk/main.kbd -share/gnome/gok/sk/mouse.kbd -share/gnome/gok/sk/move-resize.kbd -share/gnome/gok/sk/numberpad.kbd -share/gnome/gok/sk/quit.kbd -share/gnome/gok/sk/text-operations.kbd -share/gnome/gok/sk/valuator.kbd -share/gnome/gok/sl/gok-controls.kbd -share/gnome/gok/sl/hide.kbd -share/gnome/gok/sl/launcher.kbd -share/gnome/gok/sl/main.kbd -share/gnome/gok/sl/mouse.kbd -share/gnome/gok/sl/move-resize.kbd -share/gnome/gok/sl/numberpad.kbd -share/gnome/gok/sl/quit.kbd -share/gnome/gok/sl/text-operations.kbd -share/gnome/gok/sl/valuator.kbd -share/gnome/gok/small-empty.png -share/gnome/gok/sq/gok-controls.kbd -share/gnome/gok/sq/hide.kbd -share/gnome/gok/sq/launcher.kbd -share/gnome/gok/sq/main.kbd -share/gnome/gok/sq/mouse.kbd -share/gnome/gok/sq/move-resize.kbd -share/gnome/gok/sq/numberpad.kbd -share/gnome/gok/sq/quit.kbd -share/gnome/gok/sq/text-operations.kbd -share/gnome/gok/sq/valuator.kbd -share/gnome/gok/sr/gok-controls.kbd -share/gnome/gok/sr/hide.kbd -share/gnome/gok/sr/launcher.kbd -share/gnome/gok/sr/main.kbd -share/gnome/gok/sr/mouse.kbd -share/gnome/gok/sr/move-resize.kbd -share/gnome/gok/sr/numberpad.kbd -share/gnome/gok/sr/quit.kbd -share/gnome/gok/sr/text-operations.kbd -share/gnome/gok/sr/valuator.kbd -share/gnome/gok/sr@Latn/gok-controls.kbd -share/gnome/gok/sr@Latn/hide.kbd -share/gnome/gok/sr@Latn/launcher.kbd -share/gnome/gok/sr@Latn/main.kbd -share/gnome/gok/sr@Latn/mouse.kbd -share/gnome/gok/sr@Latn/move-resize.kbd -share/gnome/gok/sr@Latn/numberpad.kbd -share/gnome/gok/sr@Latn/quit.kbd -share/gnome/gok/sr@Latn/text-operations.kbd -share/gnome/gok/sr@Latn/valuator.kbd -share/gnome/gok/sv/gok-controls.kbd -share/gnome/gok/sv/hide.kbd -share/gnome/gok/sv/launcher.kbd -share/gnome/gok/sv/main.kbd -share/gnome/gok/sv/mouse.kbd -share/gnome/gok/sv/move-resize.kbd -share/gnome/gok/sv/numberpad.kbd -share/gnome/gok/sv/quit.kbd -share/gnome/gok/sv/text-operations.kbd -share/gnome/gok/sv/valuator.kbd -share/gnome/gok/ta/gok-controls.kbd -share/gnome/gok/ta/hide.kbd -share/gnome/gok/ta/launcher.kbd -share/gnome/gok/ta/main.kbd -share/gnome/gok/ta/mouse.kbd -share/gnome/gok/ta/move-resize.kbd -share/gnome/gok/ta/numberpad.kbd -share/gnome/gok/ta/quit.kbd -share/gnome/gok/ta/text-operations.kbd -share/gnome/gok/ta/valuator.kbd -share/gnome/gok/text-operations.kbd -share/gnome/gok/tr/gok-controls.kbd -share/gnome/gok/tr/hide.kbd -share/gnome/gok/tr/launcher.kbd -share/gnome/gok/tr/main.kbd -share/gnome/gok/tr/mouse.kbd -share/gnome/gok/tr/move-resize.kbd -share/gnome/gok/tr/numberpad.kbd -share/gnome/gok/tr/quit.kbd -share/gnome/gok/tr/text-operations.kbd -share/gnome/gok/tr/valuator.kbd -share/gnome/gok/uk/gok-controls.kbd -share/gnome/gok/uk/hide.kbd -share/gnome/gok/uk/launcher.kbd -share/gnome/gok/uk/main.kbd -share/gnome/gok/uk/mouse.kbd -share/gnome/gok/uk/move-resize.kbd -share/gnome/gok/uk/numberpad.kbd -share/gnome/gok/uk/quit.kbd -share/gnome/gok/uk/text-operations.kbd -share/gnome/gok/uk/valuator.kbd -share/gnome/gok/valuator.kbd -share/gnome/gok/value-fast-less.png -share/gnome/gok/value-fast-more.png -share/gnome/gok/value-less.png -share/gnome/gok/value-max.png -share/gnome/gok/value-min.png -share/gnome/gok/value-more.png -share/gnome/gok/vi/gok-controls.kbd -share/gnome/gok/vi/hide.kbd -share/gnome/gok/vi/launcher.kbd -share/gnome/gok/vi/main.kbd -share/gnome/gok/vi/mouse.kbd -share/gnome/gok/vi/move-resize.kbd -share/gnome/gok/vi/numberpad.kbd -share/gnome/gok/vi/quit.kbd -share/gnome/gok/vi/text-operations.kbd -share/gnome/gok/vi/valuator.kbd -share/gnome/gok/zh_CN/gok-controls.kbd -share/gnome/gok/zh_CN/hide.kbd -share/gnome/gok/zh_CN/launcher.kbd -share/gnome/gok/zh_CN/main.kbd -share/gnome/gok/zh_CN/mouse.kbd -share/gnome/gok/zh_CN/move-resize.kbd -share/gnome/gok/zh_CN/numberpad.kbd -share/gnome/gok/zh_CN/quit.kbd -share/gnome/gok/zh_CN/text-operations.kbd -share/gnome/gok/zh_CN/valuator.kbd -share/gnome/gok/zh_HK/gok-controls.kbd -share/gnome/gok/zh_HK/hide.kbd -share/gnome/gok/zh_HK/launcher.kbd -share/gnome/gok/zh_HK/main.kbd -share/gnome/gok/zh_HK/mouse.kbd -share/gnome/gok/zh_HK/move-resize.kbd -share/gnome/gok/zh_HK/numberpad.kbd -share/gnome/gok/zh_HK/quit.kbd -share/gnome/gok/zh_HK/text-operations.kbd -share/gnome/gok/zh_HK/valuator.kbd -share/gnome/gok/zh_TW/gok-controls.kbd -share/gnome/gok/zh_TW/hide.kbd -share/gnome/gok/zh_TW/launcher.kbd -share/gnome/gok/zh_TW/main.kbd -share/gnome/gok/zh_TW/mouse.kbd -share/gnome/gok/zh_TW/move-resize.kbd -share/gnome/gok/zh_TW/numberpad.kbd -share/gnome/gok/zh_TW/quit.kbd -share/gnome/gok/zh_TW/text-operations.kbd -share/gnome/gok/zh_TW/valuator.kbd share/gnome/help/gok/C/gok.xml share/gnome/help/gok/C/legal.xml -share/gnome/omf/gok/gok-C.omf -share/gnome/pixmaps/gok.png +%%DATADIR%%/East.png +%%DATADIR%%/Keyboard.kbd +%%DATADIR%%/NE.png +%%DATADIR%%/NW.png +%%DATADIR%%/North.png +%%DATADIR%%/SE.png +%%DATADIR%%/SW.png +%%DATADIR%%/South.png +%%DATADIR%%/West.png +%%DATADIR%%/am/gok-controls.kbd +%%DATADIR%%/am/hide.kbd +%%DATADIR%%/am/launcher.kbd +%%DATADIR%%/am/main.kbd +%%DATADIR%%/am/mouse.kbd +%%DATADIR%%/am/move-resize.kbd +%%DATADIR%%/am/numberpad.kbd +%%DATADIR%%/am/quit.kbd +%%DATADIR%%/am/text-operations.kbd +%%DATADIR%%/am/valuator.kbd +%%DATADIR%%/ang/gok-controls.kbd +%%DATADIR%%/ang/hide.kbd +%%DATADIR%%/ang/launcher.kbd +%%DATADIR%%/ang/main.kbd +%%DATADIR%%/ang/mouse.kbd +%%DATADIR%%/ang/move-resize.kbd +%%DATADIR%%/ang/numberpad.kbd +%%DATADIR%%/ang/quit.kbd +%%DATADIR%%/ang/text-operations.kbd +%%DATADIR%%/ang/valuator.kbd +%%DATADIR%%/ar/gok-controls.kbd +%%DATADIR%%/ar/hide.kbd +%%DATADIR%%/ar/launcher.kbd +%%DATADIR%%/ar/main.kbd +%%DATADIR%%/ar/mouse.kbd +%%DATADIR%%/ar/move-resize.kbd +%%DATADIR%%/ar/numberpad.kbd +%%DATADIR%%/ar/quit.kbd +%%DATADIR%%/ar/text-operations.kbd +%%DATADIR%%/ar/valuator.kbd +%%DATADIR%%/automatic-scanning.xam +%%DATADIR%%/az/gok-controls.kbd +%%DATADIR%%/az/hide.kbd +%%DATADIR%%/az/launcher.kbd +%%DATADIR%%/az/main.kbd +%%DATADIR%%/az/mouse.kbd +%%DATADIR%%/az/move-resize.kbd +%%DATADIR%%/az/numberpad.kbd +%%DATADIR%%/az/quit.kbd +%%DATADIR%%/az/text-operations.kbd +%%DATADIR%%/az/valuator.kbd +%%DATADIR%%/be/gok-controls.kbd +%%DATADIR%%/be/hide.kbd +%%DATADIR%%/be/launcher.kbd +%%DATADIR%%/be/main.kbd +%%DATADIR%%/be/mouse.kbd +%%DATADIR%%/be/move-resize.kbd +%%DATADIR%%/be/numberpad.kbd +%%DATADIR%%/be/quit.kbd +%%DATADIR%%/be/text-operations.kbd +%%DATADIR%%/be/valuator.kbd +%%DATADIR%%/bg/gok-controls.kbd +%%DATADIR%%/bg/hide.kbd +%%DATADIR%%/bg/launcher.kbd +%%DATADIR%%/bg/main.kbd +%%DATADIR%%/bg/mouse.kbd +%%DATADIR%%/bg/move-resize.kbd +%%DATADIR%%/bg/numberpad.kbd +%%DATADIR%%/bg/quit.kbd +%%DATADIR%%/bg/text-operations.kbd +%%DATADIR%%/bg/valuator.kbd +%%DATADIR%%/bn/gok-controls.kbd +%%DATADIR%%/bn/hide.kbd +%%DATADIR%%/bn/launcher.kbd +%%DATADIR%%/bn/main.kbd +%%DATADIR%%/bn/mouse.kbd +%%DATADIR%%/bn/move-resize.kbd +%%DATADIR%%/bn/numberpad.kbd +%%DATADIR%%/bn/quit.kbd +%%DATADIR%%/bn/text-operations.kbd +%%DATADIR%%/bn/valuator.kbd +%%DATADIR%%/bn_IN/gok-controls.kbd +%%DATADIR%%/bn_IN/hide.kbd +%%DATADIR%%/bn_IN/launcher.kbd +%%DATADIR%%/bn_IN/main.kbd +%%DATADIR%%/bn_IN/mouse.kbd +%%DATADIR%%/bn_IN/move-resize.kbd +%%DATADIR%%/bn_IN/numberpad.kbd +%%DATADIR%%/bn_IN/quit.kbd +%%DATADIR%%/bn_IN/text-operations.kbd +%%DATADIR%%/bn_IN/valuator.kbd +%%DATADIR%%/ca/gok-controls.kbd +%%DATADIR%%/ca/hide.kbd +%%DATADIR%%/ca/launcher.kbd +%%DATADIR%%/ca/main.kbd +%%DATADIR%%/ca/mouse.kbd +%%DATADIR%%/ca/move-resize.kbd +%%DATADIR%%/ca/numberpad.kbd +%%DATADIR%%/ca/quit.kbd +%%DATADIR%%/ca/text-operations.kbd +%%DATADIR%%/ca/valuator.kbd +%%DATADIR%%/cs/gok-controls.kbd +%%DATADIR%%/cs/hide.kbd +%%DATADIR%%/cs/launcher.kbd +%%DATADIR%%/cs/main.kbd +%%DATADIR%%/cs/mouse.kbd +%%DATADIR%%/cs/move-resize.kbd +%%DATADIR%%/cs/numberpad.kbd +%%DATADIR%%/cs/quit.kbd +%%DATADIR%%/cs/text-operations.kbd +%%DATADIR%%/cs/valuator.kbd +%%DATADIR%%/cy/gok-controls.kbd +%%DATADIR%%/cy/hide.kbd +%%DATADIR%%/cy/launcher.kbd +%%DATADIR%%/cy/main.kbd +%%DATADIR%%/cy/mouse.kbd +%%DATADIR%%/cy/move-resize.kbd +%%DATADIR%%/cy/numberpad.kbd +%%DATADIR%%/cy/quit.kbd +%%DATADIR%%/cy/text-operations.kbd +%%DATADIR%%/cy/valuator.kbd +%%DATADIR%%/da/gok-controls.kbd +%%DATADIR%%/da/hide.kbd +%%DATADIR%%/da/launcher.kbd +%%DATADIR%%/da/main.kbd +%%DATADIR%%/da/mouse.kbd +%%DATADIR%%/da/move-resize.kbd +%%DATADIR%%/da/numberpad.kbd +%%DATADIR%%/da/quit.kbd +%%DATADIR%%/da/text-operations.kbd +%%DATADIR%%/da/valuator.kbd +%%DATADIR%%/de/gok-controls.kbd +%%DATADIR%%/de/hide.kbd +%%DATADIR%%/de/launcher.kbd +%%DATADIR%%/de/main.kbd +%%DATADIR%%/de/mouse.kbd +%%DATADIR%%/de/move-resize.kbd +%%DATADIR%%/de/numberpad.kbd +%%DATADIR%%/de/quit.kbd +%%DATADIR%%/de/text-operations.kbd +%%DATADIR%%/de/valuator.kbd +%%DATADIR%%/dictionary.txt +%%DATADIR%%/direct-selection.xam +%%DATADIR%%/directed.xam +%%DATADIR%%/dwell-selection.xam +%%DATADIR%%/dz/gok-controls.kbd +%%DATADIR%%/dz/hide.kbd +%%DATADIR%%/dz/launcher.kbd +%%DATADIR%%/dz/main.kbd +%%DATADIR%%/dz/mouse.kbd +%%DATADIR%%/dz/move-resize.kbd +%%DATADIR%%/dz/numberpad.kbd +%%DATADIR%%/dz/quit.kbd +%%DATADIR%%/dz/text-operations.kbd +%%DATADIR%%/dz/valuator.kbd +%%DATADIR%%/el/gok-controls.kbd +%%DATADIR%%/el/hide.kbd +%%DATADIR%%/el/launcher.kbd +%%DATADIR%%/el/main.kbd +%%DATADIR%%/el/mouse.kbd +%%DATADIR%%/el/move-resize.kbd +%%DATADIR%%/el/numberpad.kbd +%%DATADIR%%/el/quit.kbd +%%DATADIR%%/el/text-operations.kbd +%%DATADIR%%/el/valuator.kbd +%%DATADIR%%/empty.png +%%DATADIR%%/en_CA/gok-controls.kbd +%%DATADIR%%/en_CA/hide.kbd +%%DATADIR%%/en_CA/launcher.kbd +%%DATADIR%%/en_CA/main.kbd +%%DATADIR%%/en_CA/mouse.kbd +%%DATADIR%%/en_CA/move-resize.kbd +%%DATADIR%%/en_CA/numberpad.kbd +%%DATADIR%%/en_CA/quit.kbd +%%DATADIR%%/en_CA/text-operations.kbd +%%DATADIR%%/en_CA/valuator.kbd +%%DATADIR%%/en_GB/gok-controls.kbd +%%DATADIR%%/en_GB/hide.kbd +%%DATADIR%%/en_GB/launcher.kbd +%%DATADIR%%/en_GB/main.kbd +%%DATADIR%%/en_GB/mouse.kbd +%%DATADIR%%/en_GB/move-resize.kbd +%%DATADIR%%/en_GB/numberpad.kbd +%%DATADIR%%/en_GB/quit.kbd +%%DATADIR%%/en_GB/text-operations.kbd +%%DATADIR%%/en_GB/valuator.kbd +%%DATADIR%%/es/gok-controls.kbd +%%DATADIR%%/es/hide.kbd +%%DATADIR%%/es/launcher.kbd +%%DATADIR%%/es/main.kbd +%%DATADIR%%/es/mouse.kbd +%%DATADIR%%/es/move-resize.kbd +%%DATADIR%%/es/numberpad.kbd +%%DATADIR%%/es/quit.kbd +%%DATADIR%%/es/text-operations.kbd +%%DATADIR%%/es/valuator.kbd +%%DATADIR%%/et/gok-controls.kbd +%%DATADIR%%/et/hide.kbd +%%DATADIR%%/et/launcher.kbd +%%DATADIR%%/et/main.kbd +%%DATADIR%%/et/mouse.kbd +%%DATADIR%%/et/move-resize.kbd +%%DATADIR%%/et/numberpad.kbd +%%DATADIR%%/et/quit.kbd +%%DATADIR%%/et/text-operations.kbd +%%DATADIR%%/et/valuator.kbd +%%DATADIR%%/eu/gok-controls.kbd +%%DATADIR%%/eu/hide.kbd +%%DATADIR%%/eu/launcher.kbd +%%DATADIR%%/eu/main.kbd +%%DATADIR%%/eu/mouse.kbd +%%DATADIR%%/eu/move-resize.kbd +%%DATADIR%%/eu/numberpad.kbd +%%DATADIR%%/eu/quit.kbd +%%DATADIR%%/eu/text-operations.kbd +%%DATADIR%%/eu/valuator.kbd +%%DATADIR%%/fa/gok-controls.kbd +%%DATADIR%%/fa/hide.kbd +%%DATADIR%%/fa/launcher.kbd +%%DATADIR%%/fa/main.kbd +%%DATADIR%%/fa/mouse.kbd +%%DATADIR%%/fa/move-resize.kbd +%%DATADIR%%/fa/numberpad.kbd +%%DATADIR%%/fa/quit.kbd +%%DATADIR%%/fa/text-operations.kbd +%%DATADIR%%/fa/valuator.kbd +%%DATADIR%%/fi/gok-controls.kbd +%%DATADIR%%/fi/hide.kbd +%%DATADIR%%/fi/launcher.kbd +%%DATADIR%%/fi/main.kbd +%%DATADIR%%/fi/mouse.kbd +%%DATADIR%%/fi/move-resize.kbd +%%DATADIR%%/fi/numberpad.kbd +%%DATADIR%%/fi/quit.kbd +%%DATADIR%%/fi/text-operations.kbd +%%DATADIR%%/fi/valuator.kbd +%%DATADIR%%/fr/gok-controls.kbd +%%DATADIR%%/fr/hide.kbd +%%DATADIR%%/fr/launcher.kbd +%%DATADIR%%/fr/main.kbd +%%DATADIR%%/fr/mouse.kbd +%%DATADIR%%/fr/move-resize.kbd +%%DATADIR%%/fr/numberpad.kbd +%%DATADIR%%/fr/quit.kbd +%%DATADIR%%/fr/text-operations.kbd +%%DATADIR%%/fr/valuator.kbd +%%DATADIR%%/ga/gok-controls.kbd +%%DATADIR%%/ga/hide.kbd +%%DATADIR%%/ga/launcher.kbd +%%DATADIR%%/ga/main.kbd +%%DATADIR%%/ga/mouse.kbd +%%DATADIR%%/ga/move-resize.kbd +%%DATADIR%%/ga/numberpad.kbd +%%DATADIR%%/ga/quit.kbd +%%DATADIR%%/ga/text-operations.kbd +%%DATADIR%%/ga/valuator.kbd +%%DATADIR%%/gl/gok-controls.kbd +%%DATADIR%%/gl/hide.kbd +%%DATADIR%%/gl/launcher.kbd +%%DATADIR%%/gl/main.kbd +%%DATADIR%%/gl/mouse.kbd +%%DATADIR%%/gl/move-resize.kbd +%%DATADIR%%/gl/numberpad.kbd +%%DATADIR%%/gl/quit.kbd +%%DATADIR%%/gl/text-operations.kbd +%%DATADIR%%/gl/valuator.kbd +%%DATADIR%%/glade/gok.glade2 +%%DATADIR%%/gok-controls.kbd +%%DATADIR%%/gok.rc +%%DATADIR%%/goklogo.png +%%DATADIR%%/goksound1.wav +%%DATADIR%%/goksound2.wav +%%DATADIR%%/gu/gok-controls.kbd +%%DATADIR%%/gu/hide.kbd +%%DATADIR%%/gu/launcher.kbd +%%DATADIR%%/gu/main.kbd +%%DATADIR%%/gu/mouse.kbd +%%DATADIR%%/gu/move-resize.kbd +%%DATADIR%%/gu/numberpad.kbd +%%DATADIR%%/gu/quit.kbd +%%DATADIR%%/gu/text-operations.kbd +%%DATADIR%%/gu/valuator.kbd +%%DATADIR%%/hi/gok-controls.kbd +%%DATADIR%%/hi/hide.kbd +%%DATADIR%%/hi/launcher.kbd +%%DATADIR%%/hi/main.kbd +%%DATADIR%%/hi/mouse.kbd +%%DATADIR%%/hi/move-resize.kbd +%%DATADIR%%/hi/numberpad.kbd +%%DATADIR%%/hi/quit.kbd +%%DATADIR%%/hi/text-operations.kbd +%%DATADIR%%/hi/valuator.kbd +%%DATADIR%%/hide.kbd +%%DATADIR%%/hr/gok-controls.kbd +%%DATADIR%%/hr/hide.kbd +%%DATADIR%%/hr/launcher.kbd +%%DATADIR%%/hr/main.kbd +%%DATADIR%%/hr/mouse.kbd +%%DATADIR%%/hr/move-resize.kbd +%%DATADIR%%/hr/numberpad.kbd +%%DATADIR%%/hr/quit.kbd +%%DATADIR%%/hr/text-operations.kbd +%%DATADIR%%/hr/valuator.kbd +%%DATADIR%%/hu/gok-controls.kbd +%%DATADIR%%/hu/hide.kbd +%%DATADIR%%/hu/launcher.kbd +%%DATADIR%%/hu/main.kbd +%%DATADIR%%/hu/mouse.kbd +%%DATADIR%%/hu/move-resize.kbd +%%DATADIR%%/hu/numberpad.kbd +%%DATADIR%%/hu/quit.kbd +%%DATADIR%%/hu/text-operations.kbd +%%DATADIR%%/hu/valuator.kbd +%%DATADIR%%/id/gok-controls.kbd +%%DATADIR%%/id/hide.kbd +%%DATADIR%%/id/launcher.kbd +%%DATADIR%%/id/main.kbd +%%DATADIR%%/id/mouse.kbd +%%DATADIR%%/id/move-resize.kbd +%%DATADIR%%/id/numberpad.kbd +%%DATADIR%%/id/quit.kbd +%%DATADIR%%/id/text-operations.kbd +%%DATADIR%%/id/valuator.kbd +%%DATADIR%%/inverse-scanning.xam +%%DATADIR%%/it/gok-controls.kbd +%%DATADIR%%/it/hide.kbd +%%DATADIR%%/it/launcher.kbd +%%DATADIR%%/it/main.kbd +%%DATADIR%%/it/mouse.kbd +%%DATADIR%%/it/move-resize.kbd +%%DATADIR%%/it/numberpad.kbd +%%DATADIR%%/it/quit.kbd +%%DATADIR%%/it/text-operations.kbd +%%DATADIR%%/it/valuator.kbd +%%DATADIR%%/ja/gok-controls.kbd +%%DATADIR%%/ja/hide.kbd +%%DATADIR%%/ja/launcher.kbd +%%DATADIR%%/ja/main.kbd +%%DATADIR%%/ja/mouse.kbd +%%DATADIR%%/ja/move-resize.kbd +%%DATADIR%%/ja/numberpad.kbd +%%DATADIR%%/ja/quit.kbd +%%DATADIR%%/ja/text-operations.kbd +%%DATADIR%%/ja/valuator.kbd +%%DATADIR%%/ka/gok-controls.kbd +%%DATADIR%%/ka/hide.kbd +%%DATADIR%%/ka/launcher.kbd +%%DATADIR%%/ka/main.kbd +%%DATADIR%%/ka/mouse.kbd +%%DATADIR%%/ka/move-resize.kbd +%%DATADIR%%/ka/numberpad.kbd +%%DATADIR%%/ka/quit.kbd +%%DATADIR%%/ka/text-operations.kbd +%%DATADIR%%/ka/valuator.kbd +%%DATADIR%%/ko/gok-controls.kbd +%%DATADIR%%/ko/hide.kbd +%%DATADIR%%/ko/launcher.kbd +%%DATADIR%%/ko/main.kbd +%%DATADIR%%/ko/mouse.kbd +%%DATADIR%%/ko/move-resize.kbd +%%DATADIR%%/ko/numberpad.kbd +%%DATADIR%%/ko/quit.kbd +%%DATADIR%%/ko/text-operations.kbd +%%DATADIR%%/ko/valuator.kbd +%%DATADIR%%/ku/gok-controls.kbd +%%DATADIR%%/ku/hide.kbd +%%DATADIR%%/ku/launcher.kbd +%%DATADIR%%/ku/main.kbd +%%DATADIR%%/ku/mouse.kbd +%%DATADIR%%/ku/move-resize.kbd +%%DATADIR%%/ku/numberpad.kbd +%%DATADIR%%/ku/quit.kbd +%%DATADIR%%/ku/text-operations.kbd +%%DATADIR%%/ku/valuator.kbd +%%DATADIR%%/latched.png +%%DATADIR%%/launcher.kbd +%%DATADIR%%/locked.png +%%DATADIR%%/lt/gok-controls.kbd +%%DATADIR%%/lt/hide.kbd +%%DATADIR%%/lt/launcher.kbd +%%DATADIR%%/lt/main.kbd +%%DATADIR%%/lt/mouse.kbd +%%DATADIR%%/lt/move-resize.kbd +%%DATADIR%%/lt/numberpad.kbd +%%DATADIR%%/lt/quit.kbd +%%DATADIR%%/lt/text-operations.kbd +%%DATADIR%%/lt/valuator.kbd +%%DATADIR%%/lv/gok-controls.kbd +%%DATADIR%%/lv/hide.kbd +%%DATADIR%%/lv/launcher.kbd +%%DATADIR%%/lv/main.kbd +%%DATADIR%%/lv/mouse.kbd +%%DATADIR%%/lv/move-resize.kbd +%%DATADIR%%/lv/numberpad.kbd +%%DATADIR%%/lv/quit.kbd +%%DATADIR%%/lv/text-operations.kbd +%%DATADIR%%/lv/valuator.kbd +%%DATADIR%%/main.kbd +%%DATADIR%%/manage.kbd +%%DATADIR%%/mk/gok-controls.kbd +%%DATADIR%%/mk/hide.kbd +%%DATADIR%%/mk/launcher.kbd +%%DATADIR%%/mk/main.kbd +%%DATADIR%%/mk/mouse.kbd +%%DATADIR%%/mk/move-resize.kbd +%%DATADIR%%/mk/numberpad.kbd +%%DATADIR%%/mk/quit.kbd +%%DATADIR%%/mk/text-operations.kbd +%%DATADIR%%/mk/valuator.kbd +%%DATADIR%%/ml/gok-controls.kbd +%%DATADIR%%/ml/hide.kbd +%%DATADIR%%/ml/launcher.kbd +%%DATADIR%%/ml/main.kbd +%%DATADIR%%/ml/mouse.kbd +%%DATADIR%%/ml/move-resize.kbd +%%DATADIR%%/ml/numberpad.kbd +%%DATADIR%%/ml/quit.kbd +%%DATADIR%%/ml/text-operations.kbd +%%DATADIR%%/ml/valuator.kbd +%%DATADIR%%/mn/gok-controls.kbd +%%DATADIR%%/mn/hide.kbd +%%DATADIR%%/mn/launcher.kbd +%%DATADIR%%/mn/main.kbd +%%DATADIR%%/mn/mouse.kbd +%%DATADIR%%/mn/move-resize.kbd +%%DATADIR%%/mn/numberpad.kbd +%%DATADIR%%/mn/quit.kbd +%%DATADIR%%/mn/text-operations.kbd +%%DATADIR%%/mn/valuator.kbd +%%DATADIR%%/mouse.kbd +%%DATADIR%%/move-resize.kbd +%%DATADIR%%/mr/gok-controls.kbd +%%DATADIR%%/mr/hide.kbd +%%DATADIR%%/mr/launcher.kbd +%%DATADIR%%/mr/main.kbd +%%DATADIR%%/mr/mouse.kbd +%%DATADIR%%/mr/move-resize.kbd +%%DATADIR%%/mr/numberpad.kbd +%%DATADIR%%/mr/quit.kbd +%%DATADIR%%/mr/text-operations.kbd +%%DATADIR%%/mr/valuator.kbd +%%DATADIR%%/ms/gok-controls.kbd +%%DATADIR%%/ms/hide.kbd +%%DATADIR%%/ms/launcher.kbd +%%DATADIR%%/ms/main.kbd +%%DATADIR%%/ms/mouse.kbd +%%DATADIR%%/ms/move-resize.kbd +%%DATADIR%%/ms/numberpad.kbd +%%DATADIR%%/ms/quit.kbd +%%DATADIR%%/ms/text-operations.kbd +%%DATADIR%%/ms/valuator.kbd +%%DATADIR%%/nb/gok-controls.kbd +%%DATADIR%%/nb/hide.kbd +%%DATADIR%%/nb/launcher.kbd +%%DATADIR%%/nb/main.kbd +%%DATADIR%%/nb/mouse.kbd +%%DATADIR%%/nb/move-resize.kbd +%%DATADIR%%/nb/numberpad.kbd +%%DATADIR%%/nb/quit.kbd +%%DATADIR%%/nb/text-operations.kbd +%%DATADIR%%/nb/valuator.kbd +%%DATADIR%%/ne/gok-controls.kbd +%%DATADIR%%/ne/hide.kbd +%%DATADIR%%/ne/launcher.kbd +%%DATADIR%%/ne/main.kbd +%%DATADIR%%/ne/mouse.kbd +%%DATADIR%%/ne/move-resize.kbd +%%DATADIR%%/ne/numberpad.kbd +%%DATADIR%%/ne/quit.kbd +%%DATADIR%%/ne/text-operations.kbd +%%DATADIR%%/ne/valuator.kbd +%%DATADIR%%/nl/gok-controls.kbd +%%DATADIR%%/nl/hide.kbd +%%DATADIR%%/nl/launcher.kbd +%%DATADIR%%/nl/main.kbd +%%DATADIR%%/nl/mouse.kbd +%%DATADIR%%/nl/move-resize.kbd +%%DATADIR%%/nl/numberpad.kbd +%%DATADIR%%/nl/quit.kbd +%%DATADIR%%/nl/text-operations.kbd +%%DATADIR%%/nl/valuator.kbd +%%DATADIR%%/numberpad.kbd +%%DATADIR%%/oc/gok-controls.kbd +%%DATADIR%%/oc/hide.kbd +%%DATADIR%%/oc/launcher.kbd +%%DATADIR%%/oc/main.kbd +%%DATADIR%%/oc/mouse.kbd +%%DATADIR%%/oc/move-resize.kbd +%%DATADIR%%/oc/numberpad.kbd +%%DATADIR%%/oc/quit.kbd +%%DATADIR%%/oc/text-operations.kbd +%%DATADIR%%/oc/valuator.kbd +%%DATADIR%%/or/gok-controls.kbd +%%DATADIR%%/or/hide.kbd +%%DATADIR%%/or/launcher.kbd +%%DATADIR%%/or/main.kbd +%%DATADIR%%/or/mouse.kbd +%%DATADIR%%/or/move-resize.kbd +%%DATADIR%%/or/numberpad.kbd +%%DATADIR%%/or/quit.kbd +%%DATADIR%%/or/text-operations.kbd +%%DATADIR%%/or/valuator.kbd +%%DATADIR%%/pa/gok-controls.kbd +%%DATADIR%%/pa/hide.kbd +%%DATADIR%%/pa/launcher.kbd +%%DATADIR%%/pa/main.kbd +%%DATADIR%%/pa/mouse.kbd +%%DATADIR%%/pa/move-resize.kbd +%%DATADIR%%/pa/numberpad.kbd +%%DATADIR%%/pa/quit.kbd +%%DATADIR%%/pa/text-operations.kbd +%%DATADIR%%/pa/valuator.kbd +%%DATADIR%%/pl/gok-controls.kbd +%%DATADIR%%/pl/hide.kbd +%%DATADIR%%/pl/launcher.kbd +%%DATADIR%%/pl/main.kbd +%%DATADIR%%/pl/mouse.kbd +%%DATADIR%%/pl/move-resize.kbd +%%DATADIR%%/pl/numberpad.kbd +%%DATADIR%%/pl/quit.kbd +%%DATADIR%%/pl/text-operations.kbd +%%DATADIR%%/pl/valuator.kbd +%%DATADIR%%/pt/gok-controls.kbd +%%DATADIR%%/pt/hide.kbd +%%DATADIR%%/pt/launcher.kbd +%%DATADIR%%/pt/main.kbd +%%DATADIR%%/pt/mouse.kbd +%%DATADIR%%/pt/move-resize.kbd +%%DATADIR%%/pt/numberpad.kbd +%%DATADIR%%/pt/quit.kbd +%%DATADIR%%/pt/text-operations.kbd +%%DATADIR%%/pt/valuator.kbd +%%DATADIR%%/pt_BR/gok-controls.kbd +%%DATADIR%%/pt_BR/hide.kbd +%%DATADIR%%/pt_BR/launcher.kbd +%%DATADIR%%/pt_BR/main.kbd +%%DATADIR%%/pt_BR/mouse.kbd +%%DATADIR%%/pt_BR/move-resize.kbd +%%DATADIR%%/pt_BR/numberpad.kbd +%%DATADIR%%/pt_BR/quit.kbd +%%DATADIR%%/pt_BR/text-operations.kbd +%%DATADIR%%/pt_BR/valuator.kbd +%%DATADIR%%/quit.kbd +%%DATADIR%%/qwerty.kbd +%%DATADIR%%/ro/gok-controls.kbd +%%DATADIR%%/ro/hide.kbd +%%DATADIR%%/ro/launcher.kbd +%%DATADIR%%/ro/main.kbd +%%DATADIR%%/ro/mouse.kbd +%%DATADIR%%/ro/move-resize.kbd +%%DATADIR%%/ro/numberpad.kbd +%%DATADIR%%/ro/quit.kbd +%%DATADIR%%/ro/text-operations.kbd +%%DATADIR%%/ro/valuator.kbd +%%DATADIR%%/ru/gok-controls.kbd +%%DATADIR%%/ru/hide.kbd +%%DATADIR%%/ru/launcher.kbd +%%DATADIR%%/ru/main.kbd +%%DATADIR%%/ru/mouse.kbd +%%DATADIR%%/ru/move-resize.kbd +%%DATADIR%%/ru/numberpad.kbd +%%DATADIR%%/ru/quit.kbd +%%DATADIR%%/ru/text-operations.kbd +%%DATADIR%%/ru/valuator.kbd +%%DATADIR%%/rw/gok-controls.kbd +%%DATADIR%%/rw/hide.kbd +%%DATADIR%%/rw/launcher.kbd +%%DATADIR%%/rw/main.kbd +%%DATADIR%%/rw/mouse.kbd +%%DATADIR%%/rw/move-resize.kbd +%%DATADIR%%/rw/numberpad.kbd +%%DATADIR%%/rw/quit.kbd +%%DATADIR%%/rw/text-operations.kbd +%%DATADIR%%/rw/valuator.kbd +%%DATADIR%%/si/gok-controls.kbd +%%DATADIR%%/si/hide.kbd +%%DATADIR%%/si/launcher.kbd +%%DATADIR%%/si/main.kbd +%%DATADIR%%/si/mouse.kbd +%%DATADIR%%/si/move-resize.kbd +%%DATADIR%%/si/numberpad.kbd +%%DATADIR%%/si/quit.kbd +%%DATADIR%%/si/text-operations.kbd +%%DATADIR%%/si/valuator.kbd +%%DATADIR%%/singlekey-automatic-scanning.xam +%%DATADIR%%/singlekey-inverse-scanning.xam +%%DATADIR%%/sk/gok-controls.kbd +%%DATADIR%%/sk/hide.kbd +%%DATADIR%%/sk/launcher.kbd +%%DATADIR%%/sk/main.kbd +%%DATADIR%%/sk/mouse.kbd +%%DATADIR%%/sk/move-resize.kbd +%%DATADIR%%/sk/numberpad.kbd +%%DATADIR%%/sk/quit.kbd +%%DATADIR%%/sk/text-operations.kbd +%%DATADIR%%/sk/valuator.kbd +%%DATADIR%%/sl/gok-controls.kbd +%%DATADIR%%/sl/hide.kbd +%%DATADIR%%/sl/launcher.kbd +%%DATADIR%%/sl/main.kbd +%%DATADIR%%/sl/mouse.kbd +%%DATADIR%%/sl/move-resize.kbd +%%DATADIR%%/sl/numberpad.kbd +%%DATADIR%%/sl/quit.kbd +%%DATADIR%%/sl/text-operations.kbd +%%DATADIR%%/sl/valuator.kbd +%%DATADIR%%/small-empty.png +%%DATADIR%%/sq/gok-controls.kbd +%%DATADIR%%/sq/hide.kbd +%%DATADIR%%/sq/launcher.kbd +%%DATADIR%%/sq/main.kbd +%%DATADIR%%/sq/mouse.kbd +%%DATADIR%%/sq/move-resize.kbd +%%DATADIR%%/sq/numberpad.kbd +%%DATADIR%%/sq/quit.kbd +%%DATADIR%%/sq/text-operations.kbd +%%DATADIR%%/sq/valuator.kbd +%%DATADIR%%/sr/gok-controls.kbd +%%DATADIR%%/sr/hide.kbd +%%DATADIR%%/sr/launcher.kbd +%%DATADIR%%/sr/main.kbd +%%DATADIR%%/sr/mouse.kbd +%%DATADIR%%/sr/move-resize.kbd +%%DATADIR%%/sr/numberpad.kbd +%%DATADIR%%/sr/quit.kbd +%%DATADIR%%/sr/text-operations.kbd +%%DATADIR%%/sr/valuator.kbd +%%DATADIR%%/sr@Latn/gok-controls.kbd +%%DATADIR%%/sr@Latn/hide.kbd +%%DATADIR%%/sr@Latn/launcher.kbd +%%DATADIR%%/sr@Latn/main.kbd +%%DATADIR%%/sr@Latn/mouse.kbd +%%DATADIR%%/sr@Latn/move-resize.kbd +%%DATADIR%%/sr@Latn/numberpad.kbd +%%DATADIR%%/sr@Latn/quit.kbd +%%DATADIR%%/sr@Latn/text-operations.kbd +%%DATADIR%%/sr@Latn/valuator.kbd +%%DATADIR%%/sv/gok-controls.kbd +%%DATADIR%%/sv/hide.kbd +%%DATADIR%%/sv/launcher.kbd +%%DATADIR%%/sv/main.kbd +%%DATADIR%%/sv/mouse.kbd +%%DATADIR%%/sv/move-resize.kbd +%%DATADIR%%/sv/numberpad.kbd +%%DATADIR%%/sv/quit.kbd +%%DATADIR%%/sv/text-operations.kbd +%%DATADIR%%/sv/valuator.kbd +%%DATADIR%%/ta/gok-controls.kbd +%%DATADIR%%/ta/hide.kbd +%%DATADIR%%/ta/launcher.kbd +%%DATADIR%%/ta/main.kbd +%%DATADIR%%/ta/mouse.kbd +%%DATADIR%%/ta/move-resize.kbd +%%DATADIR%%/ta/numberpad.kbd +%%DATADIR%%/ta/quit.kbd +%%DATADIR%%/ta/text-operations.kbd +%%DATADIR%%/ta/valuator.kbd +%%DATADIR%%/te/gok-controls.kbd +%%DATADIR%%/te/hide.kbd +%%DATADIR%%/te/launcher.kbd +%%DATADIR%%/te/main.kbd +%%DATADIR%%/te/mouse.kbd +%%DATADIR%%/te/move-resize.kbd +%%DATADIR%%/te/numberpad.kbd +%%DATADIR%%/te/quit.kbd +%%DATADIR%%/te/text-operations.kbd +%%DATADIR%%/te/valuator.kbd +%%DATADIR%%/text-operations.kbd +%%DATADIR%%/th/gok-controls.kbd +%%DATADIR%%/th/hide.kbd +%%DATADIR%%/th/launcher.kbd +%%DATADIR%%/th/main.kbd +%%DATADIR%%/th/mouse.kbd +%%DATADIR%%/th/move-resize.kbd +%%DATADIR%%/th/numberpad.kbd +%%DATADIR%%/th/quit.kbd +%%DATADIR%%/th/text-operations.kbd +%%DATADIR%%/th/valuator.kbd +%%DATADIR%%/tr/gok-controls.kbd +%%DATADIR%%/tr/hide.kbd +%%DATADIR%%/tr/launcher.kbd +%%DATADIR%%/tr/main.kbd +%%DATADIR%%/tr/mouse.kbd +%%DATADIR%%/tr/move-resize.kbd +%%DATADIR%%/tr/numberpad.kbd +%%DATADIR%%/tr/quit.kbd +%%DATADIR%%/tr/text-operations.kbd +%%DATADIR%%/tr/valuator.kbd +%%DATADIR%%/uk/gok-controls.kbd +%%DATADIR%%/uk/hide.kbd +%%DATADIR%%/uk/launcher.kbd +%%DATADIR%%/uk/main.kbd +%%DATADIR%%/uk/mouse.kbd +%%DATADIR%%/uk/move-resize.kbd +%%DATADIR%%/uk/numberpad.kbd +%%DATADIR%%/uk/quit.kbd +%%DATADIR%%/uk/text-operations.kbd +%%DATADIR%%/uk/valuator.kbd +%%DATADIR%%/valuator.kbd +%%DATADIR%%/value-fast-less.png +%%DATADIR%%/value-fast-more.png +%%DATADIR%%/value-less.png +%%DATADIR%%/value-max.png +%%DATADIR%%/value-min.png +%%DATADIR%%/value-more.png +%%DATADIR%%/vi/gok-controls.kbd +%%DATADIR%%/vi/hide.kbd +%%DATADIR%%/vi/launcher.kbd +%%DATADIR%%/vi/main.kbd +%%DATADIR%%/vi/mouse.kbd +%%DATADIR%%/vi/move-resize.kbd +%%DATADIR%%/vi/numberpad.kbd +%%DATADIR%%/vi/quit.kbd +%%DATADIR%%/vi/text-operations.kbd +%%DATADIR%%/vi/valuator.kbd +%%DATADIR%%/zh_CN/gok-controls.kbd +%%DATADIR%%/zh_CN/hide.kbd +%%DATADIR%%/zh_CN/launcher.kbd +%%DATADIR%%/zh_CN/main.kbd +%%DATADIR%%/zh_CN/mouse.kbd +%%DATADIR%%/zh_CN/move-resize.kbd +%%DATADIR%%/zh_CN/numberpad.kbd +%%DATADIR%%/zh_CN/quit.kbd +%%DATADIR%%/zh_CN/text-operations.kbd +%%DATADIR%%/zh_CN/valuator.kbd +%%DATADIR%%/zh_HK/gok-controls.kbd +%%DATADIR%%/zh_HK/hide.kbd +%%DATADIR%%/zh_HK/launcher.kbd +%%DATADIR%%/zh_HK/main.kbd +%%DATADIR%%/zh_HK/mouse.kbd +%%DATADIR%%/zh_HK/move-resize.kbd +%%DATADIR%%/zh_HK/numberpad.kbd +%%DATADIR%%/zh_HK/quit.kbd +%%DATADIR%%/zh_HK/text-operations.kbd +%%DATADIR%%/zh_HK/valuator.kbd +%%DATADIR%%/zh_TW/gok-controls.kbd +%%DATADIR%%/zh_TW/hide.kbd +%%DATADIR%%/zh_TW/launcher.kbd +%%DATADIR%%/zh_TW/main.kbd +%%DATADIR%%/zh_TW/mouse.kbd +%%DATADIR%%/zh_TW/move-resize.kbd +%%DATADIR%%/zh_TW/numberpad.kbd +%%DATADIR%%/zh_TW/quit.kbd +%%DATADIR%%/zh_TW/text-operations.kbd +%%DATADIR%%/zh_TW/valuator.kbd share/icons/hicolor/48x48/apps/gok.png share/locale/am/LC_MESSAGES/gok.mo share/locale/ang/LC_MESSAGES/gok.mo @@ -834,6 +862,7 @@ share/locale/pt_BR/LC_MESSAGES/gok.mo share/locale/ro/LC_MESSAGES/gok.mo share/locale/ru/LC_MESSAGES/gok.mo share/locale/rw/LC_MESSAGES/gok.mo +share/locale/si/LC_MESSAGES/gok.mo share/locale/sk/LC_MESSAGES/gok.mo share/locale/sl/LC_MESSAGES/gok.mo share/locale/sq/LC_MESSAGES/gok.mo @@ -841,87 +870,98 @@ share/locale/sr/LC_MESSAGES/gok.mo share/locale/sr@Latn/LC_MESSAGES/gok.mo share/locale/sv/LC_MESSAGES/gok.mo share/locale/ta/LC_MESSAGES/gok.mo +share/locale/te/LC_MESSAGES/gok.mo +share/locale/th/LC_MESSAGES/gok.mo share/locale/tr/LC_MESSAGES/gok.mo share/locale/uk/LC_MESSAGES/gok.mo share/locale/vi/LC_MESSAGES/gok.mo share/locale/zh_CN/LC_MESSAGES/gok.mo share/locale/zh_HK/LC_MESSAGES/gok.mo share/locale/zh_TW/LC_MESSAGES/gok.mo -@dirrm share/gnome/omf/gok +share/omf/gok/gok-C.omf +share/pixmaps/gok.png +@dirrm share/omf/gok +@dirrm %%DATADIR%%/zh_TW +@dirrm %%DATADIR%%/zh_HK +@dirrm %%DATADIR%%/zh_CN +@dirrm %%DATADIR%%/vi +@dirrm %%DATADIR%%/uk +@dirrm %%DATADIR%%/tr +@dirrm %%DATADIR%%/th +@dirrm %%DATADIR%%/te +@dirrm %%DATADIR%%/ta +@dirrm %%DATADIR%%/sv +@dirrm %%DATADIR%%/sr@Latn +@dirrm %%DATADIR%%/sr +@dirrm %%DATADIR%%/sq +@dirrm %%DATADIR%%/sl +@dirrm %%DATADIR%%/sk +@dirrm %%DATADIR%%/si +@dirrm %%DATADIR%%/rw +@dirrm %%DATADIR%%/ru +@dirrm %%DATADIR%%/ro +@dirrm %%DATADIR%%/pt_BR +@dirrm %%DATADIR%%/pt +@dirrm %%DATADIR%%/pl +@dirrm %%DATADIR%%/pa +@dirrm %%DATADIR%%/or +@dirrm %%DATADIR%%/oc +@dirrm %%DATADIR%%/nl +@dirrm %%DATADIR%%/ne +@dirrm %%DATADIR%%/nb +@dirrm %%DATADIR%%/ms +@dirrm %%DATADIR%%/mr +@dirrm %%DATADIR%%/mn +@dirrm %%DATADIR%%/ml +@dirrm %%DATADIR%%/mk +@dirrm %%DATADIR%%/lv +@dirrm %%DATADIR%%/lt +@dirrm %%DATADIR%%/ku +@dirrm %%DATADIR%%/ko +@dirrm %%DATADIR%%/ka +@dirrm %%DATADIR%%/ja +@dirrm %%DATADIR%%/it +@dirrm %%DATADIR%%/id +@dirrm %%DATADIR%%/hu +@dirrm %%DATADIR%%/hr +@dirrm %%DATADIR%%/hi +@dirrm %%DATADIR%%/gu +@dirrm %%DATADIR%%/glade +@dirrm %%DATADIR%%/gl +@dirrm %%DATADIR%%/ga +@dirrm %%DATADIR%%/fr +@dirrm %%DATADIR%%/fi +@dirrm %%DATADIR%%/fa +@dirrm %%DATADIR%%/eu +@dirrm %%DATADIR%%/et +@dirrm %%DATADIR%%/es +@dirrm %%DATADIR%%/en_GB +@dirrm %%DATADIR%%/en_CA +@dirrm %%DATADIR%%/el +@dirrm %%DATADIR%%/dz +@dirrm %%DATADIR%%/de +@dirrm %%DATADIR%%/da +@dirrm %%DATADIR%%/cy +@dirrm %%DATADIR%%/cs +@dirrm %%DATADIR%%/ca +@dirrm %%DATADIR%%/bn_IN +@dirrm %%DATADIR%%/bn +@dirrm %%DATADIR%%/bg +@dirrm %%DATADIR%%/be +@dirrm %%DATADIR%%/az +@dirrm %%DATADIR%%/ar +@dirrm %%DATADIR%%/ang +@dirrm %%DATADIR%%/am +@dirrm %%DATADIR%% @dirrm share/gnome/help/gok/C @dirrm share/gnome/help/gok -@dirrm share/gnome/gok/zh_TW -@dirrm share/gnome/gok/zh_HK -@dirrm share/gnome/gok/zh_CN -@dirrm share/gnome/gok/vi -@dirrm share/gnome/gok/uk -@dirrm share/gnome/gok/tr -@dirrm share/gnome/gok/ta -@dirrm share/gnome/gok/sv -@dirrm share/gnome/gok/sr@Latn -@dirrm share/gnome/gok/sr -@dirrm share/gnome/gok/sq -@dirrm share/gnome/gok/sl -@dirrm share/gnome/gok/sk -@dirrm share/gnome/gok/rw -@dirrm share/gnome/gok/ru -@dirrm share/gnome/gok/ro -@dirrm share/gnome/gok/pt_BR -@dirrm share/gnome/gok/pt -@dirrm share/gnome/gok/pl -@dirrm share/gnome/gok/pa -@dirrm share/gnome/gok/or -@dirrm share/gnome/gok/oc -@dirrm share/gnome/gok/nl -@dirrm share/gnome/gok/ne -@dirrm share/gnome/gok/nb -@dirrm share/gnome/gok/ms -@dirrm share/gnome/gok/mr -@dirrm share/gnome/gok/mn -@dirrm share/gnome/gok/ml -@dirrm share/gnome/gok/mk -@dirrm share/gnome/gok/lv -@dirrm share/gnome/gok/lt -@dirrm share/gnome/gok/ku -@dirrm share/gnome/gok/ko -@dirrm share/gnome/gok/ka -@dirrm share/gnome/gok/ja -@dirrm share/gnome/gok/it -@dirrm share/gnome/gok/id -@dirrm share/gnome/gok/hu -@dirrm share/gnome/gok/hr -@dirrm share/gnome/gok/hi -@dirrm share/gnome/gok/gu -@dirrm share/gnome/gok/glade -@dirrm share/gnome/gok/gl -@dirrm share/gnome/gok/ga -@dirrm share/gnome/gok/fr -@dirrm share/gnome/gok/fi -@dirrm share/gnome/gok/fa -@dirrm share/gnome/gok/eu -@dirrm share/gnome/gok/et -@dirrm share/gnome/gok/es -@dirrm share/gnome/gok/en_GB -@dirrm share/gnome/gok/en_CA -@dirrm share/gnome/gok/el -@dirrm share/gnome/gok/dz -@dirrm share/gnome/gok/de -@dirrm share/gnome/gok/da -@dirrm share/gnome/gok/cy -@dirrm share/gnome/gok/cs -@dirrm share/gnome/gok/ca -@dirrm share/gnome/gok/bn_IN -@dirrm share/gnome/gok/bn -@dirrm share/gnome/gok/bg -@dirrm share/gnome/gok/be -@dirrm share/gnome/gok/az -@dirrm share/gnome/gok/ar -@dirrm share/gnome/gok/ang -@dirrm share/gnome/gok/am -@dirrm share/gnome/gok @dirrm %%DOCSDIR%% @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/rw/LC_MESSAGES @dirrmtry share/locale/rw @dirrmtry share/locale/oc/LC_MESSAGES @@ -936,3 +976,4 @@ share/locale/zh_TW/LC_MESSAGES/gok.mo @dirrmtry share/locale/bn_IN @dirrmtry share/locale/ang/LC_MESSAGES @dirrmtry share/locale/ang +@dirrmtry share/applications diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index 5728db166316..50b8275fdedf 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -3,13 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/orca/Makefile,v 1.15 2007/03/13 00:05:30 marcus Exp $ +# $MCom: ports/accessibility/orca/Makefile,v 1.32 2007/10/13 21:13:14 marcus Exp $ # PORTNAME= orca -PORTVERSION= 2.18.1 -PORTREVISION= 1 -CATEGORIES= accessibility x11 gnome +PORTVERSION= 2.20.0.1 +CATEGORIES= accessibility gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 @@ -36,8 +35,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= orca.1 post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ - s|/usr/X11R6|${X11BASE}|g' \ + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/src/orca/orca.in @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/src/orca/orca_i18n.py diff --git a/accessibility/orca/distinfo b/accessibility/orca/distinfo index 31aa57e3d002..0af98af9df0e 100644 --- a/accessibility/orca/distinfo +++ b/accessibility/orca/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/orca-2.18.1.tar.bz2) = 764f170af318c3ffd63b9cdfdcd19248 -SHA256 (gnome2/orca-2.18.1.tar.bz2) = 98ba4d3c8d6f306423f0806c573d8ad92f9fa24cccbefc34bb3bdc53125e5a31 -SIZE (gnome2/orca-2.18.1.tar.bz2) = 934098 +MD5 (gnome2/orca-2.20.0.1.tar.bz2) = dda6808aaf7815582ba84b648f3902a2 +SHA256 (gnome2/orca-2.20.0.1.tar.bz2) = d266203141fc7e3bcfa0f8daf1110d32cdb4d4791901593d08f127bd1a089ba3 +SIZE (gnome2/orca-2.20.0.1.tar.bz2) = 1401038 diff --git a/accessibility/orca/files/patch-src_orca_platform.py.in b/accessibility/orca/files/patch-src_orca_platform.py.in deleted file mode 100644 index a21ae5f069bc..000000000000 --- a/accessibility/orca/files/patch-src_orca_platform.py.in +++ /dev/null @@ -1,8 +0,0 @@ ---- src/orca/platform.py.in.orig Sun Mar 25 01:07:40 2007 -+++ src/orca/platform.py.in Sun Mar 25 01:07:56 2007 -@@ -40,4 +40,4 @@ package = "@PACKAGE@" - - # The name of the data directory (usually "share"). - # --datadirname = "@DATADIRNAME@" -+datadirname = "@datadir@" diff --git a/accessibility/orca/pkg-plist b/accessibility/orca/pkg-plist index e438c1af429c..56202a965b54 100644 --- a/accessibility/orca/pkg-plist +++ b/accessibility/orca/pkg-plist @@ -11,9 +11,15 @@ bin/orca %%PYTHON_SITELIBDIR%%/orca/acss.py %%PYTHON_SITELIBDIR%%/orca/acss.pyc %%PYTHON_SITELIBDIR%%/orca/acss.pyo +%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.py +%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.pyc +%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.pyo %%PYTHON_SITELIBDIR%%/orca/atspi.py %%PYTHON_SITELIBDIR%%/orca/atspi.pyc %%PYTHON_SITELIBDIR%%/orca/atspi.pyo +%%PYTHON_SITELIBDIR%%/orca/bookmarks.py +%%PYTHON_SITELIBDIR%%/orca/bookmarks.pyc +%%PYTHON_SITELIBDIR%%/orca/bookmarks.pyo %%PYTHON_SITELIBDIR%%/orca/braille.py %%PYTHON_SITELIBDIR%%/orca/braille.pyc %%PYTHON_SITELIBDIR%%/orca/braille.pyo @@ -55,9 +61,6 @@ bin/orca %%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.py %%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.pyc %%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.pyo -%%PYTHON_SITELIBDIR%%/orca/hierarchical_presenter.py -%%PYTHON_SITELIBDIR%%/orca/hierarchical_presenter.pyc -%%PYTHON_SITELIBDIR%%/orca/hierarchical_presenter.pyo %%PYTHON_SITELIBDIR%%/orca/httpserver.py %%PYTHON_SITELIBDIR%%/orca/httpserver.pyc %%PYTHON_SITELIBDIR%%/orca/httpserver.pyo @@ -160,12 +163,18 @@ bin/orca %%PYTHON_SITELIBDIR%%/orca/scripts/gnome-keyring-ask.py %%PYTHON_SITELIBDIR%%/orca/scripts/gnome-keyring-ask.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/gnome-keyring-ask.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-power-manager.py -%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-power-manager.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-power-manager.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-mud.py +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-mud.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-mud.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-panel.py +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-panel.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-panel.pyo %%PYTHON_SITELIBDIR%%/orca/scripts/gnome-search-tool.py %%PYTHON_SITELIBDIR%%/orca/scripts/gnome-search-tool.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/gnome-search-tool.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-system-monitor.py +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-system-monitor.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-system-monitor.pyo %%PYTHON_SITELIBDIR%%/orca/scripts/gnome-terminal.py %%PYTHON_SITELIBDIR%%/orca/scripts/gnome-terminal.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/gnome-terminal.pyo @@ -181,39 +190,43 @@ bin/orca %%PYTHON_SITELIBDIR%%/orca/scripts/metacity.py %%PYTHON_SITELIBDIR%%/orca/scripts/metacity.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/metacity.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/nautilus.py +%%PYTHON_SITELIBDIR%%/orca/scripts/nautilus.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/nautilus.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/notification-daemon.py +%%PYTHON_SITELIBDIR%%/orca/scripts/notification-daemon.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/notification-daemon.pyo %%PYTHON_SITELIBDIR%%/orca/scripts/planner.py %%PYTHON_SITELIBDIR%%/orca/scripts/planner.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/planner.pyo %%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.py %%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/users-admin.py -%%PYTHON_SITELIBDIR%%/orca/scripts/users-admin.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/users-admin.pyo %%PYTHON_SITELIBDIR%%/orca/settings.py %%PYTHON_SITELIBDIR%%/orca/settings.pyc %%PYTHON_SITELIBDIR%%/orca/settings.pyo %%PYTHON_SITELIBDIR%%/orca/speech.py %%PYTHON_SITELIBDIR%%/orca/speech.pyc %%PYTHON_SITELIBDIR%%/orca/speech.pyo +%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.py +%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.pyc +%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.pyo %%PYTHON_SITELIBDIR%%/orca/speechgenerator.py %%PYTHON_SITELIBDIR%%/orca/speechgenerator.pyc %%PYTHON_SITELIBDIR%%/orca/speechgenerator.pyo %%PYTHON_SITELIBDIR%%/orca/speechserver.py %%PYTHON_SITELIBDIR%%/orca/speechserver.pyc %%PYTHON_SITELIBDIR%%/orca/speechserver.pyo -%%PYTHON_SITELIBDIR%%/orca/util.py -%%PYTHON_SITELIBDIR%%/orca/util.pyc -%%PYTHON_SITELIBDIR%%/orca/util.pyo %%PYTHON_SITELIBDIR%%/orca/where_am_I.py %%PYTHON_SITELIBDIR%%/orca/where_am_I.pyc %%PYTHON_SITELIBDIR%%/orca/where_am_I.pyo -share/gnome/applications/orca.desktop -share/gnome/orca/glade/orca-find.glade -share/gnome/orca/glade/orca-mainwin.glade -share/gnome/orca/glade/orca-quit.glade -share/gnome/orca/glade/orca-setup.glade +share/applications/orca.desktop +share/icons/hicolor/16x16/apps/orca.png +share/icons/hicolor/22x22/apps/orca.png +share/icons/hicolor/24x24/apps/orca.png +share/icons/hicolor/32x32/apps/orca.png share/icons/hicolor/48x48/apps/orca.png +share/icons/hicolor/scalable/apps/orca.svg share/locale/ar/LC_MESSAGES/orca.mo share/locale/bg/LC_MESSAGES/orca.mo share/locale/bn/LC_MESSAGES/orca.mo @@ -247,6 +260,7 @@ share/locale/mr/LC_MESSAGES/orca.mo share/locale/nb/LC_MESSAGES/orca.mo share/locale/ne/LC_MESSAGES/orca.mo share/locale/nl/LC_MESSAGES/orca.mo +share/locale/oc/LC_MESSAGES/orca.mo share/locale/or/LC_MESSAGES/orca.mo share/locale/pa/LC_MESSAGES/orca.mo share/locale/pl/LC_MESSAGES/orca.mo @@ -254,7 +268,9 @@ share/locale/pt/LC_MESSAGES/orca.mo share/locale/pt_BR/LC_MESSAGES/orca.mo share/locale/ru/LC_MESSAGES/orca.mo share/locale/rw/LC_MESSAGES/orca.mo +share/locale/si/LC_MESSAGES/orca.mo share/locale/sl/LC_MESSAGES/orca.mo +share/locale/sq/LC_MESSAGES/orca.mo share/locale/sr/LC_MESSAGES/orca.mo share/locale/sr@Latn/LC_MESSAGES/orca.mo share/locale/sv/LC_MESSAGES/orca.mo @@ -266,17 +282,26 @@ share/locale/vi/LC_MESSAGES/orca.mo share/locale/zh_CN/LC_MESSAGES/orca.mo share/locale/zh_HK/LC_MESSAGES/orca.mo share/locale/zh_TW/LC_MESSAGES/orca.mo -@dirrm share/gnome/orca/glade -@dirrm share/gnome/orca +%%DATADIR%%/glade/orca-find.glade +%%DATADIR%%/glade/orca-mainwin.glade +%%DATADIR%%/glade/orca-quit.glade +%%DATADIR%%/glade/orca-setup.glade +@dirrm %%DATADIR%%/glade +@dirrm %%DATADIR%% @dirrm %%PYTHON_SITELIBDIR%%/orca/scripts @dirrm %%PYTHON_SITELIBDIR%%/orca @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@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 +@dirrmtry share/applications |