git » qt5-quickcontrols2.git » commit 1e0058c

Add qqc2-desktop-style optdepend

author Antonio Rojas
2017-09-06 17:58:30 UTC
committer Antonio Rojas
2017-09-06 17:58:30 UTC
parent 2d346f71d86119c5e245a4fa62b2b6e5a80a01ed

Add qqc2-desktop-style optdepend

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 29aaab7..f39d4d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
 pkgname=qt5-quickcontrols2
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Next generation user interface controls based on Qt Quick'
 depends=('qt5-declarative')
-optdepends=('qt5-graphicaleffects: for the Material style')
+optdepends=('qt5-graphicaleffects: for the Material style' 'qqc2-desktop-style: to follow the desktop style')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
 source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")