kdevelop: update to 5.2.0

This commit is contained in:
Chaoting Liu 2017-11-15 13:29:03 +00:00
parent 5abb576383
commit 0e75fd7a32
7 changed files with 17 additions and 23 deletions

View File

@ -10,7 +10,7 @@ _oldkdever="4.14.3"
#_oldkdemirror="http://download.kde.org/stable/${_oldkdever}/src"
_workspace_ver="4.11.22"
_libsver="4.14.37"
_kdevver='5.1.2'
_kdevver='5.2.0'
# Qt settings
_qtver="4.8.7"

View File

@ -8,8 +8,8 @@ pkgdesc="PHP language and documentation plugin for KDevelop"
arch=(x86_64)
url="http://www.kdevelop.org/"
license=(GPL)
depends=(kdevelop)
makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
depends=(kdevelop threadweaver kcmutils knewstuff)
makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python3)
source=("http://download.kde.org/stable/kdevelop/$pkgver/src/${pkgname}-$pkgver.tar.xz"{,.asc})
sha256sums=("`grep ${pkgname}-${pkgver}.tar.xz ../kdevelop.checksums | cut -d " " -f1`"
'SKIP')

View File

@ -8,7 +8,7 @@ pkgdesc="Python language and documentation plugin for KDevelop"
arch=('x86_64')
url="http://www.kdevelop.org/"
license=(GPL)
depends=(kdevelop python3)
depends=(kdevelop python3 knewstuff threadweaver)
makedepends=(extra-cmake-modules)
source=("http://download.kde.org/stable/kdevelop/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.asc})
sha256sums=("`grep ${pkgname}-${pkgver}.tar.xz ../kdevelop.checksums | cut -d " " -f1`"

View File

@ -1,14 +1,7 @@
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
source ../kdeapps.conf
pkgname=kdevelop-pg-qt
pkgver=2.0
_pkgver=2.0.0
pkgver=2.1.0
pkgrel=1
pkgdesc="KDevelop Parser Generator, a LL(1) parser generator used by KDevelop language plugins"
arch=('i686' 'x86_64')
@ -17,8 +10,11 @@ license=(GPL)
option=('debug')
depends=(qt5-base)
makedepends=(extra-cmake-modules)
source=("http://download.kde.org/stable/$pkgname/$_pkgver/src/$pkgname-$pkgver.tar.xz")
sha1sums=('021cbe910468f4ae5169b8ff8933562c5e7dbe5f')
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
sha1sums=('074b033103e34fc15c571d26a031a394e8f1726e'
'SKIP')
validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6' # Sven Brauch <mail@svenbrauch.de>
'364EFA5F639572907D392999C64CF56B13CACE5D') # Kevin Funk <kfunk@kde.org>
prepare() {
mkdir -p build

View File

@ -1,4 +1,3 @@
af54e807847d145fe5f3eb55962ed0d22e6363c2bc6c32167e51ca4823c00ac7 kdevelop-5.1.2.tar.xz
05f1a9a47cd4a8ff74d46f7cef0baeba31c159168c1c58efd7af5e3836980de9 kdev-php-5.1.2.tar.xz
e622ddad552a678baaf1166d5cbdc5fd1192d2324300c52ef2d25f1c6778664a kdevplatform-5.1.2.tar.xz
fd80a2d4073595b9d4ac404acc4d8939d43c9f367bc0e9a22dfb11781017690b kdev-python-5.1.2.tar.xz
88e7a8f2f57a4c688da7a6d522b06e2e70ebddf2f9129b8f93e4c74df029e900 kdevelop-5.2.0.tar.xz
823ec8b44449c58a408e66a46301e0e4e4a8dce1491aeed2ab3292d0744c854f kdev-php-5.2.0.tar.xz
9efb35b3a4abcf716484e1e80a5d92b9213ce14f3acd5716fa024e49111c960f kdev-python-5.2.0.tar.xz

View File

@ -1,5 +1,4 @@
# kdevelop-pg-qt # not update so freqently
kdevplatform
kdevelop
kdev-python
kdev-php

View File

@ -3,14 +3,15 @@ source ../kdeapps.conf
pkgname=kdevelop
pkgver=$_kdevver
pkgrel=2
pkgrel=1
pkgdesc='A C/C++ development environment for KDE'
arch=(x86_64)
url='http://www.kdevelop.org/'
license=(GPL)
option=('debug')
depends=(kdevplatform clang libksysguard)
makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt clang llvm qt5-tools plasma-framework krunner okteta)
depends=(clang libksysguard kitemmodels knotifyconfig ktexteditor grantlee libkomparediff2 qt5-webengine)
makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools plasma-framework krunner okteta python3 mesa
boost purpose subversion)
optdepends=('konsole: embedded terminal'
'git: Git support'
'subversion: SVN support'
@ -29,7 +30,6 @@ validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6')
prepare() {
mkdir -p build
sed -i 's|qdbus|qdbus-qt5|g' "${pkgname}-${pkgver}/app/kdevelop!"
}