Package Details: kdevelop-git 24.01.80.r6.g362094770a-1

Git Clone URL: https://aur.archlinux.org/kdevelop-git.git (read-only, click to copy)
Package Base: kdevelop-git
Description: A C/C++ development environment for KDE. (Git version)
Upstream URL: http://www.kdevelop.org
Licenses: GPL
Conflicts: kdevelop, kdevplatform
Provides: kdevelop, kdevplatform, kdevplatform-git
Replaces: kdevplatform-git
Submitter: mosra
Maintainer: SolarAquarion
Last Packager: SolarAquarion
Votes: 84
Popularity: 0.000000
First Submitted: 2010-05-05 21:15 (UTC)
Last Updated: 2023-12-11 01:20 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 Next › Last »

stativ commented on 2013-05-17 11:04 (UTC)

mosra: I actually filled a feature request to allow incremental builds with new a makepkg: https://bugs.archlinux.org/task/35050. Also, could you please update the kdevplatform-git, too?

mosra commented on 2013-05-17 10:55 (UTC)

Updated to work with pacman 4.1 package version bumping. However I'm still using the old way of handling Git repositories, as it allows doing incremental builds -- recompilation takes only a minute or so, which saves a lot of time (and power) when rebuilding once a day. With the new way it would overwrite the build dir every time, forcing recompilation of everything. If anyone knows a better solution, please let me know :-)

<deleted-account> commented on 2013-04-14 08:53 (UTC)

Does anyone know what package i need for the "Code Utilities" plugin to load? Trying to get the doxygen comment insertion work, and i think it's the "Code Utilities" plugin that provides this functionality.

ilpianista commented on 2012-10-28 10:23 (UTC)

maybe you want to add those too (I just did this for the official package in [extra]) optdepends=('kdesdk-okteta: hex editor' 'kdebase-konsole: embedded terminal' 'git: git support' 'gdb: gdb support' 'qt-doc: qt documentation integration')

mosra commented on 2012-10-27 21:24 (UTC)

Using Release CMake configuration (as makepkg would strip the debugging symbols anyway). ascarpino: It was in the original kdevelop-svn package, so I left it there without changes.

mosra commented on 2012-10-27 21:20 (UTC)

Using Release CMake configuration (as makepkg would strip the debugging symbols anyway). losinggeneration: No issues here with /lib symlinks.

ilpianista commented on 2012-10-27 18:55 (UTC)

Why RELWITHDEBINFO?

<deleted-account> commented on 2012-09-07 03:17 (UTC)

Latest git repo update seems to cause a build error. Don't know whether this is an upstream problem, or a problem with the PKGBUILD.

losinggeneration commented on 2012-07-23 19:35 (UTC)

Looks like the package is failing to build, at least here, with this: CMake Error at /usr/share/apps/cmake/modules/FindPackageHandleStandardArgs.cmake:198 (MESSAGE): Did not find automoc4 (Automoc4Config.cmake, install git://anongit.kde.org/automoc). (missing: AUTOMOC4_EXECUTABLE) Call Stack (most recent call first): /usr/share/apps/cmake/modules/FindAutomoc4.cmake:49 (find_package_handle_standard_args) /usr/share/apps/cmake/modules/FindKDE4Internal.cmake:423 (find_package) /usr/share/cmake-2.8/Modules/FindKDE4.cmake:95 (FIND_PACKAGE) CMakeLists.txt:14 (find_package) Adding -DAutomoc4_DIR=/usr/lib/automoc4 "fixes" the issue. But it seems to be a bug in the automoc4 package searching for automoc4 in / instead of /usr (because of the new symlinks of /lib & lib64 to /usr/lib) I haven't submitted this bug to the package or upstream as I've no real confirmation that it's broken elsewhere.

sjakub commented on 2012-03-13 01:39 (UTC)

It should also depend on kdesdk-okteta. The official kdevelop package also depends on kdebase-kwrite, but I'm not sure if it's needed.