From dfb38742a3da146834dcf0aca3001aeb7e4c6df4 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 13 Apr 2018 15:21:31 +0200 Subject: [PATCH] New package: akonadi-calendar-17.12.3 --- common/shlibs | 1 + srcpkgs/akonadi-calendar-devel | 1 + srcpkgs/akonadi-calendar/template | 24 ++++++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 120000 srcpkgs/akonadi-calendar-devel create mode 100644 srcpkgs/akonadi-calendar/template diff --git a/common/shlibs b/common/shlibs index ea2f9557b25..ae25b47dae6 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/akonadi-calendar-devel b/srcpkgs/akonadi-calendar-devel new file mode 120000 index 00000000000..2f2d81c463f --- /dev/null +++ b/srcpkgs/akonadi-calendar-devel @@ -0,0 +1 @@ +akonadi-calendar \ No newline at end of file diff --git a/srcpkgs/akonadi-calendar/template b/srcpkgs/akonadi-calendar/template new file mode 100644 index 00000000000..5aaf7d7c834 --- /dev/null +++ b/srcpkgs/akonadi-calendar/template @@ -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 " +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" + } +}