[arch-commits] Commit in qtcreator/trunk (PKGBUILD qtcreator-clang-plugins.patch)

Antonio Rojas arojas at archlinux.org
Sun May 5 09:10:08 UTC 2019


    Date: Sunday, May 5, 2019 @ 09:10:07
  Author: arojas
Revision: 352525

Fix clazy 1.5 patch

Modified:
  qtcreator/trunk/PKGBUILD
  qtcreator/trunk/qtcreator-clang-plugins.patch

-------------------------------+
 PKGBUILD                      |    2 +-
 qtcreator-clang-plugins.patch |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-04 23:53:26 UTC (rev 352524)
+++ PKGBUILD	2019-05-05 09:10:07 UTC (rev 352525)
@@ -30,7 +30,7 @@
 source=("https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz"
         qtcreator-clang-plugins.patch)
 sha256sums=('46ee1992531b769450f8be96cf63520b609d7dd305df345d7cd8216ac396e6a8'
-            '149ffcd0ab7c53605951c66dba707ff7e0dc17136c921f1a668fc392c5a7f3f2')
+            'ba4ebfa0cb2a9977b9ec9f12eaa92dac152ed2d67976829f2a596bc27888f0ab')
 
 prepare() {
   mkdir -p build

Modified: qtcreator-clang-plugins.patch
===================================================================
--- qtcreator-clang-plugins.patch	2019-05-04 23:53:26 UTC (rev 352524)
+++ qtcreator-clang-plugins.patch	2019-05-05 09:10:07 UTC (rev 352525)
@@ -49,9 +49,10 @@
      const QString clazyChecks = m_diagnosticConfig.clazyChecks();
      if (!clazyChecks.isEmpty()) {
 -        arguments << XclangArgs({"-add-plugin",
+-                                 "clang-lazy",
+-                                 "-plugin-arg-clang-lazy",
 +        arguments << XclangArgs({"-load", "ClazyPlugin.so", "-add-plugin",
-                                  "clang-lazy",
--                                 "-plugin-arg-clang-lazy",
++                                 "clazy",
 +                                 "-plugin-arg-clazy",
                                   "enable-all-fixits",
 -                                 "-plugin-arg-clang-lazy",



More information about the arch-commits mailing list