Akonadi is an extensible cross-desktop storage service for PIM data and meta data providing concurrent read, write, and query access. It will provide unique desktop wide object identification and retrieval.
This package is known to build and work properly using an LFS-6.7 platform.
Download (HTTP): http://download.akonadi-project.org/akonadi-1.5.0.tar.bz2
Download MD5 sum: 8b0d43b0e947b876a461d90f4b877f54
Download size: 192 KB
Estimated disk space required: 22 MB
Estimated build time: 1.2 SBU
shared-mime-info-0.91, boost-1.45.0, soprano-2.5.63
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/akonadi
Install akonadi by running the following commands:
mkdir build && cd build
Prepare the package for compilation:
CMAKE_PREFIX_PATH=$QT4DIR \ cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX .. && make
Now, as the root
user:
make install
CMAKE_PREFIX_PATH=$QT4DIR
: This option
is set to find automoc4
Last updated on 2011-04-17 09:32:39 +0000