Date: Sunday, October 23, 2022 @ 16:11:55 Author: heftig Revision: 458788
43.0-1 Modified: orca/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-23 16:04:36 UTC (rev 458787) +++ PKGBUILD 2022-10-23 16:11:55 UTC (rev 458788) @@ -3,7 +3,7 @@ # Contributor: William Rea <[email protected]> pkgname=orca -pkgver=42.3 +pkgver=43.0 pkgrel=1 pkgdesc="Screen reader for individuals who are blind or visually impaired" url="https://wiki.gnome.org/Projects/Orca" @@ -10,36 +10,36 @@ arch=(any) license=(LGPL) depends=( - gtk3 at-spi2-atk python-atspi python-dbus python-xdg speech-dispatcher - liblouis brltty xorg-xmodmap gsettings-desktop-schemas + gtk3 at-spi2-core python-atspi python-dbus python-xdg speech-dispatcher + python-setproctitle liblouis brltty xorg-xmodmap gsettings-desktop-schemas gst-plugins-base # playbin, audiotestsrc, basic decoders gst-plugins-good # pulsesink, more decoders ) makedepends=(itstool git yelp-tools) groups=(gnome) -_commit=ce74a5a3cf926d6cbc5f830036541fd32fb414d5 # tags/ORCA_42_3^0 +_commit=c21c70c567b94747a05c944a690962d4b54cfc04 # tags/ORCA_43_0^0 source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit") sha256sums=('SKIP') pkgver() { - cd $pkgname + cd orca git describe --tags | sed 's/ORCA_//;s/_/\./g;s/[^-]*-g/r&/;s/-/+/g' } prepare() { - cd $pkgname + cd orca NOCONFIGURE=1 ./autogen.sh } build() { - cd $pkgname + cd orca ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make } package() { - cd $pkgname + cd orca make DESTDIR="$pkgdir" install } -# vim:set sw=2 et: +# vim:set sw=2 sts=-1 et:
