29 lines
905 B
Bash
29 lines
905 B
Bash
# Template file for 'akonadi-notes'
|
|
pkgname=akonadi-notes
|
|
version=18.08.2
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="extra-cmake-modules python qt5-qmake qt5-host-tools"
|
|
makedepends="kmime-devel akonadi5-devel"
|
|
short_desc="Libraries and daemons to implement notes management in Akonadi"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="LGPL-2.1-or-later, GPL-2.0-or-later, BSD-2-Clause"
|
|
homepage="Libraries and daemons to implement management of notes in Akonadi"
|
|
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
|
checksum=3fd3eb69e3780547a720692865d86c6ff966a83cfa16f2d574762049a2492ee4
|
|
|
|
post_install() {
|
|
vlicense COPYING.BSD COPYING.BSD
|
|
}
|
|
|
|
akonadi-notes-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
vmove usr/lib/qt5/mkspecs
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|