Akonadi Google Resources
========================

The files have been updated from newer KDE versions by Andreas K Huettel <dilfridge@gentoo.org>.
Now we use libkgapi-2. All complaints to me.

Original README follows.

Maintainer: Dan Vratil <dan@progdan.cz>


This repository contains the Akonadi Resources for Google services. The resources
are officially part of kdepim-runtime since KDE SC 4.9, but due to high demand from
users and distributors, who won't ship KDE 4.9 immediatelly after release, I have 
copied the resources from kdepim-runtime to this standalone reposistory.

I will try to keep it in-sync with the resources in kdepim-runtime.

There will be no stable releases of this repository, it's up to distributors to
watch for updates. The most relevant development is happening in LibKGAPI anyway
and LibKGAPI has stable releases.

Please note, that this is not an official repository of the resources. If you can, use
the version from kdepim-runtime shipped with KDE SC 4.9

DEPENDENCIES:
 - kdepimlibs >= 4.7
 - LibKGAPI >= 0.4.0
 - QJSON
 - xsltproc
 
 
COMPILATION:
 $ mkdir build
 $ cd build
 $ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
 $ make
 # make install
 
 
