Commit Graph

105 Commits

Author SHA1 Message Date
ajacoutot
b4d7c97db0 Tweak comment, no pkg change. 2009-11-17 23:31:13 +00:00
ajacoutot
875dcf863c Fix and enable exchange operations plugin, needed by upcoming
evolution-exchange.
Rework a bit the nasty hack from previous commit.
2009-11-14 16:33:16 +00:00
ajacoutot
c627b3eab5 There is a circular linking dependency with some evolution plugins.
Upstream is aware of it and should fix everything for evolution 2.30.

In the meantime, add a (nasty) hack so that we don't end up with
undefined symbols.
Reorder Makefile while here and tweak dependencies.

ok jasper@
2009-11-11 14:23:05 +00:00
jasper
0844e20099 - update evolution to 2.28.1 2009-10-19 20:31:23 +00:00
jasper
7367bbd450 - update evolution to 2.28.0
* among the many, many changes are the pst-importer plugin

if there is any fallout, it'll be fixed soon
2009-10-13 22:07:04 +00:00
ajacoutot
45ccf53a59 This was the second time I got trapped by the fact that -plugins depends
on the exact version of -main.
Add a reminder so I don't forget next time.
2009-08-26 15:38:18 +00:00
naddy
a072f5f576 bump -plugins after -main change 2009-08-25 20:11:45 +00:00
ajacoutot
36794252e1 Allow '@' in username in CalDav.
See http://bugzilla.gnome.org/show_bug.cgi?id=503662

Issue reported by Stephan A. Rickauer
2009-08-20 07:51:46 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
sthen
fb0bafb6a3 sync WANTLIB/LIB_DEPENDS and bump; ok ajacoutot@ 2009-06-28 14:36:31 +00:00
kili
0afd1b54d5 -plugins depends on the exact version of -main, so it needs a bump, too.
ok ajacoutot@
2009-06-21 14:41:21 +00:00
ajacoutot
2bd2ef034e Disable exchange plugin for now. It does not work and induces some other
issues in evolution.
2009-06-17 19:51:25 +00:00
ajacoutot
5d399e6168 Implement ltasneededhack from FreeBSD ports.
As advertised, it is a hack (that abuses -Wl,--as-needed for plugins)
but it speeds up evolution startup by a factor or 9 (yes...).

While here, re-enable the org.gnome.mail.account plugin which became
usable in the process and s/LOCALBASE/TRUEPREFIX.

ok jasper@
2009-06-15 06:27:10 +00:00
ajacoutot
45eb496c30 Bump after recent gconf2 MODULE change. 2009-06-11 18:27:02 +00:00
ajacoutot
ef8d38b17e Install schemas from both subpackages into the same directory
(${SCHEMAS_INSTDIR}). Granted this take one or two more seconds to
install the -plugins subpackage but it allows us to use the generic
gconf-2 goo in PLIST-plugins.

While here, regen wantlib and lib_depends.

ok jasper@
2009-06-10 13:31:56 +00:00
ajacoutot
726683d492 Bump after recent gconf2 MODULE changes.
"yep, bumps are cheap" kili@
2009-06-08 16:58:15 +00:00
ajacoutot
d1ca3004da - forgot to commit this in previous 2009-06-08 09:43:47 +00:00
ajacoutot
b21024cb2b - schemas files for the -plugins subpackage are not installed in the
regular SCHEMAS_INSTDIR

reported by kevlo@
2009-06-08 09:41:01 +00:00
ajacoutot
4f5a750d1c Convert to using the new gconf2.port.mk module. 2009-06-07 05:59:47 +00:00
ajacoutot
e1734357d2 Tweak LDFLAGS to unbreak ppc build. 2009-06-01 05:50:43 +00:00
ajacoutot
6a768369c4 - now that we have rarian, the 'scrollkeeper-update -> /bin/true' hack
is not needed as the legacy scrollkeeper-update provided by rarian does
not do anything anymore

ok jasper@
2009-04-16 08:11:13 +00:00
ajacoutot
d61a271794 - cope with recent gnome.port.mk / MODGNOME_HELP_FILES changes 2009-04-06 10:09:06 +00:00
ajacoutot
350c992b76 - s/LOCALBASE/TRUEPREFIX where it makes sense
- fix typo in rpath line
2009-03-31 15:21:49 +00:00
jasper
6a45d05daa - when -main was bumped, -plugins was forgotten 2009-03-31 11:18:17 +00:00
kevlo
3cf6841cc4 - fix rpath changes from ajacoutot@
- bump PKGNAME

ok ajacoutot@
2009-03-30 10:33:01 +00:00
ajacoutot
342e1b7afb Big spring cleanup:
* split in 2 packages:
  -main ===> evolution+base plugins
  -plugins ===> plugins part of the "standard" bundle
This makes more sense than previous tweak and preserves ressources.

* disable the mail-account-disable plugin by default (you can still
enable it from the plugins preferences) ; there is something not
quite right about it that makes right-clicking on a folder very
slow ; it's beeing investigated but for now, evolution is slow
enough...

