summaryrefslogtreecommitdiff
path: root/extra/kdevelop
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-31 01:12:24 -0700
committerroot <root@rshg054.dnsready.net>2013-10-31 01:12:24 -0700
commitb2a6f1b28b7fa31088cab9a90b0f5ab97948534d (patch)
treeafa7b467e44b704b69c66862852a8c3118b8e308 /extra/kdevelop
parent7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff)
Thu Oct 31 01:09:50 PDT 2013
Diffstat (limited to 'extra/kdevelop')
-rw-r--r--extra/kdevelop/PKGBUILD26
1 files changed, 16 insertions, 10 deletions
diff --git a/extra/kdevelop/PKGBUILD b/extra/kdevelop/PKGBUILD
index 4d2209343..69d607d73 100644
--- a/extra/kdevelop/PKGBUILD
+++ b/extra/kdevelop/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 186674 2013-05-30 12:43:58Z andrea $
+# $Id: PKGBUILD 198618 2013-10-30 22:40:58Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=kdevelop
-pkgver=4.5.1
+pkgver=4.5.2
pkgrel=1
pkgdesc="A C/C++ development environment for KDE"
arch=('i686' 'x86_64')
@@ -11,18 +11,24 @@ url="http://www.kdevelop.org/"
license=('GPL')
depends=('kdebase-workspace' 'kdevplatform' 'kdebase-katepart')
makedepends=('cmake' 'automoc4' 'kdesdk-okteta')
-optdepends=('kdesdk-okteta: hex editor'
+optdepends=('kdesdk-okteta: hex editor integration'
'kdebase-konsole: embedded terminal'
- 'git: git support'
- 'gdb: gdb support'
- 'qt-doc: qt documentation integration')
+ 'git: Git support'
+ 'subversion: SVN support'
+ 'cvs: Concurrent Versions System support'
+ 'gdb: GNU Debugger support'
+ 'qt5-doc: Qt documentation integration'
+ 'cmake: cmake integration')
install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('e27b77bca0b4c466f66b24167ec416f20b353f6f')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('3bd354ca9ff8562c8099a41836ccd72456561409')
-build() {
+prepare() {
mkdir build
- cd build
+}
+
+build() {
+ cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release