Compare commits
5 Commits
testing
...
2026.03.02
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4890f31af | ||
|
|
c44245189a | ||
|
|
20fe1a7e30 | ||
|
|
25931758f7 | ||
|
|
523b896053 |
@@ -1,11 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Name=Cthulhu Screen Reader
|
|
||||||
Exec=cthulhu
|
|
||||||
NoDisplay=true
|
|
||||||
# Desktop-neutral autostart - no GNOME-specific conditions
|
|
||||||
# Users can enable/disable via their desktop environment's accessibility settings
|
|
||||||
# or by adding/removing this file from ~/.config/autostart/
|
|
||||||
X-GNOME-AutoRestart=true
|
|
||||||
Categories=Accessibility;
|
|
||||||
Keywords=screen;reader;accessibility;speech;braille;
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Storm Dragon <storm_dragon@stormux.org>
|
# Maintainer: Storm Dragon <storm_dragon@stormux.org>
|
||||||
|
|
||||||
pkgname=cthulhu
|
pkgname=cthulhu
|
||||||
pkgver=2026.02.22
|
pkgver=2026.03.02
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Desktop-agnostic screen reader with plugin system, forked from Orca"
|
pkgdesc="Desktop-agnostic screen reader with plugin system, forked from Orca"
|
||||||
url="https://git.stormux.org/storm/cthulhu"
|
url="https://git.stormux.org/storm/cthulhu"
|
||||||
@@ -84,7 +84,7 @@ makedepends=(
|
|||||||
)
|
)
|
||||||
install=cthulhu.install
|
install=cthulhu.install
|
||||||
source=(
|
source=(
|
||||||
"git+https://git.stormux.org/storm/cthulhu.git"
|
"git+https://git.stormux.org/storm/cthulhu.git#tag=${pkgver}"
|
||||||
"cthulhu.install"
|
"cthulhu.install"
|
||||||
)
|
)
|
||||||
b2sums=(
|
b2sums=(
|
||||||
@@ -92,11 +92,6 @@ b2sums=(
|
|||||||
'SKIP'
|
'SKIP'
|
||||||
)
|
)
|
||||||
|
|
||||||
pkgver() {
|
|
||||||
cd cthulhu
|
|
||||||
grep "^version = " src/cthulhu/cthulhuVersion.py | sed 's/version = "\(.*\)"/\1/'
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd cthulhu
|
cd cthulhu
|
||||||
arch-meson _build
|
arch-meson _build
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
project('cthulhu',
|
project('cthulhu',
|
||||||
version: '2026.02.22-testing',
|
version: '2026.03.02-master',
|
||||||
meson_version: '>= 1.0.0',
|
meson_version: '>= 1.0.0',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -23,5 +23,5 @@
|
|||||||
# Forked from Orca screen reader.
|
# Forked from Orca screen reader.
|
||||||
# Cthulhu project: https://git.stormux.org/storm/cthulhu
|
# Cthulhu project: https://git.stormux.org/storm/cthulhu
|
||||||
|
|
||||||
version = "2026.02.22"
|
version = "2026.03.02"
|
||||||
codeName = "testing"
|
codeName = "master"
|
||||||
|
|||||||
Reference in New Issue
Block a user