orca: update to 46.0.

This commit is contained in:
fanyx 2024-04-20 22:36:39 +02:00 committed by oreo639
parent 93ea3a7767
commit 38c0a15a09

View file

@ -1,9 +1,9 @@
# Template file for 'orca'
pkgname=orca
version=45.2
version=46.0
revision=1
build_style=gnu-configure
hostmakedepends="gettext itstool pkg-config"
build_style=meson
hostmakedepends="gettext itstool pkg-config gtk+3-devel"
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
@ -15,7 +15,7 @@ homepage="https://wiki.gnome.org/Projects/Orca"
#changelog="https://gitlab.gnome.org/GNOME/orca/-/raw/gnome-45/NEWS"
changelog="https://gitlab.gnome.org/GNOME/orca/-/raw/master/NEWS"
distfiles="${GNOME_SITE}/orca/${version%.*}/orca-${version}.tar.xz"
checksum=f0f2c579a5beedfe5653bc7fe24481c4d6aac5dd1f71c1e7a208595f3c78ef76
checksum=f21da3cc155f7a514d374264a04ce28c90a26cb3fddf0b58b89cd1d7fdd0a64f
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" python3-gobject-devel"