diff --git a/common/shlibs b/common/shlibs index c75d488c29d..c0d1e688d89 100644 --- a/common/shlibs +++ b/common/shlibs @@ -519,6 +519,7 @@ 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 libKPimKDAV.so.5 kdav-17.12.3_1 +libKF5AlarmCalendar.so.5 kalarmcal-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/kalarmcal-devel b/srcpkgs/kalarmcal-devel new file mode 120000 index 00000000000..d1b3ef0bb31 --- /dev/null +++ b/srcpkgs/kalarmcal-devel @@ -0,0 +1 @@ +kalarmcal \ No newline at end of file diff --git a/srcpkgs/kalarmcal/template b/srcpkgs/kalarmcal/template new file mode 100644 index 00000000000..0ed550e996d --- /dev/null +++ b/srcpkgs/kalarmcal/template @@ -0,0 +1,26 @@ +# Template file for 'kalarmcal' +pkgname=kalarmcal +version=17.12.3 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 + kdoctools kdesignerplugin" +makedepends="kidentitymanagement-devel kholidays-devel kcalcore-devel akonadi5-devel + kdelibs4support-devel" +short_desc="KAlarm client library" +maintainer="John " +license="LGPL-2.1-or-later" +homepage="https://community.kde.org/KDE_PIM" +distfiles="https://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz" +checksum=751e694451ffa0073d9e46306b6ffab5c410841fc31a0cdf524a7eaf71326f8d + +kalarmcal-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" + } +}