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:
parent
2117274a17
commit
96e0c737c2
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue