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

1 2 3 4 5 6 .. 13 Next › Last »

PedroHLC commented on 2020-07-21 17:22 (UTC)

  -> Cloning kdevelop git repo...
Cloning into bare repository '/home/main-builder/pkgsrc/kdevelop'...
fatal: remote error: Please use the https: protocol to connect to anongit

Using source=('kdevelop::git+https://anongit.kde.org/kdevelop.git') solves it!

SolarAquarion commented on 2020-07-21 17:12 (UTC)

please use https.

SolarAquarion commented on 2020-07-21 17:10 (UTC)

please use https.

Aetf commented on 2018-01-22 21:17 (UTC)

@intelfx Thanks, good catch. I dropped that part accidentally.

intelfx commented on 2018-01-21 15:24 (UTC)

Ugh, can we please have a more sane pkgver() that does not swallow revision count since the last tag? The one you have is non-monotonic (it does not necessarily increase when new revisions appear), which pretty much defeats its purpose.

This one would be OK:

function pkgver() {
  cd kdevelop
  git describe --long | sed 's/^v//;s/-/.r/;s/-/./'
}

mensinda commented on 2017-12-25 09:45 (UTC) (edited on 2017-12-25 10:51 (UTC) by mensinda)

Please update the PKGBUILD to remove the 'v' prefix from the version tag:

https://pastebin.com/L8RameLp

Aetf commented on 2017-10-07 19:12 (UTC)

@Neros Thanks

Neros commented on 2017-10-07 05:05 (UTC)

"boost" dependency should be added, otherwise it will not compile.

Aetf commented on 2017-09-28 19:55 (UTC)

@fheday Thanks, updated.

fheday commented on 2017-09-28 15:00 (UTC)

Please add llvm as project dependency.