mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
akonadi: update to 1.10.0.
This commit is contained in:
parent
1a697a2900
commit
71c1f1bdf0
2 changed files with 3 additions and 30 deletions
|
@ -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
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
--- shared/akapplication.h
|
|
||||||
+++ 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;
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'akonadi'
|
# Template file for 'akonadi'
|
||||||
pkgname=akonadi
|
pkgname=akonadi
|
||||||
version=1.9.2
|
version=1.10.0
|
||||||
revision=3
|
revision=1
|
||||||
short_desc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
|
short_desc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://community.kde.org/KDE_PIM/Akonadi"
|
homepage="http://community.kde.org/KDE_PIM/Akonadi"
|
||||||
distfiles="http://download.kde.org/stable/${pkgname}/src/${pkgname}-${version}.tar.bz2"
|
distfiles="http://download.kde.org/stable/${pkgname}/src/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=e712f3ee59731d613935df78df1cd65f80680d86d1f6642ff118061cd461bfd9
|
checksum=ae64b965da72ce7332b2409f1c6d7475b28c2414aafca1c9bbca60fb8d632a9e
|
||||||
|
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DAKONADI_BUILD_TESTS=OFF -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
|
configure_args="-DAKONADI_BUILD_TESTS=OFF -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
|
||||||
|
|
Loading…
Add table
Reference in a new issue