From 71c1f1bdf033fad78c2967309afcbc4b19551c1f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 11 Jul 2013 11:28:05 +0200 Subject: [PATCH] akonadi: update to 1.10.0. --- srcpkgs/akonadi/patches/boost153.patch | 27 -------------------------- srcpkgs/akonadi/template | 6 +++--- 2 files changed, 3 insertions(+), 30 deletions(-) delete mode 100644 srcpkgs/akonadi/patches/boost153.patch diff --git a/srcpkgs/akonadi/patches/boost153.patch b/srcpkgs/akonadi/patches/boost153.patch deleted file mode 100644 index 70c6c891e63..00000000000 --- a/srcpkgs/akonadi/patches/boost153.patch +++ /dev/null @@ -1,27 +0,0 @@ -From: Sergio Martins -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 - - #ifndef _WIN32_WCE --#include -+# ifndef Q_MOC_RUN -+# include -+# endif - #endif - - class QCoreApplication; - diff --git a/srcpkgs/akonadi/template b/srcpkgs/akonadi/template index 5ba113ccba8..6d074d1a3cc 100644 --- a/srcpkgs/akonadi/template +++ b/srcpkgs/akonadi/template @@ -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 " 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