[arch-commits] Commit in akonadi (3 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Jun 13 09:11:35 UTC 2013


    Date: Thursday, June 13, 2013 @ 11:11:35
  Author: andrea
Revision: 188234

upgpkg: akonadi 1.9.80-1

Upstream release

Added:
  akonadi/kde-unstable/
Modified:
  akonadi/kde-unstable/PKGBUILD
Deleted:
  akonadi/kde-unstable/boost153.patch

----------------+
 PKGBUILD       |   13 ++++---------
 boost153.patch |   27 ---------------------------
 2 files changed, 4 insertions(+), 36 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2013-06-13 09:03:24 UTC (rev 188233)
+++ kde-unstable/PKGBUILD	2013-06-13 09:11:35 UTC (rev 188234)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=akonadi
-pkgver=1.9.2
-pkgrel=2
+pkgver=1.9.80
+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=('727cf592dc9f5eece5174c83347fc55b')
 
 prepare() {
   mkdir -p build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/boost153.patch
 }
 
 build() {

Deleted: kde-unstable/boost153.patch
===================================================================
--- trunk/boost153.patch	2013-06-13 09:03:24 UTC (rev 188233)
+++ kde-unstable/boost153.patch	2013-06-13 09:11:35 UTC (rev 188234)
@@ -1,27 +0,0 @@
-From: Sergio Martins <iamsergio at 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 at 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;
-




More information about the arch-commits mailing list