diff options
author | tnn <tnn@pkgsrc.org> | 2010-05-19 09:21:43 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-05-19 09:21:43 +0000 |
commit | eda29f26c0851711991659644d9d42ea44954002 (patch) | |
tree | 50d32aa57c5266264737d452bda2342a10cca238 /mail/thunderbird/patches | |
parent | 22bbfb7a5be713d3a8c4e4a6e6e20251b408af94 (diff) | |
download | pkgsrc-eda29f26c0851711991659644d9d42ea44954002.tar.gz |
Install the gdata provider when lightning is enabled. This allows you to
bidirectionally access your Google Calendar from within lightning.
For more information:
https://wiki.mozilla.org/Calendar:GDATA_Provider#Accessing_your_Calendar
Diffstat (limited to 'mail/thunderbird/patches')
-rw-r--r-- | mail/thunderbird/patches/patch-mo | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/thunderbird/patches/patch-mo b/mail/thunderbird/patches/patch-mo new file mode 100644 index 00000000000..a804a3673f7 --- /dev/null +++ b/mail/thunderbird/patches/patch-mo @@ -0,0 +1,16 @@ +$NetBSD: patch-mo,v 1.1 2010/05/19 09:21:43 tnn Exp $ + +--- calendar/providers/gdata/Makefile.in.orig 2010-03-17 17:02:26.000000000 +0000 ++++ calendar/providers/gdata/Makefile.in +@@ -67,6 +67,11 @@ DEFINES += -DAB_CD=$(AB_CD) \ + PREF_JS_EXPORTS = $(srcdir)/defaults/preferences.js + DIRS = components locales public + ++ifndef DISABLE_LIGHTNING_INSTALL ++# install as a global extension in dist/bin/extensions/ ++INSTALL_EXTENSION_ID = {a62ef8ec-5fdc-40c2-873c-223b8a6925cc} ++endif ++ + libs-%: + $(MAKE) -C locales libs AB_CD=$* XPI_NAME=$(XPI_NAME) USE_EXTENSION_MANIFEST=1 + |