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:
parent
f590f0e4e9
commit
89d0646309
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'owncloudclient'
|
# Template file for 'owncloudclient'
|
||||||
pkgname=owncloudclient
|
pkgname=owncloudclient
|
||||||
version=2.7.1
|
version=2.7.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=client-${version}
|
wrksrc=client-${version}
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-Wno-dev -DNO_SHIBBOLETH=TRUE"
|
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
|
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-tools-devel qt5-plugin-odbc qt5-plugin-tds qt5-plugin-pgsql qt5-plugin-mysql
|
||||||
qt5-plugin-sqlite"
|
qt5-plugin-sqlite"
|
||||||
depends="qt5-plugin-sqlite"
|
depends="qt5-plugin-sqlite qt5-svg"
|
||||||
conf_files="/etc/ownCloud/sync-exclude.lst"
|
conf_files="/etc/ownCloud/sync-exclude.lst"
|
||||||
short_desc="Connect to ownCloud servers"
|
short_desc="Connect to ownCloud servers"
|
||||||
maintainer="Nathan Owens <ndowens@artixlinux.org>"
|
maintainer="Nathan Owens <ndowens@artixlinux.org>"
|
||||||
|
|
Loading…
Reference in a new issue