10 Commits

Author SHA1 Message Date
220e84afa4 PKGBUILD updated. 2025-06-06 18:07:40 -04:00
5d48f4770c latest version with plugin code fixed. 2025-06-06 18:00:35 -04:00
81cc4627f7 Merge branch 'testing' plugin with keybindings bug potentially fixed. 2025-06-06 17:58:58 -04:00
d36b664319 Merge branch 'testing'
Plugins are in a much better state now, mostly working. The exception is, plugins that create a keyboard shortcut don't actually bind the shortcut. That one is turning out to be a lot harder to fix than I originally thought.
2025-04-05 16:32:17 -04:00
3f7d60763d Merge branch 'testing'
Plugins are currently broken as Cthulhu moves over to pluggy. Libpeas and pygobject no longer play nicely together after latest updates. I really did not want to make a new release yet, because it is not ready, but a screen reader that at least reads instead of crashing at launch is better than nothing.
2025-04-03 20:17:14 -04:00
6bbf3d0e67 Merge branch 'testing' latest changes merged. 2024-12-22 19:04:57 -05:00
cbe3424e29 Fix the version.py file in preparation for merging. 2024-12-22 19:04:39 -05:00
327ad99e49 Preparing for stable tag release. 2024-12-18 19:49:25 -05:00
c46cf1c939 Merge branch 'testing' fixed preferences GUI. 2024-12-18 19:45:59 -05:00
a97bb30ed3 New version system merged. 2024-12-18 11:42:52 -05:00
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Storm Dragon <storm_dragon@stormux.org> # Maintainer: Storm Dragon <storm_dragon@stormux.org>
pkgname=cthulhu pkgname=cthulhu
pkgver=0.4 pkgver=2025.06.06
pkgrel=1 pkgrel=1
pkgdesc="Screen reader for individuals who are blind or visually impaired forked from Orca" pkgdesc="Screen reader for individuals who are blind or visually impaired forked from Orca"
url="https://git.stormux.org/storm/cthulhu" url="https://git.stormux.org/storm/cthulhu"
@ -25,6 +25,7 @@ depends=(
python-atspi python-atspi
python-cairo python-cairo
python-gobject python-gobject
python-pluggy
python-setproctitle python-setproctitle
socat socat
speech-dispatcher speech-dispatcher

View File

@ -23,5 +23,5 @@
# Fork of Orca Screen Reader (GNOME) # Fork of Orca Screen Reader (GNOME)
# Original source: https://gitlab.gnome.org/GNOME/orca # Original source: https://gitlab.gnome.org/GNOME/orca
version = "2025.06.05" version = "2025.06.06"
codeName = "plugins" codeName = "master"