diff --git a/common/shlibs b/common/shlibs index 070d68b4757..d9d018817ba 100644 --- a/common/shlibs +++ b/common/shlibs @@ -506,6 +506,7 @@ libKF5WebEngineViewer.so.5 messagelib-17.12.3_1 libKF5MessageCore.so.5 messagelib-17.12.3_1 libKF5MimeTreeParser.so.5 messagelib-17.12.3_1 libKF5MessageViewer.so.5 messagelib-17.12.3_1 +libKF5CalendarUtils.so.5 kcalutils-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/kcalutils-devel b/srcpkgs/kcalutils-devel new file mode 120000 index 00000000000..621a27e283a --- /dev/null +++ b/srcpkgs/kcalutils-devel @@ -0,0 +1 @@ +kcalutils \ No newline at end of file diff --git a/srcpkgs/kcalutils/template b/srcpkgs/kcalutils/template new file mode 100644 index 00000000000..8ad6b5cbb5a --- /dev/null +++ b/srcpkgs/kcalutils/template @@ -0,0 +1,24 @@ +# Template file for 'kcalutils' +pkgname=kcalutils +version=17.12.3 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python kconfig" +makedepends="kcalcore-devel kidentitymanagement-devel" +short_desc="The KDE calendar utility library" +maintainer="John " +license="LGPL-2.0-or-later" +homepage="https://community.kde.org/KDE_PIM" +distfiles="https://download.kde.org/stable/applications/${version}/src/kcalutils-${version}.tar.xz" +checksum=ab671117c21a42e94d74c946fae99796e96baec978d2bb6b3f1c359cde3d4fb1 + +kcalutils-devel_package() { + depends="${sourcepkg}>=${version}_${revision} ${makedepends}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove usr/lib/qt5/mkspecs + vmove "usr/lib/*.so" + } +} diff --git a/srcpkgs/kcalutils/update b/srcpkgs/kcalutils/update new file mode 100644 index 00000000000..0bfbdced6f9 --- /dev/null +++ b/srcpkgs/kcalutils/update @@ -0,0 +1,2 @@ +site="https://download.kde.org/stable/applications/" +pattern='href="\K[\d\.]+(?=/")'