[arch-commits] Commit in qt5-wayland/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Oct 9 17:22:50 UTC 2019


    Date: Wednesday, October 9, 2019 @ 17:22:49
  Author: arojas
Revision: 364270

Enable vulkan support

Modified:
  qt5-wayland/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-09 16:07:44 UTC (rev 364269)
+++ PKGBUILD	2019-10-09 17:22:49 UTC (rev 364270)
@@ -4,12 +4,13 @@
 pkgname=qt5-wayland
 _qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides APIs for Wayland'
 depends=('qt5-declarative' 'libxcomposite')
+makedepends=('vulkan-headers')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")



More information about the arch-commits mailing list