Builds of Mozilla Lightning and Gdata Provider for Linux PPC.
Instructions
Right-click "Save As...", then install from the Add-ons menu item in Thunderbird.
Lightning
Official versions are available at addons.mozilla.org
Status
Works with Thunderbird 2.0.0.17 on Ubuntu Gutsy (LinuxPPC?), including bi-directional syncing with Google Calendar.
Compiling
This .mozconfig worked for me:
.mozconfig-lightning
. $topsrcdir/mail/config/mozconfig
. $topsrcdir/calendar/sunbird/config/mozconfig
mk_add_options MOZ_CO_PROJECT=mail,calendar
ac_add_options --enable-extensions=default,lightning
ac_add_options --enable-optimize
ac_add_options --disable-static --enable-shared
ac_add_options --disable-debug
ac_add_options --disable-tests
Build instructions
- Install libIDL dev files (apt-get install libidl-dev in Ubuntu)
- Download and extract a lightning tarball
- cd to the newly created mozilla directory
- copy my .mozconfig-lightning to .mozconfig
- make -f client.mk clean ; make -f client.mk build
- if all goes well, the XPIs? will be in dist/xpi-stage
NOTE: When changing options in .mozconfig I had to "make -f client.mk clean" before rebuilding.