f4a5fcb624
[ci skip]
25 lines
838 B
Bash
25 lines
838 B
Bash
# Template file for 'akonadi-calendar'
|
|
pkgname=akonadi-calendar
|
|
version=19.04.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=939691e3c31993e3708a74759cbab951a51d0b36239426fe09c9ee9ff9622013
|
|
|
|
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"
|
|
}
|
|
}
|