From 7b074cf8ccb7fa606bd378717cef9887e1a33748 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 28 Jul 2018 19:20:30 +0200 Subject: [PATCH] akonadi-search: update to 18.04.3. --- srcpkgs/akonadi-search/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/akonadi-search/template b/srcpkgs/akonadi-search/template index 08a92111c97..83bd0df7ca1 100644 --- a/srcpkgs/akonadi-search/template +++ b/srcpkgs/akonadi-search/template @@ -1,17 +1,21 @@ # Template file for 'akonadi-search' pkgname=akonadi-search -version=17.12.3 +version=18.04.3 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python" +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python AppStream" makedepends="akonadi-mime-devel xapian-core-devel krunner-devel kcmutils-devel kcontacts-devel kcalcore-devel" short_desc="Libraries and daemons to implement searching in Akonadi" maintainer="John " license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://community.kde.org/KDE_PIM" -distfiles="https://download.kde.org/stable/applications/${version}/src/akonadi-search-${version}.tar.xz" -checksum=3d55f80c7071d16026181e267fa2e527da76adb762831732d19d1eadb25df65a +distfiles="${KDE_SITE}/applications/${version}/src/akonadi-search-${version}.tar.xz" +checksum=4360878893c9bf8ed49b4af294954d35d3b2183d29eaa5d40f02e0fcc9234995 + +if [ "$CROSS_BUILD" ]; then + hostmakedepends+=" xapian-core-devel" +fi akonadi-search-devel_package() { depends="${sourcepkg}>=${version}_${revision} ${makedepends}"