[arch-commits] Commit in kdevelop/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Nov 5 13:57:18 UTC 2020
Date: Thursday, November 5, 2020 @ 13:57:18
Author: arojas
Revision: 399301
archrelease: copy trunk to staging-x86_64
Added:
kdevelop/repos/staging-x86_64/PKGBUILD
(from rev 399300, kdevelop/trunk/PKGBUILD)
Deleted:
kdevelop/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 100 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 53 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-05 13:57:06 UTC (rev 399300)
+++ PKGBUILD 2020-11-05 13:57:18 UTC (rev 399301)
@@ -1,47 +0,0 @@
-# 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.6.0
-_clangver=11.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=('38adc7d4c4cf2f0fb4191650001e979b5e1b5a3476db28737020baf2fb56f532'
- '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>
- '0A48BC961075B4BA8523E3790A345FB086E797D9') # https://share.kde.org/s/8dKaJTw8pR8iiwJ
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: kdevelop/repos/staging-x86_64/PKGBUILD (from rev 399300, kdevelop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-05 13:57:18 UTC (rev 399301)
@@ -0,0 +1,53 @@
+# 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.6.0
+_clangver=11.0.0
+pkgrel=4
+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}
+ kdevelop-gdb10.patch::"https://invent.kde.org/kdevelop/kdevelop/-/commit/8831937f.patch")
+sha256sums=('38adc7d4c4cf2f0fb4191650001e979b5e1b5a3476db28737020baf2fb56f532'
+ 'SKIP'
+ '14368ecd9e941e8abea21b63b45d269675906d9639fb90dfc710eb9db67fcb8f')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6' # Sven Brauch <mail at svenbrauch.de>
+ '364EFA5F639572907D392999C64CF56B13CACE5D' # Kevin Funk <kfunk at kde.org>
+ 'E191FD5BE6F46870F09E82B2024E7FB43D015474' # Friedrich W. H. Kossebau <kossebau at kde.org>
+ '0A48BC961075B4BA8523E3790A345FB086E797D9') # https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+prepare() {
+ patch -d $pkgname-$pkgver -p1 -i ../kdevelop-gdb10.patch # Support GDB 10
+}
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list