[arch-commits] Commit in kdevelop/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sun Oct 28 09:27:00 UTC 2012


    Date: Sunday, October 28, 2012 @ 05:26:59
  Author: andrea
Revision: 169767

Moved okteta to optdepends; add konsole as optdeps(FS#32262); add more optdeps

Modified:
  kdevelop/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-28 02:03:08 UTC (rev 169766)
+++ PKGBUILD	2012-10-28 09:26:59 UTC (rev 169767)
@@ -4,13 +4,18 @@
 
 pkgname=kdevelop
 pkgver=4.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A C/C++ development environment for KDE"
 arch=('i686' 'x86_64')
 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')




More information about the arch-commits mailing list