[arch-commits] Commit in qtcreator/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Apr 2 21:56:38 UTC 2020
Date: Thursday, April 2, 2020 @ 21:56:37
Author: arojas
Revision: 379166
Don't strip twice - make install already strips binaries and stripping again corrupts clangbackend after running patchelf (FS#66078)
Modified:
qtcreator/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-02 21:32:01 UTC (rev 379165)
+++ PKGBUILD 2020-04-02 21:56:37 UTC (rev 379166)
@@ -9,7 +9,7 @@
pkgname=qtcreator
pkgver=4.11.2
_clangver=9.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight, cross-platform integrated development environment'
arch=(x86_64)
url='https://www.qt.io'
@@ -16,7 +16,7 @@
license=(LGPL)
depends=(qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-webengine clang=$_clangver qbs clazy syntax-highlighting desktop-file-utils)
makedepends=(llvm python patchelf)
-options=(docs)
+options=(docs !strip) # https://bugs.archlinux.org/task/66078
optdepends=('qt5-doc: integrated Qt documentation'
'qt5-examples: welcome page examples'
'qt5-translations: for other languages'
More information about the arch-commits
mailing list