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.

Frescobaldi – Kubuntu Jaunty

Frescobaldi 0.7.13 .deb packages for Kubuntu Jaunty 9.04 are available on my PPA.
Frescobaldi is a LilyPond sheet music text editor for KDE4
To install it:

  • Copy the lines below and add them to your system’s software sources. (Read about installing)

    deb http://ppa.launchpad.net/daniele.domenichelli/ppa/ubuntu jaunty main
    deb-src http://ppa.launchpad.net/daniele.domenichelli/ppa/ubuntu jaunty main
  • Import public key for my PPA:

    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9D0C02D0

  • Update and install package frescobaldi

    sudo apt-get update
    sudo apt-get install frescobaldi

EDIT:
I found out that there is a launchpad group for Frescobaldi at https://launchpad.net/~frescobaldi that built Frescobaldi 0.7.13 on their PPA.
Anyway I believe that the package for jaunty on its PPA was built with Kde 4.2, and I’m not sure if it would work on Kubuntu jaunty with with Kde 4.3

[outdated] Digikam – Kubuntu Jaunty

After upgrading to Kde 4.3 from kubuntu-ppa backports archive, Digikam stopped working.
To have it working again you just have to rebuild the package linking to the new version of kdelibs.
A working .deb packages for Kubuntu Jaunty 9.04 is available on my PPA.
To install it:

  • Copy the lines below and add them to your system’s software sources. (Read about installing)

    deb http://ppa.launchpad.net/daniele.domenichelli/ppa/ubuntu jaunty main
    deb-src http://ppa.launchpad.net/daniele.domenichelli/ppa/ubuntu jaunty main
  • Import public key for my PPA:

    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9D0C02D0

  • Update and upgrade package Digikam and Showfoto

    sudo apt-get update
    sudo apt-get upgrade

    or

    sudo apt-get install digikam showfoto

Kopete-facebook 0.1.3 – Kubuntu jaunty

Kopete-facebook 0.1.3 and qjson 0.6 .deb packages for Kubuntu Jaunty 9.04 are available on my PPA.
To install them see My previous Kopete-facebook post

EDIT:
kopete-facebook is now in my backports ppa (see https://blogs.fsfe.org/drdanz/?p=70)