25 lines
901 B
Bash
25 lines
901 B
Bash
# Template file for 'akonadi-search'
|
|
pkgname=akonadi-search
|
|
version=19.04.1
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python AppStream
|
|
kcoreaddons"
|
|
makedepends="akonadi5-devel 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="${KDE_SITE}/applications/${version}/src/akonadi-search-${version}.tar.xz"
|
|
checksum=8438876407e9fd8fa08afe6942ab8dd3677202bc2ff1eba4fd7a49dd926f26d6
|
|
|
|
akonadi-search-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|