29 lines
966 B
Bash
29 lines
966 B
Bash
# Template file for 'akonadi-contacts'
|
|
pkgname=akonadi-contacts
|
|
version=17.12.3
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="extra-cmake-modules"
|
|
makedepends="kio-devel kcontacts-devel kmime-devel akonadi-mime-devel prison-devel"
|
|
short_desc="Libraries and daemons to implement Contact Management in Akonadi"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="LGPL-2.0-or-later GPL-2-or-later"
|
|
homepage="https://community.kde.org/KDE_PIM/Akonadi"
|
|
distfiles="https://download.kde.org/stable/applications/${version}/src/akonadi-contacts-${version}.tar.xz"
|
|
checksum=bba4b81b9c56b6fa898ac198bcb1ba68744c1d6f4a04112fb28a8a7bf7f77d49
|
|
|
|
if [ "$CROSS_BUILD" ];then
|
|
hostmakedepends+=" qt5-qmake qt5-host-tools python3 kconfig"
|
|
fi
|
|
|
|
akonadi-contacts-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/qt5/mkspecs
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|