Date: Wednesday, February 17, 2016 @ 12:36:25 Author: arojas Revision: 259900
Enable okteta support Modified: kdevelop/kde-unstable/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-17 10:29:16 UTC (rev 259899) +++ PKGBUILD 2016-02-17 11:36:25 UTC (rev 259900) @@ -4,13 +4,13 @@ pkgname=kdevelop pkgver=4.90.91 -pkgrel=1 +pkgrel=2 pkgdesc='A C/C++ development environment for KDE' arch=(i686 x86_64) url='http://www.kdevelop.org/' license=(GPL) depends=(kdevplatform clang libksysguard) -makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt clang llvm qt5-tools plasma-framework krunner) # okteta +makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt clang llvm qt5-tools plasma-framework krunner okteta) optdepends=('konsole: embedded terminal' 'git: Git support' 'subversion: SVN support' @@ -19,7 +19,7 @@ 'qt5-doc: Qt documentation integration' 'cmake: cmake integration' 'qt5-tools: qthelp plugin' -# 'okteta: hex editor integration' + 'okteta: hex editor integration' 'plasma-framework: for the plasma addons') conflicts=(kdevelop-qmljs) replaces=(kdevelop-qmljs)
