summaryrefslogtreecommitdiff
path: root/extra/kdevelop
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-10-29 17:28:52 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-10-29 17:28:52 +0100
commit3042526913e47b50cb98416c17706fdd6d212f8b (patch)
treebfa15ad0c5636644d5b3af67f91e318670e858ed /extra/kdevelop
parent2b7860faa4cae1565b40b51ba904173f0f494c4a (diff)
parent29665004d902f751dedb1a4baaa896f9ed74c6b6 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/libgeotiff/PKGBUILD core/binutils/PKGBUILD core/gcc/PKGBUILD
Diffstat (limited to 'extra/kdevelop')
-rw-r--r--extra/kdevelop/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/extra/kdevelop/PKGBUILD b/extra/kdevelop/PKGBUILD
index ca90ce462..b61300f51 100644
--- a/extra/kdevelop/PKGBUILD
+++ b/extra/kdevelop/PKGBUILD
@@ -1,16 +1,21 @@
-# $Id: PKGBUILD 169573 2012-10-23 17:20:12Z andrea $
+# $Id: PKGBUILD 169768 2012-10-28 09:27:58Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=kdevelop
pkgver=4.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A C/C++ development environment for KDE"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.kdevelop.org/"
license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-katepart')
-makedepends=('cmake' 'automoc4')
+depends=('kdebase-workspace' 'kdevplatform' 'kdebase-katepart')
+makedepends=('cmake' 'automoc4' 'kdesdk-okteta')
+optdepends=('kdesdk-okteta: hex editor'
+ 'kdebase-konsole: embedded terminal'
+ 'git: git support'
+ 'gdb: gdb support'
+ 'qt-doc: qt documentation integration')
install="${pkgname}.install"
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
sha1sums=('271a6ab3dd6063175e9ce18810bed7437d451ecf')