orca: update to 44.0.

This commit is contained in:
Owen Law 2023-03-25 13:41:49 -04:00 committed by Michal Vasilek
parent 2c35bef634
commit e3d9b872b1
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'orca' # Template file for 'orca'
pkgname=orca pkgname=orca
version=43.1 version=44.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="gettext itstool pkg-config" hostmakedepends="gettext itstool pkg-config"
@ -12,10 +12,10 @@ short_desc="Screen reader for individuals who are blind or visually impaired"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Projects/Orca" homepage="https://wiki.gnome.org/Projects/Orca"
#changelog="https://gitlab.gnome.org/GNOME/orca/-/raw/master/NEWS" #changelog="https://gitlab.gnome.org/GNOME/orca/-/raw/gnome-44/NEWS"
changelog="https://gitlab.gnome.org/GNOME/orca/-/raw/gnome-43/NEWS" changelog="https://gitlab.gnome.org/GNOME/orca/-/raw/master/NEWS"
distfiles="${GNOME_SITE}/orca/${version%.*}/orca-${version}.tar.xz" distfiles="${GNOME_SITE}/orca/${version%.*}/orca-${version}.tar.xz"
checksum=f658e049ce169273b84346810424d6f509291f05d7ecc3a77a03d912aa3e6840 checksum=7bc597ec0bc1b674200b62fdf795d4bae9647a63717d754df61587cc250502ce
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" python3-gobject-devel" hostmakedepends+=" python3-gobject-devel"