25 lines
883 B
Bash
25 lines
883 B
Bash
|
# Template file for 'akonadi-search'
|
||
|
pkgname=akonadi-search
|
||
|
version=17.12.3
|
||
|
revision=1
|
||
|
build_style=cmake
|
||
|
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python"
|
||
|
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
|
||
|
|
||
|
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"
|
||
|
}
|
||
|
}
|