From 2579dc888d0308c442245d932f99cc4c61c39299 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jul 2013 01:25:16 -0700 Subject: Fri Jul 12 01:25:08 PDT 2013 --- extra/akonadi/PKGBUILD | 17 ++++++----------- extra/akonadi/boost153.patch | 27 --------------------------- 2 files changed, 6 insertions(+), 38 deletions(-) delete mode 100644 extra/akonadi/boost153.patch (limited to 'extra/akonadi') diff --git a/extra/akonadi/PKGBUILD b/extra/akonadi/PKGBUILD index 79f45fecc..3cc52b030 100644 --- a/extra/akonadi/PKGBUILD +++ b/extra/akonadi/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 188070 2013-06-08 08:31:33Z andrea $ +# $Id: PKGBUILD 189912 2013-07-11 09:04:56Z andrea $ # Maintainer: Andrea Scarpino # Contributor: Pierre Schmitz pkgname=akonadi -pkgver=1.9.2 -pkgrel=2 +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 @@ depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano') 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 -p build - - cd ${pkgname}-${pkgver} - patch -p1 -i "${srcdir}"/boost153.patch + mkdir build } build() { diff --git a/extra/akonadi/boost153.patch b/extra/akonadi/boost153.patch deleted file mode 100644 index 53ab4d91e..000000000 --- a/extra/akonadi/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 ---- - - ---- a/shared/akapplication.h -+++ b/shared/akapplication.h -@@ -23,7 +23,9 @@ - #include - - #ifndef _WIN32_WCE --#include -+# ifndef Q_MOC_RUN -+# include -+# endif - #endif - - class QCoreApplication; - -- cgit v1.2.3-54-g00ecf