Date: Monday, August 26, 2019 @ 06:55:54 Author: arojas Revision: 361192
Update to 5.4.1 Modified: kdevelop-php/trunk/PKGBUILD kdevelop-python/trunk/PKGBUILD kdevelop/trunk/PKGBUILD ------------------------+ -php/trunk/PKGBUILD | 5 ++--- -python/trunk/PKGBUILD | 5 ++--- trunk/PKGBUILD | 17 +++++++++-------- 3 files changed, 13 insertions(+), 14 deletions(-) Modified: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD 2019-08-26 06:04:13 UTC (rev 361191) +++ trunk/PKGBUILD 2019-08-26 06:55:54 UTC (rev 361192) @@ -3,31 +3,33 @@ # Contributor: Giovanni Scafora <[email protected]> pkgname=kdevelop -pkgver=5.3.3 +pkgver=5.4.1 _clangver=8.0.1 -pkgrel=2 +pkgrel=1 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 +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) +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' - 'kdevelop-clang-tidy: clang-tidy analyzer plugin' 'clazy: clazy analyzer plugin') + 'clazy: clazy analyzer plugin') conflicts=(kdevelop-qmljs kdevplatform) -replaces=(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=('cedd1c7ba8e352a76ec021218cf2e35a6c060875ef3d27964246c48d0f2ae81c' +sha256sums=('6849c289ab9f4ad227cc4f4a52bf14e0eacab89ebf81020b0238d5ae607d388a' 'SKIP') validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6' # Sven Brauch <[email protected]> '364EFA5F639572907D392999C64CF56B13CACE5D' # Kevin Funk <[email protected]> @@ -40,7 +42,6 @@ build() { cd build cmake ../$pkgname-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make } Modified: -php/trunk/PKGBUILD =================================================================== --- -php/trunk/PKGBUILD 2019-08-26 06:04:13 UTC (rev 361191) +++ -php/trunk/PKGBUILD 2019-08-26 06:55:54 UTC (rev 361192) @@ -2,7 +2,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=kdevelop-php -pkgver=5.3.3 +pkgver=5.4.1 pkgrel=1 pkgdesc="PHP language and documentation plugin for KDevelop" arch=(x86_64) @@ -11,7 +11,7 @@ depends=(kdevelop) makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt) source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig}) -sha256sums=('8499c46f676a9cd37e56b5635f63dfcab1f2875875b2c65a9f66d84ed4f72972' +sha256sums=('7dc4a1f4e8521dfa85fce1ad736405e0dc1d25ad7b152587aaa50eb92c8cb992' 'SKIP') validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6' # Sven Brauch <[email protected]> '364EFA5F639572907D392999C64CF56B13CACE5D' # Kevin Funk <[email protected]> @@ -24,7 +24,6 @@ build() { cd build cmake ../kdev-php-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF make Modified: -python/trunk/PKGBUILD =================================================================== --- -python/trunk/PKGBUILD 2019-08-26 06:04:13 UTC (rev 361191) +++ -python/trunk/PKGBUILD 2019-08-26 06:55:54 UTC (rev 361192) @@ -2,7 +2,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=kdevelop-python -pkgver=5.3.3 +pkgver=5.4.1 pkgrel=1 pkgdesc="Python language and documentation plugin for KDevelop" arch=(x86_64) @@ -11,7 +11,7 @@ depends=(kdevelop python) makedepends=(extra-cmake-modules) source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig}) -sha256sums=('80c4bab96aede589ebdb6d4b33d0339766ac645cc0e4fe10674df12008f37f04' +sha256sums=('b7dfe4d477eac8ef59f988ff471d3ea6169faac0c841bd93b0f981036ed47bd7' 'SKIP') validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6' # Sven Brauch <[email protected]> '364EFA5F639572907D392999C64CF56B13CACE5D' # Kevin Funk <[email protected]> @@ -24,7 +24,6 @@ build() { cd build cmake ../kdev-python-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF make
