26 lines
938 B
Bash
26 lines
938 B
Bash
# Template file for 'orca'
|
|
pkgname=orca
|
|
version=3.32.0
|
|
revision=1
|
|
archs=noarch
|
|
build_style=gnu-configure
|
|
pycompile_module="orca"
|
|
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"
|
|
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=3130268296fa2c115acc4b37f3520967f06abd402251403d1ca507071efd5816
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" python3-gobject-devel"
|
|
fi
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
i686-musl|x86_64-musl) ;;
|
|
*-musl) broken="Requires gobject-introspection" ;;
|
|
esac
|