Update to orca-3.8.0; this still has runtime issues which we are working on
fixing.
This commit is contained in:
parent
6f98110ed6
commit
f14cf85875
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.52 2013/04/16 10:28:00 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.53 2013/04/16 12:48:41 ajacoutot Exp $
|
||||
|
||||
# XXX could use brltty and brlapi (with python bindinds) -- not ported yet
|
||||
|
||||
@ -7,8 +7,7 @@ PKG_ARCH= *
|
||||
COMMENT= assistive screen reader
|
||||
|
||||
GNOME_PROJECT= orca
|
||||
GNOME_VERSION= 3.6.3
|
||||
REVISION= 2
|
||||
GNOME_VERSION= 3.8.0
|
||||
|
||||
HOMEPAGE= http://live.gnome.org/Orca
|
||||
|
||||
@ -21,19 +20,19 @@ MODULES= lang/python \
|
||||
COMMON_DEPENDS= audio/speech-dispatcher \
|
||||
devel/liblouis \
|
||||
devel/py-gobject3${MODPY_FLAVOR} \
|
||||
devel/py-xdg${MODPY_FLAVOR} \
|
||||
x11/dbus-python \
|
||||
x11/gnome/py-atspi
|
||||
|
||||
BUILD_DEPENDS= ${COMMON_DEPENDS}
|
||||
RUN_DEPENDS= ${COMMON_DEPENDS}
|
||||
RUN_DEPENDS= ${COMMON_DEPENDS} \
|
||||
devel/py-setproctitle${MODPY_FLAVOR}
|
||||
|
||||
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
|
||||
MODGNOME_DESKTOP_FILE= Yes
|
||||
MODGNOME_ICON_CACHE= Yes
|
||||
MODGNOME_TOOLS= yelp
|
||||
|
||||
CONFIGURE_ENV= DATADIRNAME=share
|
||||
CONFIGURE_STYLE= autoconf no-autoheader
|
||||
AUTOCONF_VERSION= 2.69
|
||||
|
||||
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/orca/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/orca-3.6.3.tar.xz) = QD0jKLX9v4zN1XWc2vjHV7qJczAznvRCmzaV13XQV2M=
|
||||
SIZE (gnome/orca-3.6.3.tar.xz) = 3699564
|
||||
SHA256 (gnome/orca-3.8.0.tar.xz) = HpGwOMlzQwVsX84JIcRC6qCAEbTvVf+kciLuaCDebdU=
|
||||
SIZE (gnome/orca-3.8.0.tar.xz) = 3604364
|
||||
|
12
x11/gnome/orca/patches/patch-configure_ac
Normal file
12
x11/gnome/orca/patches/patch-configure_ac
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-configure_ac,v 1.1 2013/04/16 12:48:41 ajacoutot Exp $
|
||||
--- configure.ac.orig Tue Apr 16 14:39:54 2013
|
||||
+++ configure.ac Tue Apr 16 14:40:03 2013
|
||||
@@ -45,7 +45,7 @@ AC_PROG_INSTALL
|
||||
dnl Check for python and python modules needed by Orca
|
||||
dnl TODO: check for incompatibilities between Orca and liblouis
|
||||
dnl per http://live.gnome.org/Orca/Braille
|
||||
-AM_PATH_PYTHON(3.3)
|
||||
+AM_PATH_PYTHON(3.2.3)
|
||||
|
||||
# Don't require the DISPLAY to be set - the gtk checking will fail
|
||||
# if DISPLAY is not set, and we don't like that.
|
25
x11/gnome/orca/patches/patch-m4_intltool_m4
Normal file
25
x11/gnome/orca/patches/patch-m4_intltool_m4
Normal file
@ -0,0 +1,25 @@
|
||||
$OpenBSD: patch-m4_intltool_m4,v 1.1 2013/04/16 12:48:41 ajacoutot Exp $
|
||||
|
||||
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
|
||||
|
||||
--- m4/intltool.m4.orig Tue Mar 26 02:44:27 2013
|
||||
+++ m4/intltool.m4 Tue Apr 16 14:39:32 2013
|
||||
@@ -155,6 +155,8 @@ fi
|
||||
# Substitute ALL_LINGUAS so we can use it in po/Makefile
|
||||
AC_SUBST(ALL_LINGUAS)
|
||||
|
||||
+AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host
|
||||
+
|
||||
# Set DATADIRNAME correctly if it is not set yet
|
||||
# (copied from glib-gettext.m4)
|
||||
if test -z "$DATADIRNAME"; then
|
||||
@@ -172,6 +174,9 @@ if test -z "$DATADIRNAME"; then
|
||||
dnl in this case.
|
||||
AC_CHECK_FUNC(bind_textdomain_codeset,
|
||||
[DATADIRNAME=share], [DATADIRNAME=lib])
|
||||
+ ;;
|
||||
+ *-*-openbsd*)
|
||||
+ [DATADIRNAME=share]
|
||||
;;
|
||||
*)
|
||||
[DATADIRNAME=lib]
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2013/04/16 10:28:00 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.17 2013/04/16 12:48:41 ajacoutot Exp $
|
||||
bin/orca
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/__init__.py
|
||||
@ -24,6 +24,8 @@ lib/python${MODPY_VERSION}/site-packages/orca/bookmarks.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/bookmarks.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/bookmarks.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/braille.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/braille.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/braille.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/braille_generator.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/braille_generator.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/braille_generator.pyo
|
||||
@ -31,10 +33,20 @@ lib/python${MODPY_VERSION}/site-packages/orca/braille_rolenames.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/braille_rolenames.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/braille_rolenames.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/brlmon.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/brlmon.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/brlmon.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/brltablenames.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/brltablenames.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/brltablenames.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/chat.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/chat.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/chat.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/chnames.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/chnames.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/chnames.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/cmdnames.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/cmdnames.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/cmdnames.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/common_keyboardmap.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/common_keyboardmap.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/common_keyboardmap.pyo
|
||||
@ -54,12 +66,17 @@ lib/python${MODPY_VERSION}/site-packages/orca/find.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/find.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/find.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/flat_review.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/flat_review.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/flat_review.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/formatting.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/formatting.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/formatting.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/generator.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/generator.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/generator.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/guilabels.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/guilabels.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/guilabels.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/input_event.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/input_event.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/input_event.pyo
|
||||
@ -81,12 +98,18 @@ lib/python${MODPY_VERSION}/site-packages/orca/liveregions.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/logger.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/logger.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/logger.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/messages.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/messages.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/messages.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/mouse_review.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/mouse_review.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/mouse_review.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/notification_messages.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/notification_messages.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/notification_messages.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/object_properties.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/object_properties.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/object_properties.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca.pyo
|
||||
@ -96,24 +119,21 @@ lib/python${MODPY_VERSION}/site-packages/orca/orca_console_prefs.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gtkbuilder.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gtkbuilder.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gtkbuilder.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_commandlist.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_commandlist.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_commandlist.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_find.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_find.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_find.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_main.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_main.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_main.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_navlist.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_navlist.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_navlist.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_prefs.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_prefs.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_prefs.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_profile.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_profile.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_profile.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_quit.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_quit.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_quit.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_splash.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_splash.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_gui_splash.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_i18n.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_i18n.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/orca_i18n.pyo
|
||||
@ -133,6 +153,8 @@ lib/python${MODPY_VERSION}/site-packages/orca/pronunciation_dict.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/pronunciation_dict.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/pronunciation_dict.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/punctuation_settings.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/punctuation_settings.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/punctuation_settings.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/script.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/script.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/script.pyo
|
||||
@ -140,6 +162,8 @@ lib/python${MODPY_VERSION}/site-packages/orca/script_manager.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/script_manager.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/script_manager.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/script_utilities.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/script_utilities.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/script_utilities.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/__init__.pyc
|
||||
@ -213,13 +237,6 @@ lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/Thunderbird/speech_ge
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/__init__.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/acroread/
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/acroread/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/acroread/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/acroread/__init__.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/acroread/script.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/acroread/script.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/acroread/script.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/ddu/
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/ddu/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/ddu/__init__.pyc
|
||||
@ -512,6 +529,8 @@ lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/xfwm4/script.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/xfwm4/script.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/apps/xfwm4/script.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/default.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/default.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/default.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/self_voicing.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/self_voicing.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/self_voicing.pyo
|
||||
@ -543,6 +562,8 @@ lib/python${MODPY_VERSION}/site-packages/orca/scripts/toolkits/Gecko/keymaps.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/toolkits/Gecko/keymaps.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/toolkits/Gecko/keymaps.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/toolkits/Gecko/script.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/toolkits/Gecko/script.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/toolkits/Gecko/script.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/toolkits/Gecko/script_settings.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/toolkits/Gecko/script_settings.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/scripts/toolkits/Gecko/script_settings.pyo
|
||||
@ -615,6 +636,8 @@ lib/python${MODPY_VERSION}/site-packages/orca/speech_generator.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/speech_generator.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/speech_generator.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/speechdispatcherfactory.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/speechdispatcherfactory.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/speechdispatcherfactory.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/speechserver.py
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/speechserver.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/orca/speechserver.pyo
|
||||
@ -659,7 +682,6 @@ share/help/C/orca/commands_table.page
|
||||
share/help/C/orca/commands_time_date_notifications.page
|
||||
share/help/C/orca/commands_where_am_i.page
|
||||
share/help/C/orca/figures/
|
||||
share/help/C/orca/figures/main_window.png
|
||||
share/help/C/orca/figures/orca-logo.png
|
||||
share/help/C/orca/figures/orca_find.png
|
||||
share/help/C/orca/figures/perferences_table_navigation.png
|
||||
@ -687,10 +709,8 @@ share/help/C/orca/figures/preferences_profiles.png
|
||||
share/help/C/orca/figures/preferences_progress_bar_updates.png
|
||||
share/help/C/orca/figures/preferences_pronunciation.png
|
||||
share/help/C/orca/figures/preferences_punctuation_level.png
|
||||
share/help/C/orca/figures/preferences_quit_Orca_without_confirmation.png
|
||||
share/help/C/orca/figures/preferences_rate_pitch_volume.png
|
||||
share/help/C/orca/figures/preferences_say_all_by.png
|
||||
share/help/C/orca/figures/preferences_show_Orca_main_window.png
|
||||
share/help/C/orca/figures/preferences_speak_multicase_strings_as_words.png
|
||||
share/help/C/orca/figures/preferences_speak_object_under_mouse.png
|
||||
share/help/C/orca/figures/preferences_speech_verbosity.png
|
||||
@ -758,7 +778,6 @@ share/help/de/orca/commands_table.page
|
||||
share/help/de/orca/commands_time_date_notifications.page
|
||||
share/help/de/orca/commands_where_am_i.page
|
||||
share/help/de/orca/figures/
|
||||
share/help/de/orca/figures/main_window.png
|
||||
share/help/de/orca/figures/orca-logo.png
|
||||
share/help/de/orca/figures/orca_find.png
|
||||
share/help/de/orca/figures/perferences_table_navigation.png
|
||||
@ -786,10 +805,8 @@ share/help/de/orca/figures/preferences_profiles.png
|
||||
share/help/de/orca/figures/preferences_progress_bar_updates.png
|
||||
share/help/de/orca/figures/preferences_pronunciation.png
|
||||
share/help/de/orca/figures/preferences_punctuation_level.png
|
||||
share/help/de/orca/figures/preferences_quit_Orca_without_confirmation.png
|
||||
share/help/de/orca/figures/preferences_rate_pitch_volume.png
|
||||
share/help/de/orca/figures/preferences_say_all_by.png
|
||||
share/help/de/orca/figures/preferences_show_Orca_main_window.png
|
||||
share/help/de/orca/figures/preferences_speak_multicase_strings_as_words.png
|
||||
share/help/de/orca/figures/preferences_speak_object_under_mouse.png
|
||||
share/help/de/orca/figures/preferences_speech_verbosity.png
|
||||
@ -857,7 +874,6 @@ share/help/el/orca/commands_table.page
|
||||
share/help/el/orca/commands_time_date_notifications.page
|
||||
share/help/el/orca/commands_where_am_i.page
|
||||
share/help/el/orca/figures/
|
||||
share/help/el/orca/figures/main_window.png
|
||||
share/help/el/orca/figures/orca-logo.png
|
||||
share/help/el/orca/figures/orca_find.png
|
||||
share/help/el/orca/figures/perferences_table_navigation.png
|
||||
@ -885,10 +901,8 @@ share/help/el/orca/figures/preferences_profiles.png
|
||||
share/help/el/orca/figures/preferences_progress_bar_updates.png
|
||||
share/help/el/orca/figures/preferences_pronunciation.png
|
||||
share/help/el/orca/figures/preferences_punctuation_level.png
|
||||
share/help/el/orca/figures/preferences_quit_Orca_without_confirmation.png
|
||||
share/help/el/orca/figures/preferences_rate_pitch_volume.png
|
||||
share/help/el/orca/figures/preferences_say_all_by.png
|
||||
share/help/el/orca/figures/preferences_show_Orca_main_window.png
|
||||
share/help/el/orca/figures/preferences_speak_multicase_strings_as_words.png
|
||||
share/help/el/orca/figures/preferences_speak_object_under_mouse.png
|
||||
share/help/el/orca/figures/preferences_speech_verbosity.png
|
||||
@ -956,7 +970,6 @@ share/help/es/orca/commands_table.page
|
||||
share/help/es/orca/commands_time_date_notifications.page
|
||||
share/help/es/orca/commands_where_am_i.page
|
||||
share/help/es/orca/figures/
|
||||
share/help/es/orca/figures/main_window.png
|
||||
share/help/es/orca/figures/orca-logo.png
|
||||
share/help/es/orca/figures/orca_find.png
|
||||
share/help/es/orca/figures/perferences_table_navigation.png
|
||||
@ -984,10 +997,8 @@ share/help/es/orca/figures/preferences_profiles.png
|
||||
share/help/es/orca/figures/preferences_progress_bar_updates.png
|
||||
share/help/es/orca/figures/preferences_pronunciation.png
|
||||
share/help/es/orca/figures/preferences_punctuation_level.png
|
||||
share/help/es/orca/figures/preferences_quit_Orca_without_confirmation.png
|
||||
share/help/es/orca/figures/preferences_rate_pitch_volume.png
|
||||
share/help/es/orca/figures/preferences_say_all_by.png
|
||||
share/help/es/orca/figures/preferences_show_Orca_main_window.png
|
||||
share/help/es/orca/figures/preferences_speak_multicase_strings_as_words.png
|
||||
share/help/es/orca/figures/preferences_speak_object_under_mouse.png
|
||||
share/help/es/orca/figures/preferences_speech_verbosity.png
|
||||
@ -1055,7 +1066,6 @@ share/help/fr/orca/commands_table.page
|
||||
share/help/fr/orca/commands_time_date_notifications.page
|
||||
share/help/fr/orca/commands_where_am_i.page
|
||||
share/help/fr/orca/figures/
|
||||
share/help/fr/orca/figures/main_window.png
|
||||
share/help/fr/orca/figures/orca-logo.png
|
||||
share/help/fr/orca/figures/orca_find.png
|
||||
share/help/fr/orca/figures/perferences_table_navigation.png
|
||||
@ -1083,10 +1093,8 @@ share/help/fr/orca/figures/preferences_profiles.png
|
||||
share/help/fr/orca/figures/preferences_progress_bar_updates.png
|
||||
share/help/fr/orca/figures/preferences_pronunciation.png
|
||||
share/help/fr/orca/figures/preferences_punctuation_level.png
|
||||
share/help/fr/orca/figures/preferences_quit_Orca_without_confirmation.png
|
||||
share/help/fr/orca/figures/preferences_rate_pitch_volume.png
|
||||
share/help/fr/orca/figures/preferences_say_all_by.png
|
||||
share/help/fr/orca/figures/preferences_show_Orca_main_window.png
|
||||
share/help/fr/orca/figures/preferences_speak_multicase_strings_as_words.png
|
||||
share/help/fr/orca/figures/preferences_speak_object_under_mouse.png
|
||||
share/help/fr/orca/figures/preferences_speech_verbosity.png
|
||||
@ -1154,7 +1162,6 @@ share/help/gl/orca/commands_table.page
|
||||
share/help/gl/orca/commands_time_date_notifications.page
|
||||
share/help/gl/orca/commands_where_am_i.page
|
||||
share/help/gl/orca/figures/
|
||||
share/help/gl/orca/figures/main_window.png
|
||||
share/help/gl/orca/figures/orca-logo.png
|
||||
share/help/gl/orca/figures/orca_find.png
|
||||
share/help/gl/orca/figures/perferences_table_navigation.png
|
||||
@ -1182,10 +1189,8 @@ share/help/gl/orca/figures/preferences_profiles.png
|
||||
share/help/gl/orca/figures/preferences_progress_bar_updates.png
|
||||
share/help/gl/orca/figures/preferences_pronunciation.png
|
||||
share/help/gl/orca/figures/preferences_punctuation_level.png
|
||||
share/help/gl/orca/figures/preferences_quit_Orca_without_confirmation.png
|
||||
share/help/gl/orca/figures/preferences_rate_pitch_volume.png
|
||||
share/help/gl/orca/figures/preferences_say_all_by.png
|
||||
share/help/gl/orca/figures/preferences_show_Orca_main_window.png
|
||||
share/help/gl/orca/figures/preferences_speak_multicase_strings_as_words.png
|
||||
share/help/gl/orca/figures/preferences_speak_object_under_mouse.png
|
||||
share/help/gl/orca/figures/preferences_speech_verbosity.png
|
||||
@ -1253,7 +1258,6 @@ share/help/hu/orca/commands_table.page
|
||||
share/help/hu/orca/commands_time_date_notifications.page
|
||||
share/help/hu/orca/commands_where_am_i.page
|
||||
share/help/hu/orca/figures/
|
||||
share/help/hu/orca/figures/main_window.png
|
||||
share/help/hu/orca/figures/orca-logo.png
|
||||
share/help/hu/orca/figures/orca_find.png
|
||||
share/help/hu/orca/figures/perferences_table_navigation.png
|
||||
@ -1281,10 +1285,8 @@ share/help/hu/orca/figures/preferences_profiles.png
|
||||
share/help/hu/orca/figures/preferences_progress_bar_updates.png
|
||||
share/help/hu/orca/figures/preferences_pronunciation.png
|
||||
share/help/hu/orca/figures/preferences_punctuation_level.png
|
||||
share/help/hu/orca/figures/preferences_quit_Orca_without_confirmation.png
|
||||
share/help/hu/orca/figures/preferences_rate_pitch_volume.png
|
||||
share/help/hu/orca/figures/preferences_say_all_by.png
|
||||
share/help/hu/orca/figures/preferences_show_Orca_main_window.png
|
||||
share/help/hu/orca/figures/preferences_speak_multicase_strings_as_words.png
|
||||
share/help/hu/orca/figures/preferences_speak_object_under_mouse.png
|
||||
share/help/hu/orca/figures/preferences_speech_verbosity.png
|
||||
@ -1352,7 +1354,6 @@ share/help/sl/orca/commands_table.page
|
||||
share/help/sl/orca/commands_time_date_notifications.page
|
||||
share/help/sl/orca/commands_where_am_i.page
|
||||
share/help/sl/orca/figures/
|
||||
share/help/sl/orca/figures/main_window.png
|
||||
share/help/sl/orca/figures/orca-logo.png
|
||||
share/help/sl/orca/figures/orca_find.png
|
||||
share/help/sl/orca/figures/perferences_table_navigation.png
|
||||
@ -1380,10 +1381,8 @@ share/help/sl/orca/figures/preferences_profiles.png
|
||||
share/help/sl/orca/figures/preferences_progress_bar_updates.png
|
||||
share/help/sl/orca/figures/preferences_pronunciation.png
|
||||
share/help/sl/orca/figures/preferences_punctuation_level.png
|
||||
share/help/sl/orca/figures/preferences_quit_Orca_without_confirmation.png
|
||||
share/help/sl/orca/figures/preferences_rate_pitch_volume.png
|
||||
share/help/sl/orca/figures/preferences_say_all_by.png
|
||||
share/help/sl/orca/figures/preferences_show_Orca_main_window.png
|
||||
share/help/sl/orca/figures/preferences_speak_multicase_strings_as_words.png
|
||||
share/help/sl/orca/figures/preferences_speak_object_under_mouse.png
|
||||
share/help/sl/orca/figures/preferences_speech_verbosity.png
|
||||
@ -1438,6 +1437,7 @@ 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/an/LC_MESSAGES/orca.mo
|
||||
share/locale/ar/LC_MESSAGES/orca.mo
|
||||
share/locale/ast/LC_MESSAGES/orca.mo
|
||||
share/locale/be/LC_MESSAGES/orca.mo
|
||||
@ -1492,6 +1492,7 @@ share/locale/ro/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/sk/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
|
||||
@ -1499,6 +1500,7 @@ share/locale/sr@latin/LC_MESSAGES/orca.mo
|
||||
share/locale/sv/LC_MESSAGES/orca.mo
|
||||
share/locale/ta/LC_MESSAGES/orca.mo
|
||||
share/locale/te/LC_MESSAGES/orca.mo
|
||||
share/locale/tg/LC_MESSAGES/orca.mo
|
||||
share/locale/th/LC_MESSAGES/orca.mo
|
||||
share/locale/tr/LC_MESSAGES/orca.mo
|
||||
share/locale/ug/LC_MESSAGES/orca.mo
|
||||
@ -1508,8 +1510,6 @@ share/locale/zh_CN/LC_MESSAGES/orca.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/orca.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/orca.mo
|
||||
share/orca/
|
||||
share/orca/gfx/
|
||||
share/orca/gfx/orca-splash.png
|
||||
share/orca/ui/
|
||||
share/orca/ui/orca-find.ui
|
||||
share/orca/ui/orca-setup.ui
|
||||
|
Loading…
Reference in New Issue
Block a user