From eda29f26c0851711991659644d9d42ea44954002 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 19 May 2010 09:21:43 +0000 Subject: 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 --- mail/thunderbird/Makefile | 4 ++-- mail/thunderbird/PLIST.lightning | 13 ++++++++++++- mail/thunderbird/distinfo | 3 ++- mail/thunderbird/patches/patch-mo | 16 ++++++++++++++++ 4 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 mail/thunderbird/patches/patch-mo (limited to 'mail') diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 7a7be55040b..ac627984802 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.52 2010/04/21 13:33:26 tnn Exp $ +# $NetBSD: Makefile,v 1.53 2010/05/19 09:21:43 tnn Exp $ # DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} -PKGREVISION= 1 +PKGREVISION= 2 TB_VER= 3.0.4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} diff --git a/mail/thunderbird/PLIST.lightning b/mail/thunderbird/PLIST.lightning index 828fe91515d..29f0f803012 100644 --- a/mail/thunderbird/PLIST.lightning +++ b/mail/thunderbird/PLIST.lightning @@ -1,10 +1,21 @@ -@comment $NetBSD: PLIST.lightning,v 1.1 2010/04/21 13:33:26 tnn Exp $ +@comment $NetBSD: PLIST.lightning,v 1.2 2010/05/19 09:21:43 tnn Exp $ lib/thunderbird/extensions/calendar-timezones@mozilla.org/chrome.manifest lib/thunderbird/extensions/calendar-timezones@mozilla.org/chrome/calendar-timezones-en-US.jar lib/thunderbird/extensions/calendar-timezones@mozilla.org/chrome/calendar-timezones.jar lib/thunderbird/extensions/calendar-timezones@mozilla.org/defaults/preferences/preferences.js lib/thunderbird/extensions/calendar-timezones@mozilla.org/install.rdf lib/thunderbird/extensions/calendar-timezones@mozilla.org/timezones.sqlite +lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome.manifest +lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider-en-US.jar +lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider.jar +lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/components/calGoogleCalendarModule.js +lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/components/gdata.xpt +lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/defaults/preferences/preferences.js +lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/install.rdf +lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/js/calGoogleCalendar.js +lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/js/calGoogleRequest.js +lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/js/calGoogleSession.js +lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/js/calGoogleUtils.js lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarm.js lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarmMonitor.js lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarmService.js diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 26751400192..d61bd24f3cc 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.66 2010/04/26 12:38:00 tnn Exp $ +$NetBSD: distinfo,v 1.67 2010/05/19 09:21:43 tnn Exp $ SHA1 (thunderbird-3.0.4.source.tar.bz2) = 5a6e89096da61a520e5cecb61f8afeb981f90412 RMD160 (thunderbird-3.0.4.source.tar.bz2) = ed8c905e3a6061c0ff896857fda3d96146bbc6a8 @@ -45,6 +45,7 @@ SHA1 (patch-mk) = 3c25934e0c7b9277d96a5635b961e1fb6682ab7b SHA1 (patch-ml) = ef7d87fff48f298f4c1ed037439eaf8c7c574f68 SHA1 (patch-mm) = 04d9105ab0fb520690b58230e90bf6217b439df7 SHA1 (patch-mn) = beb92ccc59f909f0d4f5f5bb62ad834b55fc94ce +SHA1 (patch-mo) = 93590d077e305a369ce9548165e0f1d8edf040b2 SHA1 (patch-mp) = 3da5e645d4e0c704ad8147c33f66bb13ec7c1bc6 SHA1 (patch-na) = b7c0feed9546ca1168c696bf7ea6bbc8ea4564c4 SHA1 (patch-nd) = 007b8d1310990253e86dab579397b02ced42cb71 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 + -- cgit v1.2.3