mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
Version up kdevelop to 4.1.0, kdevplatform to 1.1.0
This commit is contained in:
parent
d962ec1f1b
commit
382874cbcb
@ -8,7 +8,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=kdevelop
|
||||
pkgver=4.0.2
|
||||
pkgver=4.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="A C/C++ development environment for KDE"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -18,7 +18,7 @@ depends=('kdebase-workspace' 'kdevplatform')
|
||||
makedepends=('cmake' 'automoc4' 'perl')
|
||||
install=${pkgname}.install
|
||||
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('5390087c06574892baaf6f2e7a2f9d05')
|
||||
md5sums=('39f1385919cf0d00f7086521c2bc29d9')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
|
@ -8,7 +8,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=kdevplatform
|
||||
pkgver=1.0.2
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="A C/C++ development platform for KDE"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -18,8 +18,8 @@ depends=('kdelibs' 'boost' 'subversion' 'commoncpp2')
|
||||
optdepends=("kdesdk-kompare: difference checking")
|
||||
makedepends=('cmake' 'automoc4')
|
||||
install=${pkgname}.install
|
||||
source=("http://download.kde.org/stable/kdevelop/4.0.2/src/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('1a92512df7a5d502c06f5575b79bc997')
|
||||
source=("http://download.kde.org/stable/kdevelop/4.1.0/src/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('61d7f9dea7712848dc4dd52bf02ea34b')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
|
Loading…
Reference in New Issue
Block a user