e0f9c0d07e
Seems to be pulled in by some DEs, which would explain why this went unnoticed for a while. Necessary to launch orca on Cinnamon, at least.
20 lines
792 B
Bash
20 lines
792 B
Bash
# Template file for 'orca'
|
|
pkgname=orca
|
|
version=40.0
|
|
revision=4
|
|
build_style=gnu-configure
|
|
hostmakedepends="intltool itstool pkg-config"
|
|
makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"
|
|
depends="desktop-file-utils gst-plugins-good1 hicolor-icon-theme liblouis
|
|
python3-atspi python3-brlapi python3-dbus python3-xdg speech-dispatcher
|
|
libwnck"
|
|
short_desc="Screen reader for individuals who are blind or visually impaired"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://wiki.gnome.org/Projects/Orca"
|
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=0000eee390b906a0f5611eb601633bd5ec03d231662ee7d865d1016459fb0043
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" python3-gobject-devel"
|
|
fi
|