New package: akonadi-notes-17.12.3

This commit is contained in:
John 2018-04-14 13:13:07 +02:00 committed by Enno Boland
parent 171fe5079f
commit c2d7fa43e5
3 changed files with 30 additions and 0 deletions

View File

@ -517,6 +517,7 @@ 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
libKF5CalendarSupport.so.5 calendarsupport-17.12.3_1
libKF5AkonadiNotes.so.5 akonadi-notes-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

1
srcpkgs/akonadi-notes-devel Symbolic link
View File

@ -0,0 +1 @@
akonadi-notes

View File

@ -0,0 +1,28 @@
# Template file for 'akonadi-notes'
pkgname=akonadi-notes
version=17.12.3
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="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=6f70d0b550b7a3e205bf525cacb32823c1dff21d1e4355651c4c172502f59653
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"
}
}