void-packages/srcpkgs/akonadi-calendar/template
2019-11-09 20:50:42 +01:00

26 lines
838 B
Bash

# Template file for 'akonadi-calendar'
pkgname=akonadi-calendar
version=19.08.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules python3 qt5-qmake qt5-host-tools
kcoreaddons kconfig"
makedepends="akonadi-contacts-devel kmailtransport-devel kcalutils-devel"
short_desc="Akonadi calendar integration"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later"
homepage="https://community.kde.org/KDE_PIM"
distfiles="${KDE_SITE}/applications/${version}/src/akonadi-calendar-${version}.tar.xz"
checksum=1ec66241551b0bd3e2cabd2df1547e3622b3c74e0ddaec535b5666141180a094
akonadi-calendar-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"
}
}