Skip to content
Commits on Source (21)
# Generated by Makefile. Do not edit.
 
2022-05-17 13:12:11 +0200 Joanmarie Diggs <jdiggs@igalia.com>
Prep for 42.1 release
M NEWS
2022-04-20 13:59:36 +0200 Joanmarie Diggs <jdiggs@igalia.com>
Web: Don't attempt to infer labels for ARIA widgets
M src/orca/scripts/web/script_utilities.py
2022-05-17 12:21:11 +0200 Joanmarie Diggs <jdiggs@igalia.com>
Handle WebKitGtk's change in toolkit name casing
M src/orca/script_manager.py
M src/orca/scripts/toolkits/WebKitGtk/script_utilities.py
2022-05-02 14:25:15 +0200 Joanmarie Diggs <jdiggs@igalia.com>
Web: Return early if candidate "fake placeholder" is editable
M src/orca/scripts/web/script_utilities.py
2022-05-02 14:05:00 +0200 Joanmarie Diggs <jdiggs@igalia.com>
Web: Cache decision regarding objects which can have the caret context
M src/orca/scripts/web/script_utilities.py
2022-05-02 11:02:22 +0200 Joanmarie Diggs <jdiggs@igalia.com>
Add debugging for performance issue
M src/orca/scripts/web/script_utilities.py
2022-04-20 12:13:13 +0200 Joanmarie Diggs <jdiggs@igalia.com>
Fix KeyError resulting from existing "string" argument
M src/orca/speech_generator.py
2022-04-18 17:00:19 +0200 Ask Hjorth Larsen <asklarsen@gmail.com>
Updated Danish translation
A help/da/da.po
2022-04-18 17:00:19 +0200 Ask Hjorth Larsen <asklarsen@gmail.com>
add da to LINGUAS
M help/Makefile.am
2022-04-18 16:52:57 +0200 Ask Hjorth Larsen <asklarsen@gmail.com>
Updated Danish translation
M po/da.po
2022-03-25 09:46:39 +0000 Nathan Follens <nfollens@gnome.org>
Update Dutch translation
M po/nl.po
2022-03-22 17:13:49 +0100 Joanmarie Diggs <jdiggs@igalia.com>
Post-release version bump
M README.md
M configure.ac
2022-03-22 17:02:36 +0100 Joanmarie Diggs <jdiggs@igalia.com>
 
