Code:
git clone git://anongit.kde.org/scratch/dvratil/akonadi-google-resources.git cd akonadi-google-resources mkdir build cd build cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` make sudo make install
wget http://download.opensuse.org/repositories/home:/sumski:/KDE:/Kubuntu/xUbuntu_12.04/Release.key sudo apt-key add Release.key
deb http://download.opensuse.org/repositories/home:/sumski:/KDE:/Kubuntu/xUbuntu_12.04/ ./
sudo apt-get update && sudo apt-get dist-upgrade
Comment