akonadi-search: update to 18.04.3.
This commit is contained in:
parent
43a5b157ee
commit
7b074cf8cc
|
@ -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 <johnz@posteo.net>"
|
||||
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}"
|
||||
|
|
Loading…
Reference in New Issue