Add minimal clang version for ClangCodeModel
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = qtcreator-git
|
pkgbase = qtcreator-git
|
||||||
pkgdesc = Lightweight, cross-platform integrated development environment
|
pkgdesc = Lightweight, cross-platform integrated development environment
|
||||||
pkgver = 7.0.2.r809.gf54097fefb
|
pkgver = 8.0.0.beta1.r49.g016321f0c8
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.qt.io
|
url = https://www.qt.io
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@@ -15,7 +15,7 @@ pkgbase = qtcreator-git
|
|||||||
depends = qt6-serialport
|
depends = qt6-serialport
|
||||||
depends = qt6-shadertools
|
depends = qt6-shadertools
|
||||||
depends = qt6-5compat
|
depends = qt6-5compat
|
||||||
depends = clang
|
depends = clang>=14
|
||||||
depends = clazy
|
depends = clazy
|
||||||
depends = yaml-cpp
|
depends = yaml-cpp
|
||||||
optdepends = bzr: bazaar support
|
optdepends = bzr: bazaar support
|
||||||
@@ -30,7 +30,7 @@ pkgbase = qtcreator-git
|
|||||||
optdepends = subversion: subversion support
|
optdepends = subversion: subversion support
|
||||||
optdepends = valgrind: analyze support
|
optdepends = valgrind: analyze support
|
||||||
optdepends = x11-ssh-askpass: ssh support
|
optdepends = x11-ssh-askpass: ssh support
|
||||||
provides = qtcreator=7.0.2.r809.gf54097fefb
|
provides = qtcreator=8.0.0.beta1.r49.g016321f0c8
|
||||||
conflicts = qtcreator
|
conflicts = qtcreator
|
||||||
options = docs
|
options = docs
|
||||||
source = git+https://code.qt.io/qt-creator/qt-creator.git
|
source = git+https://code.qt.io/qt-creator/qt-creator.git
|
||||||
|
5
PKGBUILD
5
PKGBUILD
@@ -8,14 +8,15 @@
|
|||||||
# Contributor: Tobias Hunger <tobias dot hunger at gmail dot com>
|
# Contributor: Tobias Hunger <tobias dot hunger at gmail dot com>
|
||||||
|
|
||||||
pkgname=qtcreator-git
|
pkgname=qtcreator-git
|
||||||
pkgver=7.0.2.r809.gf54097fefb
|
pkgver=8.0.0.beta1.r49.g016321f0c8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Lightweight, cross-platform integrated development environment'
|
pkgdesc='Lightweight, cross-platform integrated development environment'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://www.qt.io'
|
url='https://www.qt.io'
|
||||||
license=(LGPL)
|
license=(LGPL)
|
||||||
depends=(qt6-tools qt6-svg qt6-quick3d qt6-webengine qt6-serialport qt6-shadertools qt6-5compat
|
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)
|
makedepends=(cmake llvm python)
|
||||||
options=(docs)
|
options=(docs)
|
||||||
optdepends=('bzr: bazaar support'
|
optdepends=('bzr: bazaar support'
|
||||||
|
Reference in New Issue
Block a user