ocs-url: added qt5-quickcontrols as a dependency

there is a runtime bug of 'module QtQuick.Controls is not installed', caused by this package missing
This commit is contained in:
ThatGeekyWeeb 2021-04-15 06:01:55 -04:00 committed by John Zimmermann
parent 3d5a76b0a3
commit 43b990b6cf
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
# Template file for 'ocs-url'
pkgname=ocs-url
version=3.1.0
revision=1
revision=2
wrksrc="ocs-url-release-${version}"
build_style="qmake"
hostmakedepends="qt5-qmake kdeclarative-devel qt5-svg-devel qt5-declarative-devel"
makedepends="qt5-svg-devel kdeclarative-devel qt5-declarative-devel"
depends="qt5-quickcontrols"
short_desc="Install helper program for OpenCollaborationServices (ocs://)"
maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
license="GPL-3.0-or-later"