Date: Tuesday, December 18, 2018 @ 11:32:21 Author: arojas Revision: 342506
archrelease: copy trunk to extra-x86_64 Added: kdevelop/repos/extra-x86_64/PKGBUILD (from rev 342505, kdevelop/trunk/PKGBUILD) Deleted: kdevelop/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 97 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 49 insertions(+), 48 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-12-18 11:31:50 UTC (rev 342505) +++ PKGBUILD 2018-12-18 11:32:21 UTC (rev 342506) @@ -1,48 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Giovanni Scafora <giova...@archlinux.org> - -pkgname=kdevelop -pkgver=5.3.1 -pkgrel=1 -pkgdesc='C++ IDE using KDE technologies' -arch=(x86_64) -url='http://www.kdevelop.org/' -license=(GPL) -depends=(clang libksysguard kitemmodels knotifyconfig ktexteditor grantlee libkomparediff2 qt5-webengine - kcmutils threadweaver knewstuff) -makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools plasma-framework krunner okteta boost purpose subversion) -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' - 'qt5-tools: qthelp plugin' - 'okteta: GNU debugger support' - 'plasma-framework: for the plasma addons' - 'purpose: patch review plugin' - '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=('d919274f7522ff974bc650f282ae3e640fc3fa9e406c0dd12986aa8b8fca2881' - 'SKIP') -validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch <m...@svenbrauch.de> - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kdevelop/repos/extra-x86_64/PKGBUILD (from rev 342505, kdevelop/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-12-18 11:32:21 UTC (rev 342506) @@ -0,0 +1,49 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Giovanni Scafora <giova...@archlinux.org> + +pkgname=kdevelop +pkgver=5.3.1 +_clangver=7.0.1 +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 qt5-webengine + kcmutils threadweaver knewstuff) +makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools plasma-framework krunner okteta boost purpose subversion) +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' + 'qt5-tools: qthelp plugin' + 'okteta: GNU debugger support' + 'plasma-framework: for the plasma addons' + 'purpose: patch review plugin' + '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=('d919274f7522ff974bc650f282ae3e640fc3fa9e406c0dd12986aa8b8fca2881' + 'SKIP') +validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch <m...@svenbrauch.de> + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}