orca: update to 42.2.

This commit is contained in:
oreo639 2022-03-23 20:27:46 -07:00 committed by Michal Vasilek
parent d6ac9f00e1
commit fb070327d1
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'orca'
pkgname=orca
version=41.1
version=42.2
revision=1
build_style=gnu-configure
hostmakedepends="intltool itstool pkg-config"
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
@ -12,8 +12,9 @@ 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-42/NEWS"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=1fd02b99094f09f6e72df779e1a72dce41427ec82e245a4ea83233a97eeda271
checksum=9971e9fda1aa2bd64a76b33173135c64159a490b2c4bcffbe7b9548fedfc782c
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" python3-gobject-devel"