23 lines
914 B
Bash
23 lines
914 B
Bash
# Template file for 'orca'
|
|
pkgname=orca
|
|
version=45.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="gettext 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"
|
|
#changelog="https://gitlab.gnome.org/GNOME/orca/-/raw/gnome-45/NEWS"
|
|
changelog="https://gitlab.gnome.org/GNOME/orca/-/raw/master/NEWS"
|
|
distfiles="${GNOME_SITE}/orca/${version%.*}/orca-${version}.tar.xz"
|
|
checksum=f0f2c579a5beedfe5653bc7fe24481c4d6aac5dd1f71c1e7a208595f3c78ef76
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" python3-gobject-devel"
|
|
fi
|