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

Antonio Rojas arojas at gemini.archlinux.org
Tue Aug 31 22:15:06 UTC 2021


    Date: Tuesday, August 31, 2021 @ 22:15:06
  Author: arojas
Revision: 422796

Restore clang format plugin (FS#71968), enable webengine help browser

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 22:14:43 UTC (rev 422795)
+++ PKGBUILD	2021-08-31 22:15:06 UTC (rev 422796)
@@ -9,7 +9,7 @@
 pkgname=qtcreator
 pkgver=5.0.0
 _clangver=12.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=(x86_64)
 url='https://www.qt.io'
@@ -41,7 +41,9 @@
     -DCMAKE_INSTALL_LIBEXECDIR=lib \
     -DWITH_DOCS=ON \
     -DBUILD_DEVELOPER_DOCS=ON \
-    -DBUILD_QBS=OFF
+    -DBUILD_QBS=OFF \
+    -DQTC_CLANG_BUILDMODE_MATCH=ON \
+    -DBUILD_HELVIEWERBACKEND_QTWEBENGINE=ON
   cmake --build build
   cmake --build build --target docs
 }



More information about the arch-commits mailing list