diff --git a/common/shlibs b/common/shlibs index bcfee40ed6..ed67a10d64 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/akonadi-notes-devel b/srcpkgs/akonadi-notes-devel new file mode 120000 index 0000000000..2b593a28f4 --- /dev/null +++ b/srcpkgs/akonadi-notes-devel @@ -0,0 +1 @@ +akonadi-notes \ No newline at end of file diff --git a/srcpkgs/akonadi-notes/template b/srcpkgs/akonadi-notes/template new file mode 100644 index 0000000000..4a4a1fbbb3 --- /dev/null +++ b/srcpkgs/akonadi-notes/template @@ -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 " +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" + } +}