Date: Thursday, July 11, 2013 @ 11:04:49 Author: andrea Revision: 189911
upgpkg: akonadi 1.10.0-1 Upstream release Modified: akonadi/trunk/PKGBUILD Deleted: akonadi/trunk/boost153.patch ----------------+ PKGBUILD | 13 ++++--------- boost153.patch | 27 --------------------------- 2 files changed, 4 insertions(+), 36 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-07-11 09:04:39 UTC (rev 189910) +++ PKGBUILD 2013-07-11 09:04:49 UTC (rev 189911) @@ -3,8 +3,8 @@ # Contributor: Pierre Schmitz <[email protected]> pkgname=akonadi -pkgver=1.9.2 -pkgrel=3 +pkgver=1.10.0 +pkgrel=1 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data" arch=('i686' 'x86_64') url='http://community.kde.org/KDE_PIM/Akonadi' @@ -13,16 +13,11 @@ makedepends=('cmake' 'automoc4' 'boost' 'postgresql') optdepends=('postgresql: PostgreSQL backend') install="${pkgname}.install" -source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2" - 'boost153.patch') -md5sums=('bdce288f4b91055d69f35c26dab276d0' - 'd797b338914c677fb6b93c0c23f46197') +source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2") +md5sums=('bb94de6a4300bf8355e6a1ccce5846af') prepare() { mkdir build - - cd ${pkgname}-${pkgver} - patch -p1 -i "${srcdir}"/boost153.patch } build() { Deleted: boost153.patch =================================================================== --- boost153.patch 2013-07-11 09:04:39 UTC (rev 189910) +++ boost153.patch 2013-07-11 09:04:49 UTC (rev 189911) @@ -1,27 +0,0 @@ -From: Sergio Martins <[email protected]> -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: [email protected] ---- - - ---- a/shared/akapplication.h -+++ b/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; -
