Compare commits
12 Commits
52a687c770
...
2025.08.19
| Author | SHA1 | Date | |
|---|---|---|---|
| f9b408a1d2 | |||
| f0e7f14806 | |||
| 220e84afa4 | |||
| 5d48f4770c | |||
| 81cc4627f7 | |||
| d36b664319 | |||
| 3f7d60763d | |||
| 6bbf3d0e67 | |||
| cbe3424e29 | |||
| 327ad99e49 | |||
| c46cf1c939 | |||
| a97bb30ed3 |
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Storm Dragon <storm_dragon@stormux.org>
|
# Maintainer: Storm Dragon <storm_dragon@stormux.org>
|
||||||
|
|
||||||
pkgname=cthulhu
|
pkgname=cthulhu
|
||||||
pkgver=2025.08.14
|
pkgver=2025.06.06
|
||||||
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"
|
||||||
@@ -70,11 +70,6 @@ makedepends=(
|
|||||||
source=("git+https://git.stormux.org/storm/cthulhu.git")
|
source=("git+https://git.stormux.org/storm/cthulhu.git")
|
||||||
b2sums=('SKIP')
|
b2sums=('SKIP')
|
||||||
|
|
||||||
prepare() {
|
|
||||||
cd cthulhu
|
|
||||||
git checkout testing
|
|
||||||
}
|
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd cthulhu
|
cd cthulhu
|
||||||
grep "^version = " src/cthulhu/cthulhuVersion.py | sed 's/version = "\(.*\)"/\1/'
|
grep "^version = " src/cthulhu/cthulhuVersion.py | sed 's/version = "\(.*\)"/\1/'
|
||||||
|
|||||||
@@ -24,4 +24,4 @@
|
|||||||
# Original source: https://gitlab.gnome.org/GNOME/orca
|
# Original source: https://gitlab.gnome.org/GNOME/orca
|
||||||
|
|
||||||
version = "2025.08.19"
|
version = "2025.08.19"
|
||||||
codeName = "testing"
|
codeName = "master"
|
||||||
|
|||||||
Reference in New Issue
Block a user