https://bugs.kde.org/show_bug.cgi?id=264861
--- Comment #26 from mu3en <mu3en gmx net> 2011-03-27 19:15:16 --- 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...) -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
