[Lunar-commits] <moonbase> akonadi: version bumped to 1.0.0.
Florin Braescu
florin at lunar-linux.org
Sat Aug 9 14:51:09 CEST 2008
commit cf44c84a9366877811123b5f9b8669faa3a165ef
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Aug 9 15:51:09 2008 +0300
akonadi: version bumped to 1.0.0.
Changes:
- First official stable release
- Bugfix: Unquoted date time with a lenght of
26 characters was not parsed properly.
- Add serverside timestamp support for items.
- Build system fixes (windows & automoc)
---
kde4/utils/akonadi/BUILD | 10 +++++-----
kde4/utils/akonadi/DETAILS | 21 +++++++++++++++------
2 files changed, 20 insertions(+), 11 deletions(-)
diff --git a/kde4/utils/akonadi/BUILD b/kde4/utils/akonadi/BUILD
index f6c697a..75ede68 100644
--- a/kde4/utils/akonadi/BUILD
+++ b/kde4/utils/akonadi/BUILD
@@ -4,14 +4,14 @@
KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build"
- source /etc/profile.d/qt4.rc &&
- source /etc/profile.d/kde4.rc &&
+ source /etc/profile.d/qt4.rc &&
+ source /etc/profile.d/kde4.rc &&
- mkdir $KDE4_BUILD_DIR &&
- cd $KDE4_BUILD_DIR &&
+ mkdir $KDE4_BUILD_DIR &&
+ cd $KDE4_BUILD_DIR &&
cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
- -DCMAKE_BUILD_TYPE=RELEASE &&
+ -DCMAKE_BUILD_TYPE=RELEASE &&
default_make
diff --git a/kde4/utils/akonadi/DETAILS b/kde4/utils/akonadi/DETAILS
index 9fee418..7bc7efd 100644
--- a/kde4/utils/akonadi/DETAILS
+++ b/kde4/utils/akonadi/DETAILS
@@ -1,14 +1,23 @@
MODULE=akonadi
- VERSION=0.82.0
+ VERSION=1.0.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL=$KDE_URL/unstable/4.0.83/support
- SOURCE_VFY=sha1:cdd2eb98f51d5d24408a6123caa866dbb557067d
+ SOURCE_URL=http://akonadi.omat.nl
+ SOURCE_VFY=sha1:2bde2ab048691de6daf4fb64969c08b307783665
MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
WEB_SITE=http://techbase.kde.org/Getting_Started/Build/KDE4/Troubleshooting
ENTERED=20080622
- UPDATED=20080703
- SHORT=""
-PSAFE=no
+ UPDATED=20080809
+ SHORT="A PIM layer for KDE 4.x"
+ PSAFE=no
+
cat << EOF
+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.
+This directory contains the sources of the Akonadi server and all the
+infrastructure that is needed to build the client libraries and the
+application which want to make use of Akonadi.
EOF
More information about the Lunar-commits
mailing list