Date: Friday, November 24, 2017 @ 11:09:36 Author: arojas Revision: 310781
archrelease: copy trunk to extra-x86_64 Added: kdevelop/repos/extra-x86_64/PKGBUILD (from rev 310780, kdevelop/trunk/PKGBUILD) Deleted: kdevelop/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 102 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 51 insertions(+), 51 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2017-11-24 11:07:12 UTC (rev 310780) +++ PKGBUILD 2017-11-24 11:09:36 UTC (rev 310781) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Giovanni Scafora <giova...@archlinux.org> - -pkgname=kdevelop -pkgver=5.2.0 -pkgrel=2 -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 python mesa - boost purpose subversion) -optdepends=('konsole: embedded terminal' - 'git: Git support' 'subversion: SVN support' 'cvs: CVS support' - 'gdb: GNU debugger support' 'lldb: LLDB debugger support' - 'qt5-doc: Qt documentation integration' - 'cmake: cmake integration' - 'qt5-tools: qthelp plugin' - 'okteta: hex editor integration' - 'plasma-framework: for the plasma addons' - 'purpose: patch review plugin' - 'cppcheck: code analyzer' 'heaptrack: memory profiler') -conflicts=(kdevelop-qmljs kdevplatform) -replaces=(kdevelop-qmljs kdevplatform) -source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc}) -sha256sums=('88e7a8f2f57a4c688da7a6d522b06e2e70ebddf2f9129b8f93e4c74df029e900' - '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 \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kdevelop/repos/extra-x86_64/PKGBUILD (from rev 310780, kdevelop/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2017-11-24 11:09:36 UTC (rev 310781) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Giovanni Scafora <giova...@archlinux.org> + +pkgname=kdevelop +pkgver=5.2.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 python mesa + boost purpose subversion) +optdepends=('konsole: embedded terminal' + 'git: Git support' 'subversion: SVN support' 'cvs: CVS support' + 'gdb: GNU debugger support' 'lldb: LLDB debugger support' + 'qt5-doc: Qt documentation integration' + 'cmake: cmake integration' + 'qt5-tools: qthelp plugin' + 'okteta: hex editor integration' + 'plasma-framework: for the plasma addons' + 'purpose: patch review plugin' + 'cppcheck: code analyzer' 'heaptrack: memory profiler') +conflicts=(kdevelop-qmljs kdevplatform) +replaces=(kdevelop-qmljs kdevplatform) +source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc}) +sha256sums=('d1c39c563e4fada89eb9f30bd43c6c4beed0fec7ca7d124af587193cfe020650' + '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 \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}