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

Andrea Scarpino andrea at archlinux.org
Tue Oct 14 16:52:03 UTC 2014


    Date: Tuesday, October 14, 2014 @ 18:52:02
  Author: andrea
Revision: 224345

kdebase-workspace is optional (FS#41977)

Modified:
  kdevelop/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-14 16:49:57 UTC (rev 224344)
+++ PKGBUILD	2014-10-14 16:52:02 UTC (rev 224345)
@@ -4,15 +4,16 @@
 
 pkgname=kdevelop
 pkgver=4.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A C/C++ development environment for KDE"
 arch=('i686' 'x86_64')
 url="http://www.kdevelop.org/"
 license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform' 'kdebase-katepart')
+depends=('kdebase-runtime' 'kdevplatform' 'kdebase-katepart')
 makedepends=('cmake' 'automoc4' 'kdesdk-okteta')
 optdepends=('kdesdk-okteta: hex editor integration'
             'kdebase-konsole: embedded terminal'
+            "kdebase-workspace: 'Attach to process' functionality"
             'git: Git support'
             'subversion: SVN support'
             'cvs: Concurrent Versions System support'



More information about the arch-commits mailing list