Release prep
Installation Instructions
*************************
Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
Foundation, Inc.
Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free
Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
......@@ -225,7 +225,7 @@ order to use an ANSI C compiler:
and if that doesn't work, install pre-built binaries of GCC for HP-UX.
HP-UX 'make' updates targets which have the same time stamps as their
HP-UX 'make' updates targets which have the same timestamps as their
prerequisites, which makes it generally unusable when shipped generated
files such as 'configure' are involved. Use GNU 'make' instead.
......
# Makefile.in generated by automake 1.16.2 from Makefile.am.
# Makefile.in generated by automake 1.16.5 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -188,14 +188,11 @@ am__define_uniq_tagged_files = \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/run_pylint.sh.in \
ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
compile config.guess config.rpath config.sub install-sh \
missing
ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README \
README.md TODO compile config.guess config.rpath config.sub \
install-sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
......@@ -234,6 +231,8 @@ am__relativize = \
GZIP_ENV = --best
DIST_ARCHIVES = $(distdir).tar.xz
DIST_TARGETS = dist-xz
# Exists only to be overridden by the user if desired.
AM_DISTCHECK_DVI_TARGET = dvi
distuninstallcheck_listfiles = find . -type f -print
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
......@@ -254,6 +253,8 @@ CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CSCOPE = @CSCOPE@
CTAGS = @CTAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
......@@ -261,6 +262,7 @@ ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
ETAGS = @ETAGS@
EXEEXT = @EXEEXT@
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
......@@ -567,7 +569,6 @@ cscopelist-am: $(am__tagged_files)
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
distdir: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) distdir-am
......@@ -716,7 +717,7 @@ distcheck: dist
$(DISTCHECK_CONFIGURE_FLAGS) \
--srcdir=../.. --prefix="$$dc_install_base" \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
&& $(MAKE) $(AM_MAKEFLAGS) check \
&& $(MAKE) $(AM_MAKEFLAGS) install \
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
......
42.1 - 17 May 2022
Web (Chromium + Gecko):
* Fix several performance issues impacting Google Docs.
* Fix bug in which Orca failed to speak when clicking on a line.
WebKitGtk:
* Handle WebKitGtk's change in toolkit name casing so that
older versions of Orca continue to work with newer versions
of WebKitGtk.
New and updated translations (THANKS EVERYONE!!!):
da Danish Ask Hjorth Larsen
nl Dutch Nathan Follens
=========
42.0 - 22 March 2022
New and updated translations (THANKS EVERYONE!!!):
......
# Orca v42.0
# Orca v42.1
## Introduction
......
# Orca v42.0
# Orca v42.1
## Introduction
......
This diff is collapsed.
......@@ -3,7 +3,7 @@
scriptversion=2018-03-07.03; # UTC
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
# Copyright (C) 1999-2021 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
m4_define([orca_version], [42.0])
m4_define([orca_version], [42.1])
m4_define(pygobject_required_version, 3.18)
m4_define(atspi_required_version, 2.26)
......
orca (42.1-1ubuntu1) kinetic; urgency=medium
* Merge with Debian (LP: #1971076). Remaining changes:
+ debian/patches/unity-a11y.patch: add hacks to better work with Unity
+ Revert "control: Add xkbset dependency (Closes #972621)" This is in
universe in Ubuntu so we can't depend on it. It's silently skipped if
not available.
-- Jeremy Bicha <jbicha@ubuntu.com> Wed, 18 May 2022 16:54:51 -0400
orca (42.1-1) unstable; urgency=medium
[ Samuel Thibault ]
* New upstream release.
* control: Drop gnome-orca transition package, fixed since stretch.
- orca.install: drop etc and usr, already installed.
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
+ debian/rules: Drop --fail-missing argument to dh_missing, which is now the
default.
-- Samuel Thibault <sthibault@debian.org> Wed, 18 May 2022 00:55:57 +0200
orca (42.0-1ubuntu1) jammy; urgency=medium
* Merge with Debian. Remaining changes:
......
......@@ -8,8 +8,8 @@ Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>,
Samuel Thibault <sthibault@debian.org>, Jeremy Bicha <jbicha@debian.org>, Jordi Mallach <jordi@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper-compat (= 12),
Samuel Thibault <sthibault@debian.org>, Jordi Mallach <jordi@debian.org>, Josselin Mouette <joss@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
gnome-pkg-tools,
gettext,
......@@ -63,16 +63,3 @@ Description: Scriptable screen reader
and key bindings, and the application specific ones. Orca provides the
infrastructure to activate and deactivate scripts, as well as a host of
services accessible from within the scripts.
Package: gnome-orca
Architecture: all
Section: oldlibs
Depends: ${misc:Depends},
orca
Description: Scriptable screen reader - transitional package
A flexible, extensible, and powerful assistive technology that
provides end-user access to applications and toolkits that support the
AT-SPI (e.g., the GNOME desktop).
.
This package is here to ensure smooth upgrades. It can be removed when
you see fit.
......@@ -5,20 +5,20 @@ Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>,
Samuel Thibault <sthibault@debian.org>, @GNOME_TEAM@
Build-Depends: debhelper-compat (= 12),
Build-Depends: debhelper-compat (= 13),
dh-python,
gnome-pkg-tools (>= 0.10),
gettext (>= 0.19.8~),
libatk-bridge2.0-dev (>= 2.26),
libatspi2.0-dev (>= 2.26),
gnome-pkg-tools,
gettext,
libatk-bridge2.0-dev,
libatspi2.0-dev,
libgstreamer1.0-dev,
pkg-config,
python3 (>= 3.3),
python-gi-dev (>= 3.18),
python3-brlapi (>= 0.5.1),
python3-louis (>= 1.6.2), liblouis-dev,
python3-pyatspi (>= 2.26),
python3-speechd (>= 0.8),
python3,
python-gi-dev,
python3-brlapi,
python3-louis, liblouis-dev,
python3-pyatspi,
python3-speechd,
yelp-tools
Rules-Requires-Root: no
Standards-Version: 4.6.0
......@@ -33,22 +33,20 @@ Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
gir1.2-glib-2.0,
gir1.2-gtk-3.0 (>= 3.6.2),
gir1.2-gtk-3.0,
gir1.2-pango-1.0,
gir1.2-wnck-3.0,
gir1.2-gstreamer-1.0, gstreamer1.0-plugins-good,
python3-brlapi (>= 0.5.1),
python3-brlapi,
python3-cairo,
python3-gi (>= 3.18),
python3-louis (>= 1.6.2),
python3-pyatspi (>= 2.26),
python3-speechd (>= 0.8),
speech-dispatcher (>= 0.8),
python3-gi,
python3-louis,
python3-pyatspi,
python3-speechd,
speech-dispatcher,
gsettings-desktop-schemas,
Recommends: xbrlapi
Suggests: brltty
Breaks: gnome-orca (<< 3.26.0-4~)
Replaces: gnome-orca (<< 3.26.0-4~)
Description: Scriptable screen reader
A flexible, extensible, and powerful assistive technology that
provides end-user access to applications and toolkits that support the
......@@ -61,16 +59,3 @@ Description: Scriptable screen reader
and key bindings, and the application specific ones. Orca provides the
infrastructure to activate and deactivate scripts, as well as a host of
services accessible from within the scripts.
Package: gnome-orca
Architecture: all
Section: oldlibs
Depends: ${misc:Depends},
orca
Description: Scriptable screen reader - transitional package
A flexible, extensible, and powerful assistive technology that
provides end-user access to applications and toolkits that support the
AT-SPI (e.g., the GNOME desktop).
.
This package is here to ensure smooth upgrades. It can be removed when
you see fit.
debian/orca-dm-wrapper /usr/bin
etc
usr
......@@ -10,5 +10,5 @@
'pluma': 'gedit',
+ 'org.gnome.gedit': 'gedit',
}
self.setActiveScript(None, "__init__")
self._toolkitNames = \
{'WebKitGTK': 'WebKitGtk'}
......@@ -2,6 +2,3 @@
%:
dh $@ --with gnome,python3
override_dh_missing:
dh_missing --fail-missing
version=4
opts="uversionmangle=s/.alpha/~alpha/;s/.beta/~beta/;s/.rc/~rc/" \
https://download.gnome.org/sources/@PACKAGE@/([\d\.]+[0-9])/ \
@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
opts="searchmode=plain, uversionmangle=s/\.(alpha|beta|rc)/~$1/, downloadurlmangle=s|cache.json||" \
https://download.gnome.org/sources/@PACKAGE@/cache.json \
[\d.]+/@PACKAGE@-([\d.]+)@ARCHIVE_EXT@
# Makefile.in generated by automake 1.16.2 from Makefile.am.
# Makefile.in generated by automake 1.16.5 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -155,8 +155,6 @@ am__define_uniq_tagged_files = \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
......@@ -201,6 +199,8 @@ CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CSCOPE = @CSCOPE@
CTAGS = @CTAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
......@@ -208,6 +208,7 @@ ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
ETAGS = @ETAGS@
EXEEXT = @EXEEXT@
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
......@@ -462,7 +463,6 @@ cscopelist-am: $(am__tagged_files)
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) distdir-am
......