mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/kdevelop: rebuild against clang10
This commit is contained in:
parent
f4b5a21eea
commit
0de1569c8c
@ -2,7 +2,7 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=kdevelop
|
||||
pkgver=5.5.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
arch="all !armhf !ppc64le !s390x" # Blocked by qt5-qtwebengine
|
||||
url="https://www.kdevelop.org/"
|
||||
pkgdesc="A featureful, plugin-extensible IDE for C/C++ and other programming languages"
|
||||
@ -15,7 +15,7 @@ makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtwebengine-dev kconfig-dev
|
||||
kguiaddons-dev karchive-dev knotifications-dev kitemmodels-dev libksysguard-dev
|
||||
shared-mime-info grantlee-dev boost-dev libkomparediff2-dev clang-dev clang
|
||||
clang-libs"
|
||||
makedepends="$makedepends llvm9-dev" # Should always install the version of llvm that contains /usr/bin/llvm-config
|
||||
makedepends="$makedepends llvm-dev" # Should always install the version of llvm that contains /usr/bin/llvm-config
|
||||
checkdepends="xvfb-run"
|
||||
source="https://download.kde.org/stable/kdevelop/$pkgver/src/kdevelop-$pkgver.tar.xz
|
||||
fix-find-clang-path.patch"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user