mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
system-monitoring-center: add missing dependency
without libadwaita, ValueError: Namespace Adw not available
This commit is contained in:
parent
aaec9c1ed0
commit
aeefa17cc3
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'system-monitoring-center'
|
# Template file for 'system-monitoring-center'
|
||||||
pkgname=system-monitoring-center
|
pkgname=system-monitoring-center
|
||||||
version=2.17.0
|
version=2.17.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="kdelibs4support-devel gettext"
|
hostmakedepends="kdelibs4support-devel gettext"
|
||||||
depends="dmidecode gir-freedesktop hwids iproute2 python3 python3-cairo util-linux"
|
depends="dmidecode gir-freedesktop hwids iproute2 python3 python3-cairo util-linux
|
||||||
|
libadwaita"
|
||||||
short_desc="Multi-featured system monitor"
|
short_desc="Multi-featured system monitor"
|
||||||
maintainer="zenobit <zen@osowoso.xyz>"
|
maintainer="zenobit <zen@osowoso.xyz>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
|
|
Loading…
Add table
Reference in a new issue