wpgtk: add missing dependency, fix tests

This commit is contained in:
Emi Vasilek 2023-09-23 02:03:43 +02:00
parent 588190a38d
commit 0e0d44a7b6

View file

@ -1,10 +1,11 @@
# Template file for 'wpgtk' # Template file for 'wpgtk'
pkgname=wpgtk pkgname=wpgtk
version=6.1.3 version=6.1.3
revision=5 revision=6
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-gobject python3-Pillow pywal libxslt" depends="gtk+3 python3-gobject python3-Pillow pywal libxslt"
checkdepends="${depends}"
short_desc="Colorscheme, wallpaper and template manager for *nix" short_desc="Colorscheme, wallpaper and template manager for *nix"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only" license="GPL-2.0-only"