[arch-commits] Commit in kdevelop/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Oct 4 17:27:08 UTC 2019
Date: Friday, October 4, 2019 @ 17:27:07
Author: arojas
Revision: 363804
archrelease: copy trunk to staging-x86_64
Added:
kdevelop/repos/staging-x86_64/
kdevelop/repos/staging-x86_64/PKGBUILD
(from rev 363803, kdevelop/trunk/PKGBUILD)
----------+
PKGBUILD | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+)
Copied: kdevelop/repos/staging-x86_64/PKGBUILD (from rev 363803, kdevelop/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-10-04 17:27:07 UTC (rev 363804)
@@ -0,0 +1,51 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=kdevelop
+pkgver=5.4.2
+_clangver=9.0.0
+pkgrel=2
+pkgdesc='C++ IDE using KDE technologies'
+arch=(x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor grantlee libkomparediff2
+ kcmutils threadweaver knewstuff)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools plasma-framework krunner okteta boost purpose subversion astyle)
+optdepends=('konsole: embedded terminal'
+ 'git: Git support' 'subversion: SVN support'
+ 'gdb: GNU debugger support' 'lldb: LLDB debugger support'
+ 'qt5-doc: Qt documentation integration'
+ 'cmake: cmake integration'
+ 'meson: meson integration'
+ 'qt5-tools: qthelp plugin'
+ 'okteta: GNU debugger support'
+ 'plasma-framework: for the plasma addons'
+ 'purpose: patch review plugin'
+ 'astyle: astyle plugin'
+ 'cppcheck: code analyzer' 'heaptrack: memory profiler'
+ 'clazy: clazy analyzer plugin')
+conflicts=(kdevelop-qmljs kdevplatform)
+replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('52e253da4892428ef3059568a93263bf7f9dec5ddeb17b0e5d258726492dc6c4'
+ 'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6' # Sven Brauch <mail at svenbrauch.de>
+ '364EFA5F639572907D392999C64CF56B13CACE5D' # Kevin Funk <kfunk at kde.org>
+ 'E191FD5BE6F46870F09E82B2024E7FB43D015474') # Friedrich W. H. Kossebau <kossebau at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list