mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
Adding a working version of kdevelop again, beta-version for now
This commit is contained in:
parent
d1d9095849
commit
52a7390dd4
@ -8,7 +8,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=kdevelop
|
||||
pkgver=4.1.1
|
||||
pkgver=4.1.80
|
||||
pkgrel=1
|
||||
pkgdesc="A C/C++ development environment for KDE"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -17,8 +17,9 @@ license=('GPL')
|
||||
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=('bf26c9d4ade12cf9f98a3bf234f37335')
|
||||
source=("ftp://ftp.gtlib.cc.gatech.edu/pub/kde/unstable/kdevelop/4.1.80/src/kdevelop-4.1.80.tar.bz2")
|
||||
|
||||
md5sums=('1c25d93f960b26883b329631df8ce46b')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
|
@ -8,7 +8,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=kdevplatform
|
||||
pkgver=1.1.1
|
||||
pkgver=1.1.80
|
||||
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.1.1/src/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('16ede24e91cf86b9158f46d0db554aa5')
|
||||
source=("ftp://ftp.gtlib.cc.gatech.edu/pub/kde/unstable/kdevelop/4.1.80/src/kdevplatform-1.1.80.tar.bz2")
|
||||
md5sums=('0553a3bb9e7740ce65cc0b09e342567a')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
|
Loading…
Reference in New Issue
Block a user