spotify-qt: add qt5-svg dependency for icons

Spotify-qt uses svg icons on buttons, so it's barely usable without
a dependency on qt5-svg.
This commit is contained in:
Felix Van der Jeugt 2022-03-01 23:35:30 +01:00 committed by Andrew Benson
parent 2117274a17
commit 96e0c737c2

View file

@ -1,10 +1,11 @@
# Template file for 'spotify-qt'
pkgname=spotify-qt
version=3.8
revision=1
revision=2
build_style=cmake
hostmakedepends="pkg-config qt5-devel"
makedepends="qt5-devel qt5-svg-devel"
depends="qt5-svg"
short_desc="Lightweight Spotify client using Qt"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-3.0-or-later"