diff --git a/common/shlibs b/common/shlibs index ae25b47dae6..bcfee40ed63 100644 --- a/common/shlibs +++ b/common/shlibs @@ -516,6 +516,7 @@ 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 +libKF5CalendarSupport.so.5 calendarsupport-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/calendarsupport-devel b/srcpkgs/calendarsupport-devel new file mode 120000 index 00000000000..dd273f66bc4 --- /dev/null +++ b/srcpkgs/calendarsupport-devel @@ -0,0 +1 @@ +calendarsupport \ No newline at end of file diff --git a/srcpkgs/calendarsupport/template b/srcpkgs/calendarsupport/template new file mode 100644 index 00000000000..92b9253cafc --- /dev/null +++ b/srcpkgs/calendarsupport/template @@ -0,0 +1,24 @@ +# Template file for 'calendarsupport' +pkgname=calendarsupport +version=17.12.3 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules qt5-tools python3" +makedepends="kholidays-devel akonadi-calendar-devel kdepim-apps-libs-devel" +short_desc="Calendar support library" +maintainer="John " +license="GPL-2.0-or-later, LGPL-2.1-or-later" +homepage="https://community.kde.org/KDE_PIM" +distfiles="https://download.kde.org/stable/applications/${version}/src/calendarsupport-${version}.tar.xz" +checksum=04e90cd3945a7c007182c656ca436c1871ce31fcdeb9e2dc8af522b634501908 + +calendarsupport-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" + } +} diff --git a/srcpkgs/calendarsupport/update b/srcpkgs/calendarsupport/update new file mode 100644 index 00000000000..0bfbdced6f9 --- /dev/null +++ b/srcpkgs/calendarsupport/update @@ -0,0 +1,2 @@ +site="https://download.kde.org/stable/applications/" +pattern='href="\K[\d\.]+(?=/")'