1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
3 # Contributor: William Rea <sillywilly@gmail.com>
8 pkgdesc="Screen reader for individuals who are blind or visually impaired"
9 url="https://wiki.gnome.org/Projects/Orca"
13 gtk3 at-spi2-atk python-atspi python-dbus python-xdg speech-dispatcher
14 liblouis brltty xorg-xmodmap gsettings-desktop-schemas
15 gst-plugins-base # playbin, audiotestsrc, basic decoders
16 gst-plugins-good # pulsesink, more decoders
18 makedepends=(itstool git yelp-tools)
20 _commit=ce74a5a3cf926d6cbc5f830036541fd32fb414d5 # tags/ORCA_42_3^0
21 source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit")
26 git describe --tags | sed 's/ORCA_//;s/_/\./g;s/[^-]*-g/r&/;s/-/+/g'
31 NOCONFIGURE=1 ./autogen.sh
36 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
42 make DESTDIR="$pkgdir" install