Comment 53 for bug 727487

Revision history for this message
In , mu3en (mu3en) wrote :

awesome. this works. here's how to do it (under natty in this case, please confirm for maverick if possible):

first remove your current akonadi gcal resource entry (if you still have one) in the akonadi system settings module. then open a konsole and:

~$ sudo apt-get install build-essential linux-headers-$(uname -r)
~$ mkdir builds
~$ cd builds
~/builds$ apt-get source libgcal
~/builds$ sudo apt-get build-dep libgcal
~/builds$ apt-get source akonadi-googledata
~/builds$ sudo apt-get build-dep akonadi-googledata
~/builds$ cd libgcal-0.9.6
~/builds/libgcal-0.9.6$ ./configure
~/builds/libgcal-0.9.6$ make
~/builds/libgcal-0.9.6$ sudo make install
~/builds/libgcal-0.9.6$ cd ..
~/builds$ cd akonadi-googledata-1.2.0
~/builds/akonadi-googledata-1.2.0$ mkdir builds
~/builds/akonadi-googledata-1.2.0$ cd builds
~/builds/akonadi-googledata-1.2.0/builds$ cmake ..
~/builds/akonadi-googledata-1.2.0/builds$ make
~/builds/akonadi-googledata-1.2.0/builds$ sudo make install

that should do it. reboot to clear any caching. add a new akonadi google calendar resource and launch korganizer to check that it works.

thanks mike. thanks devs.

(will the source be packaged for regular installation? creating .deb package of akonadi-googledata using checkinstall failed here...)