orca: add missing libwnck dep.
Seems to be pulled in by some DEs, which would explain why this went unnoticed for a while. Necessary to launch orca on Cinnamon, at least.
This commit is contained in:
parent
d9160bc030
commit
e0f9c0d07e
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'orca'
|
# Template file for 'orca'
|
||||||
pkgname=orca
|
pkgname=orca
|
||||||
version=40.0
|
version=40.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="intltool itstool pkg-config"
|
hostmakedepends="intltool itstool pkg-config"
|
||||||
makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"
|
makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"
|
||||||
depends="desktop-file-utils gst-plugins-good1 hicolor-icon-theme liblouis
|
depends="desktop-file-utils gst-plugins-good1 hicolor-icon-theme liblouis
|
||||||
python3-atspi python3-brlapi python3-dbus python3-xdg speech-dispatcher"
|
python3-atspi python3-brlapi python3-dbus python3-xdg speech-dispatcher
|
||||||
|
libwnck"
|
||||||
short_desc="Screen reader for individuals who are blind or visually impaired"
|
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"
|
||||||
|
|
Loading…
Reference in New Issue