diff --git a/common/shlibs b/common/shlibs index e5075243080..d351ac16da0 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1945,6 +1945,7 @@ libKF6BalooEngine.so.6 kf6-baloo-6.0.0_1 libKF6BluezQt.so.6 kf6-bluez-qt-6.0.0_1 libKF6Bookmarks.so.6 kf6-kbookmarks-6.0.0_1 libKF6BookmarksWidgets.so.6 kf6-kbookmarks-6.0.0_1 +libKF6CalendarCore.so.6 kf6-kcalendarcore-6.0.0_1 libKF6KCMUtils.so.6 kf6-kcmutils-6.0.0_1 libKF6KCMUtilsCore.so.6 kf6-kcmutils-6.0.0_1 libKF6KCMUtilsQuick.so.6 kf6-kcmutils-6.0.0_1 diff --git a/srcpkgs/kf6-kcalendarcore-devel b/srcpkgs/kf6-kcalendarcore-devel new file mode 120000 index 00000000000..7766d7bac8a --- /dev/null +++ b/srcpkgs/kf6-kcalendarcore-devel @@ -0,0 +1 @@ +kf6-kcalendarcore \ No newline at end of file diff --git a/srcpkgs/kf6-kcalendarcore/template b/srcpkgs/kf6-kcalendarcore/template new file mode 100644 index 00000000000..c49a043f062 --- /dev/null +++ b/srcpkgs/kf6-kcalendarcore/template @@ -0,0 +1,31 @@ +# Template file for 'kf6-kcalendarcore' +pkgname=kf6-kcalendarcore +version=6.1.0 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules qt6-tools qt6-base" +makedepends="qt6-base-devel libical-devel" +checkdepends="perl" +short_desc="Library for Interfacing with Calendars" +maintainer="John " +license="LGPL-2.1-or-later" +homepage="https://invent.kde.org/frameworks/kcalendarcore" +distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" +checksum=1cffef32a4076b79c26705e12043fcb76cbbfcaef8c120ef40b858cc44a2139b + +do_check() { + cd build + # disable failing tests + ctest -E "testicaltimezones|Compat-AppleICal_1.5.ics|Compat-KOrganizer_3.1a.ics|Compat-Mozilla_1.0.ics" +} + +kf6-kcalendarcore-devel_package() { + depends="$makedepends ${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}