Commit Graph

13 Commits

Author SHA1 Message Date
zhuk
0c80766e4e Update Akonadi to 1.13.0. KMail is still happy. 2014-10-05 10:32:07 +00:00
brad
b94a402501 Switch from using MySQL to using MariaDB attempt #2. MariaDB is a drop-in replacement.
ok sthen@
2014-09-13 18:09:20 +00:00
kili
3c8d3d6504 Missing bump. 2014-08-15 20:20:50 +00:00
zhuk
5ca7655398 Use FindBacktrace.cmake here. Fixes floating dependency spotted by landry@.
Patch went upstream already.
2014-08-14 23:05:57 +00:00
zhuk
cbe517e9fd Update Akonadi to 1.12.1. 2014-07-10 14:05:00 +00:00
espie
496abda896 bump 2014-07-10 08:06:04 +00:00
zhuk
3d2911e64b Use the SQLite driver provided with Qt (QSQLITE) instead of the one bundled
with Akonadi (QSQLITE3) by default. It behaves better for me, at least.

This won't affect existing installations. You can freely migrate from
QSQLITE to QSQLITE3 and back, just remember to stop Akonadi and make sure
that corresponding lines in ~/.config/akonadi/akonadiserverrc are pointing
to the same database file, then start Akonadi again.
2014-01-31 16:37:46 +00:00
zhuk
6749e07814 Forgot to sync patches. Did not build => no bump.
Spotted by nigel@, thanks!
2014-01-31 11:46:25 +00:00
zhuk
c8683075a2 Update Akonadi to 1.11. Fixes a problem in SQLite backend, which we use by
default. No regressions so far.
2014-01-30 18:51:33 +00:00
zhuk
ea16fd01f8 Update to latest stable Akonadi. KDE 4.10 seems to be happy. Needed by
upcoming KDE 4.11.
2013-11-05 07:55:21 +00:00
brad
17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
brad
a0ece102e6 2 ports were missed with the move to MariaDB. 2013-05-25 02:45:01 +00:00
zhuk
ed2625b991 Import Akonadi 1.9.1.
Akonadi is a PIM layer, which provides an asynchronous API to access all kind
of PIM data (e.g. mails, contacts, events, todos etc.).

It consists of several processes (generally called the Akonadi server) and a
library (called client library) which encapsulates the communication
between the client and the server.

Note: Akonadi creates a cache of different data in ~/.local/share/akonadi,
using one or the other DB backend. By default, it uses (own) SQLite backend,
it behaves best here. If you change DB backend, you will NOT lose your data,
just the cache will need to be regenerated.

The old version in x11/kde4/akonadi will bite the dust soon.

ok landry@
2013-04-24 09:05:59 +00:00