Kde 4.3.2

Kde 4.3.2 was released a few days ago and kubuntu packages can be downloaded from kubuntu-ppa/backports

All Kde dependent packages on my PPA and backports PPA were just rebuilt against new KDE 4.3.2 packages on kubuntu-ppa.

kopete-facebook 0.1.3 now in backports

I’m rebuilding kopete-facebook 0.1.3 using karmic package and I’m moving it in backports ppa

Rekonq 0.2 – Kubuntu jaunty

Rekonq (KDE web browser based on Webkit) 0.2 .deb package for Kubuntu Jaunty 9.04 is 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 rekonq

    sudo apt-get update
    sudo apt-get install rekonq

Kde 4.3.1

Kde 4.3.1 was silently released and kubuntu packages can be downloaded from kubuntu-ppa/backports

All Kde dependent packages on my PPA and backports PPA were just rebuilt against new KDE 4.3.1 packages on kubuntu-ppa.

I wonder where did they get it, because I couldn’t read any news about the release anywhere.


EDIT:
I found the announcement! http://www.kde.org/announcements/announce-4.3.1.php
But there is no link on Kde homepage…


EDIT:
Finally the announcement is also on http://www.kde.org

KDevelop 4 beta5 – Kubuntu jaunty

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.