[arch-commits] Commit in qt5-quickcontrols2/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Oct 10 09:57:30 UTC 2017


    Date: Tuesday, October 10, 2017 @ 09:57:29
  Author: arojas
Revision: 307257

Drop qqc2-desktop-style optdepend, can cause crashes if not used properly

Modified:
  qt5-quickcontrols2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-10 09:16:52 UTC (rev 307256)
+++ PKGBUILD	2017-10-10 09:57:29 UTC (rev 307257)
@@ -5,13 +5,13 @@
 pkgname=qt5-quickcontrols2
 _qtver=5.9.2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 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' 'qqc2-desktop-style: to follow the desktop style')
+optdepends=('qt5-graphicaleffects: for the Material style')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
 source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")



More information about the arch-commits mailing list