Comment 54 for bug 727487

Revision history for this message
In , Jari Laamanen (yartsa) wrote :

Works for maverik.

apt-get source libgcal akonadi-googledata
sudo apt-get build-dep libgcal akonadi-googledata
cd libgcal-0.9.6
dpkg-buildpackage
cd ../akonadi-googledata-1.2.0
dpkg-buildpackage
cd ..
sudo dpkg -i libgcal0_0.9.6-0ubuntu1_i386.deb akonadi-kde-resource-googledata_1.2.0-0ubuntu1_i386.deb

Since I did not change the version number, next update wants to overwrite them. Therefore I put the packages on hold in my machine:

sudo aptitude hold libgcal0 akonadi-kde-resource-googledata

Thanks mu3en, thanks mike, thanks all who have been examining this.