Kdevelop 4 and kdevplatform beta5 .deb packages for Kubuntu Jaunty 9.04 are available on my backports PPA.
To install them:
- Copy the lines below and add them to your system’s software sources. (Read about installing)
deb http://ppa.launchpad.net/daniele.domenichelli/backports/ubuntu jaunty main
deb-src http://ppa.launchpad.net/daniele.domenichelli/backports/ubuntu jaunty main
- Import public key for my PPA:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9D0C02D0 - Update and install package kdevelop
sudo apt-get update
sudo apt-get install kdevelop
EDIT:
I had some problem updating the new version, I fixed them deleting all kdevelop and kdevplatform files
find ~/.kde -name "*kdev*" | xargs rm -R
EDIT:
I still have problems with this version including some boost headers.


Planet KDE




You PPA was the easiest way for me to install KDevelop beta5 and now there is beta6. Unfortunately you didn’t include the last beta and I wander if there is another PPA from where I could install it?
Will we please see kdevelop 4 beta 6 in your ppa soon? Anxiously awaiting this with the php plugin
I’m building it right now on my ppa… As soon as it’s ready you should be able to install it running
sudo apt-get update
sudo apt-get upgrade
I’m also waiting for this php plugin
I had some problem updating, I had to remove the old version before installing the new one
sudo apt-get remove --purge kdevelop kdevelop-data kdevplatform1-libs libsublime1
sudo apt-get update
sudo apt-get install kdevelop