New package: akonadi-calendar-17.12.3

This commit is contained in:
John 2018-04-13 15:21:31 +02:00 committed by Enno Boland
parent 4d8cab790d
commit dfb38742a3
3 changed files with 26 additions and 0 deletions

View File

@ -515,6 +515,7 @@ libKF5MailImporterAkonadi.so.5 mailimporter-17.12.3_1
libKF5MailImporter.so.5 mailimporter-17.12.3_1
libKF5MailCommon.so.5 mailcommon-17.12.3_1
libKF5Tnef.so.5 ktnef-17.12.3_1
libKF5AkonadiCalendar.so.5 akonadi-calendar-17.12.3_1
libbabl-0.1.so.0 babl-0.1.10_1
libbamf3.so.2 bamf-0.5.1_1
libgegl-0.2.so.0 gegl-0.2.0_1

View File

@ -0,0 +1 @@
akonadi-calendar

View File

@ -0,0 +1,24 @@
# Template file for 'akonadi-calendar'
pkgname=akonadi-calendar
version=17.12.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules python3 qt5-qmake qt5-host-tools 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="https://download.kde.org/stable/applications/${version}/src/akonadi-calendar-${version}.tar.xz"
checksum=caece786ee166536397a18d5f5c1f5b7d0df609c4daaf831407d57e9f9b5d939
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"
}
}