akonadi: update to 1.10.0.

This commit is contained in:
Juan RP 2013-07-11 11:28:05 +02:00
parent 1a697a2900
commit 71c1f1bdf0
2 changed files with 3 additions and 30 deletions

View file

@ -1,27 +0,0 @@
From: Sergio Martins <iamsergio@gmail.com>
Date: Tue, 28 May 2013 20:22:11 +0000
Subject: Compile with boost-1.53
X-Git-Url: http://quickgit.kde.org/?p=akonadi.git&a=commitdiff&h=fe3f49cbd21a634c3257903a229b7d5357ee194a
---
Compile with boost-1.53
The bug isn't going to be fixed in Qt4, so we need the ifdef.
CCMAIL: vkrause@kde.org
---
--- shared/akapplication.h
+++ shared/akapplication.h
@@ -23,7 +23,9 @@
#include <QtCore/QObject>
#ifndef _WIN32_WCE
-#include <boost/program_options.hpp>
+# ifndef Q_MOC_RUN
+# include <boost/program_options.hpp>
+# endif
#endif
class QCoreApplication;

View file

@ -1,13 +1,13 @@
# Template file for 'akonadi'
pkgname=akonadi
version=1.9.2
revision=3
version=1.10.0
revision=1
short_desc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://community.kde.org/KDE_PIM/Akonadi"
distfiles="http://download.kde.org/stable/${pkgname}/src/${pkgname}-${version}.tar.bz2"
checksum=e712f3ee59731d613935df78df1cd65f80680d86d1f6642ff118061cd461bfd9
checksum=ae64b965da72ce7332b2409f1c6d7475b28c2414aafca1c9bbca60fb8d632a9e
build_style=cmake
configure_args="-DAKONADI_BUILD_TESTS=OFF -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE