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

Antonio Rojas arojas at archlinux.org
Mon Mar 22 11:03:44 UTC 2021


    Date: Monday, March 22, 2021 @ 11:03:43
  Author: arojas
Revision: 410692

Update to 4.14.2

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-22 10:14:41 UTC (rev 410691)
+++ PKGBUILD	2021-03-22 11:03:43 UTC (rev 410692)
@@ -7,7 +7,7 @@
 # Contributor: delor <bartekpiech gmail com>
 
 pkgname=qtcreator
-pkgver=4.14.1
+pkgver=4.14.2
 _clangver=11.1.0
 pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
@@ -31,20 +31,14 @@
             'valgrind: analyze support'
             'perf: performer analyzer')
 source=("https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz")
-sha256sums=('ef6fdcbaebb0d3d37cfdbc68f8b9e94ffeb6f63194564da5ce77760bb7790367')
+sha256sums=('bd2bb62474f07466d8b59b0f751f29064deea3ed56173bce82548cb80e2d1a29')
 
-prepare() {
-  cd qt-creator-opensource-src-$pkgver
-
-# use system qbs
-  rm -r src/shared/qbs
-}
-
 build() {
   cmake -B build -S qt-creator-opensource-src-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \
-    -DWITH_DOCS=ON
+    -DWITH_DOCS=ON \
+    -DBUILD_QBS=OFF
   cmake --build build
 }
 



More information about the arch-commits mailing list