Source: orca-sops
Section: text
Priority: optional
Maintainer: Sebastian Humenda <shumenda@gmx.de>
Build-Depends: debhelper (>= 11.0.0), dh-python, python3-all
Standards-Version: 4.2.1
Homepage: https://github.com/chrys87/simple-orca-plugin-system/
Vcs-Browser: https://salsa.debian.org/a11y-team/orca-sops
Vcs-Git: https://salsa.debian.org/a11y-team/orca-sops.git

Package: orca-sops
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, orca, python3, python3-gi, x11-utils, yad
Description: simple orca plugin system
 The simple orca plugin system is an interface to enhance Orca with custom
 commands. The simple interface allows the usage of any executable (including
 scripts such as shell scripts) to provide information to the user, while the
 more advanced API allows for modification of all parts of the screen reader by
 accessing its internal state. Plugins are called using a configurable key
 stroke.
 .
 This package comes with two example plugins, one to speak the current clip
 board content and another to announce the current desktop work space.