* fix some hardcoded paths in the antispam plugins

* import 2 patches from pkgsrc and FreeBSD which fixes some obvious
issues

* evolution needs gnome-icon-theme to build

* remove the rpath related stuff from LDFLAGS which prevented
building on macppc ; the plugins link with '-rpath $(plugindir)' so
it should not be needed anymore
please CONTACT ME if you see any regression (in which case bernd@ can
spank me for free)

ok jasper@
2009-03-22 16:00:28 +00:00
ajacoutot
35afd34c73 - while we install all plugins, only enable the base ones so that users can
choose exactly what extra plugin(s) they want to activate

ok jasper@
2009-03-17 12:39:16 +00:00
ajacoutot
c89ef704dd - nothing should have to run_depends on rarian anymore
- explicitely add build_depends on rarian where gnome-doc-utils is also a
build dependency as it does not itself run_depends on rarian anymore

This was the 2nd and hopefully last pass of rarian/scrollkeeper cleaning.

discussed with jasper@
2009-03-14 11:36:24 +00:00
ajacoutot
037960749c - first pass at cleaning rarian/scrollkeeper handling
remove rarian-sk-update from PLIST ; it is only a wrapper that does
noting: librarian takes care of everything now.

discussed with jasper@
2009-03-14 10:40:51 +00:00
ajacoutot
68c2f85f76 - forgot to ahem... bump! 2009-03-06 10:44:02 +00:00
ajacoutot
22c4fdc0b4 - install "all" plugins (complete stable plugins bundle)
ok jasper@ on a previous diff
2009-03-06 10:42:48 +00:00
jasper
fb8bd3a8d4 - update evolution to 2.24.5 2009-03-04 20:10:09 +00:00
ajacoutot
c3a9064d23 - add the 2 hobbits as MAINTAINER
ok jasper@
2009-02-15 17:33:52 +00:00
ajacoutot
8c0a0fa6fa - add a MESSAGE to help user unbreak icon display when running evolution
outside of a full blown desktop environment

idea from and discussed with sturm@
2009-02-04 15:43:32 +00:00
ajacoutot
9dc6e56516 - modify the timezone patch; from NetBSD
fixes the timezone selection GUI

"commit it" jasper@
2009-02-03 15:54:24 +00:00
jasper
16eaab8367 - bugfix update evolution to 2.24.4
- explicitly depend on latest e-d-s (for CAMEL_STORE_IS_MIGRATING)
- resolve an XXX

ok ajacoutot@
2009-01-31 08:32:35 +00:00
sturm
c5d9a29559 fix WANTLIB, last of the libsoup fallout 2009-01-30 21:36:48 +00:00
ajacoutot
09dd6ba720 - regen WANTLIB after libgnome esound support removal 2009-01-20 23:13:30 +00:00
jasper
68e0e268d5 - update evolution to 2.24.3 2009-01-12 16:13:42 +00:00
jasper
98dddcefbd - switch to rarian instead of scrollkeeper
- regen PLIST

ok ajacoutot@
2008-12-17 18:40:13 +00:00
kevlo
bb79fcdfbc add missing misc/shared-mime-info dependency
ok ajacoutot@
2008-12-01 01:32:40 +00:00
ajacoutot
6d86db4e64 - the GNOME control-center2 is not needed to run evolution
"sounds reasonable" to jasper@
2008-11-29 10:04:57 +00:00
ajacoutot
27366238b8 - evolution does not use gnome-spell for spell checking anymore 2008-11-28 14:11:35 +00:00
jasper
c002eccd74 - update evolution to 2.24.2
"just commit it" ajacoutot@

ps: evolution works fine actually, so it's completely "unbroken" now ;-)
2008-11-24 19:32:29 +00:00
jasper
7c0e9fa0f3 - remove XXX'd MASTER_SITES now gnome.port.mk can finally take care of that properly
ok ajacoutot@
2008-11-23 22:59:08 +00:00
ajacoutot
0a8a0db63d - add a small reminder comment
no pkg change, no bump
2008-11-23 11:37:06 +00:00
jasper
9addc24074 - update evolution to 2.24.1.1 (somewhat unbreaks it)
- fix license version
- explicitly disable mono

feedback and ok ajacoutot@
2008-11-21 17:28:07 +00:00
jasper
45f4e7a1d5 - update evolution to 2.22.3.1
- add gnome-spell to run depends (from ajacoutot@)
2008-08-21 22:50:21 +00:00
jasper
9e848170e6 - update evolution to 2.22.3, which includes fixes for CVE-2008-1108
and CVE-2008-1109
2008-07-08 11:16:44 +00:00
jasper
2b249cd37d - update evolution to 2.22.2
* some 300 bugs were fixed
* better spam filtering
* easier on system resources
* lots of code cleanups/fixes
- fix license marker

ok ajacoutot@
2008-06-02 16:49:56 +00:00