mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
onboard: add missing runtime dependency
This commit is contained in:
parent
4d1b7275b5
commit
71802075c6
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'onboard'
|
# Template file for 'onboard'
|
||||||
pkgname=onboard
|
pkgname=onboard
|
||||||
version=1.4.1
|
version=1.4.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="Onboard"
|
pycompile_module="Onboard"
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
@ -9,7 +9,7 @@ hostmakedepends="intltool pkg-config python3-distutils-extra"
|
||||||
makedepends="dconf-devel eudev-libudev-devel gtk+3-devel hunspell-devel
|
makedepends="dconf-devel eudev-libudev-devel gtk+3-devel hunspell-devel
|
||||||
libcanberra-devel libX11-devel libXi-devel libXtst-devel libxkbfile-devel
|
libcanberra-devel libX11-devel libXi-devel libXtst-devel libxkbfile-devel
|
||||||
python3-devel"
|
python3-devel"
|
||||||
depends="iso-codes python3-cairo python3-gobject"
|
depends="iso-codes python3-cairo python3-gobject python3-dbus"
|
||||||
short_desc="On-screen keyboard useful on tablet PCs or for mobility impaired users"
|
short_desc="On-screen keyboard useful on tablet PCs or for mobility impaired users"
|
||||||
maintainer="Francesco Circhetta <francesco.circhetta@gmail.com>"
|
maintainer="Francesco Circhetta <francesco.circhetta@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue