summaryrefslogtreecommitdiff
path: root/extra/akonadi
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-12 01:25:16 -0700
committerroot <root@rshg054.dnsready.net>2013-07-12 01:25:16 -0700
commit2579dc888d0308c442245d932f99cc4c61c39299 (patch)
tree5918cd8d62c952274814cf483fc59ed0d0751d1b /extra/akonadi
parent2e85ee969c4be5762301fc1447315f132aca1fc8 (diff)
Fri Jul 12 01:25:08 PDT 2013
Diffstat (limited to 'extra/akonadi')
-rw-r--r--extra/akonadi/PKGBUILD17
-rw-r--r--extra/akonadi/boost153.patch27
2 files changed, 6 insertions, 38 deletions
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 <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
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 <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
----
-
-
---- 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;
-