akonadi5: update to 18.12.0.

This commit is contained in:
Helmut Pozimski 2018-12-13 21:43:27 +01:00
parent 899818ea0a
commit 52d8e7a551
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,8 @@
# Template file for 'akonadi5' # Template file for 'akonadi5'
pkgname=akonadi5 pkgname=akonadi5
version=18.08.3 version=18.12.0
revision=1 revision=1
wrksrc="akonadi-${version}"
build_style=cmake build_style=cmake
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python
shared-mime-info libxslt pkg-config" shared-mime-info libxslt pkg-config"
@ -11,13 +12,12 @@ makedepends="qt5-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
qt5-tools-devel" qt5-tools-devel"
depends="shared-mime-info" depends="shared-mime-info"
short_desc="PIM layer providing an asynchronous API to access PIM data" short_desc="PIM layer providing an asynchronous API to access PIM data"
conflicts="akonadi"
maintainer="Helmut Pozimski <helmut@pozimski.eu>" maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://community.kde.org/KDE_PIM/Akonadi" homepage="https://community.kde.org/KDE_PIM/Akonadi"
distfiles="${KDE_SITE}/applications/${version}/src/akonadi-${version}.tar.xz" distfiles="${KDE_SITE}/applications/${version}/src/akonadi-${version}.tar.xz"
checksum=d5761fa496f64658625f4bdbb2e27a160d6d306d5376b077311b5db2f514bc56 checksum=0860b4a3e2a091658b93a032cbf78d677dbb3acfd305469009205f365dce6eb0
wrksrc="akonadi-${version}" conflicts="akonadi"
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-tools-devel qt5-devel kconfig" hostmakedepends+=" qt5-tools-devel qt5-devel kconfig"