Add minimal clang version for ClangCodeModel

This commit is contained in:
SR_team
2022-06-17 16:45:15 +03:00
parent e7be14f786
commit 9464368b92
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = qtcreator-git
pkgdesc = Lightweight, cross-platform integrated development environment
pkgver = 7.0.2.r809.gf54097fefb
pkgver = 8.0.0.beta1.r49.g016321f0c8
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@ -15,7 +15,7 @@ pkgbase = qtcreator-git
depends = qt6-serialport
depends = qt6-shadertools
depends = qt6-5compat
depends = clang
depends = clang>=14
depends = clazy
depends = yaml-cpp
optdepends = bzr: bazaar support
@ -30,7 +30,7 @@ pkgbase = qtcreator-git
optdepends = subversion: subversion support
optdepends = valgrind: analyze support
optdepends = x11-ssh-askpass: ssh support
provides = qtcreator=7.0.2.r809.gf54097fefb
provides = qtcreator=8.0.0.beta1.r49.g016321f0c8
conflicts = qtcreator
options = docs
source = git+https://code.qt.io/qt-creator/qt-creator.git

View File

@ -8,14 +8,15 @@
# Contributor: Tobias Hunger <tobias dot hunger at gmail dot com>
pkgname=qtcreator-git
pkgver=7.0.2.r809.gf54097fefb
pkgver=8.0.0.beta1.r49.g016321f0c8
pkgrel=1
pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('x86_64')
url='https://www.qt.io'
license=(LGPL)
depends=(qt6-tools qt6-svg qt6-quick3d qt6-webengine qt6-serialport qt6-shadertools qt6-5compat
clang clazy yaml-cpp) # syntax-highlighting
'clang>=14' # ClangCodeModel based on clangd
clazy yaml-cpp) # syntax-highlighting
makedepends=(cmake llvm python)
options=(docs)
optdepends=('bzr: bazaar support'