owncloudclient: fix #29107

Make it depend on `qt5-svg`, since it's not implied by shlib-requires.
When not installed, icons won't be displayed.
This commit is contained in:
gt7-void 2021-02-28 17:32:27 -03:00 committed by Érico Nogueira Rolim
parent f590f0e4e9
commit 89d0646309

View file

@ -1,7 +1,7 @@
# Template file for 'owncloudclient'
pkgname=owncloudclient
version=2.7.1
revision=1
revision=2
wrksrc=client-${version}
build_style=cmake
configure_args="-Wno-dev -DNO_SHIBBOLETH=TRUE"
@ -9,7 +9,7 @@ hostmakedepends="pkg-config extra-cmake-modules"
makedepends="qtkeychain-qt5-devel sqlite-devel qt5-declarative-devel
qt5-tools-devel qt5-plugin-odbc qt5-plugin-tds qt5-plugin-pgsql qt5-plugin-mysql
qt5-plugin-sqlite"
depends="qt5-plugin-sqlite"
depends="qt5-plugin-sqlite qt5-svg"
conf_files="/etc/ownCloud/sync-exclude.lst"
short_desc="Connect to ownCloud servers"
maintainer="Nathan Owens <ndowens@artixlinux.org>"