summaryrefslogtreecommitdiff
path: root/libre/kdevelop
diff options
context:
space:
mode:
authorFreemor <freemor@freemor.ca>2019-03-29 14:03:35 -0300
committerFreemor <freemor@freemor.ca>2019-03-29 14:03:35 -0300
commit343b41eece10d196289e7d9eedc94c47532d81d6 (patch)
tree1245d2d4676fbce4c2df1595060a3180af5feb77 /libre/kdevelop
parente08b1da8fc131fb750b8ba4a55985dd2470732ff (diff)
downloadabslibre-343b41eece10d196289e7d9eedc94c47532d81d6.tar.gz
abslibre-343b41eece10d196289e7d9eedc94c47532d81d6.tar.bz2
abslibre-343b41eece10d196289e7d9eedc94c47532d81d6.zip
Bring [libre/kdevelop] up-to-date, tweak PKGBUILD to fix #2252
Diffstat (limited to 'libre/kdevelop')
-rw-r--r--libre/kdevelop/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/libre/kdevelop/PKGBUILD b/libre/kdevelop/PKGBUILD
index 29d9cc1a1..515b16512 100644
--- a/libre/kdevelop/PKGBUILD
+++ b/libre/kdevelop/PKGBUILD
@@ -4,13 +4,14 @@
# Contributor (Arch): Giovanni Scafora <giovanni@archlinux.org>
pkgname=kdevelop
-pkgver=5.2.1
+pkgver=5.3.2
+_clangver=7.0.1
pkgrel=1.parabola1
pkgdesc='C++ IDE using KDE technologies, without qt5-webengine dependency'
arch=(x86_64 i686 armv7h)
url='http://www.kdevelop.org/'
license=(GPL)
-depends=(clang libksysguard kitemmodels knotifyconfig ktexteditor grantlee libkomparediff2 qt5-webkit
+depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor grantlee libkomparediff2 qt5-webkit
kcmutils threadweaver knewstuff)
makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools plasma-framework krunner okteta python mesa
boost purpose subversion)
@@ -23,13 +24,15 @@ optdepends=('konsole: embedded terminal'
'okteta: GNU debugger support'
'plasma-framework: for the plasma addons'
'purpose: patch review plugin'
- 'cppcheck: code analyzer' 'heaptrack: memory profiler')
+ 'cppcheck: code analyzer' 'heaptrack: memory profiler'
+ 'kdevelop-clang-tidy: clang-tidy analyzer plugin' 'clazy: clazy analyzer plugin')
conflicts=(kdevelop-qmljs kdevplatform)
replaces=(kdevelop-qmljs kdevplatform)
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('d1c39c563e4fada89eb9f30bd43c6c4beed0fec7ca7d124af587193cfe020650'
+sha256sums=('08ccd575514187dcbd01ac976a619803410c26bdfabf5d2d5fd52c95b76d6f2a'
'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch <mail@svenbrauch.de>
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6' # Sven Brauch <mail@svenbrauch.de>
+ '364EFA5F639572907D392999C64CF56B13CACE5D') # Kevin Funk <kfunk@kde.org>
prepare() {
mkdir -p build
@@ -41,7 +44,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF
+# -DBUILD_TESTING=OFF #turrned off because [extra/umbrello] needs libKDevPlatformTests.so.xx
make
}