[arch-commits] Commit in kdevelop/kde-unstable (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Oct 26 15:52:53 UTC 2015
Date: Monday, October 26, 2015 @ 16:52:52
Author: arojas
Revision: 249770
Make clang a real dependency
Modified:
kdevelop/kde-unstable/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-10-26 15:12:12 UTC (rev 249769)
+++ PKGBUILD 2015-10-26 15:52:52 UTC (rev 249770)
@@ -9,17 +9,16 @@
arch=(i686 x86_64)
url='http://www.kdevelop.org/'
license=(GPL)
-depends=(kdevplatform)
+depends=(kdevplatform clang)
makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt clang llvm qt5-tools plasma-framework krunner)
optdepends=('konsole: embedded terminal'
'git: Git support'
'subversion: SVN support'
- 'cvs: Concurrent Versions System support'
+ 'cvs: CVS support'
'gdb: GNU Debugger support'
'qt5-doc: Qt documentation integration'
'cmake: cmake integration'
'qt5-tools: qthelp plugin'
- 'clang: Clang support'
'plasma-framework: for the plasma addons')
conflicts=(kdevelop-qmljs)
replaces=(kdevelop-qmljs)
More information about the arch-commits
mailing list