diff --git a/common/shlibs b/common/shlibs index 7c8ec9a59a0..456c904fa65 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2009,6 +2009,7 @@ libKF6StatusNotifierItem.so.6 kf6-kstatusnotifieritem-6.0.0_1 libKF6Style.so.6 kf6-frameworkintegration-6.0.0_1 libKF6Su.so.6 kf6-kdesu-6.0.0_1 libKF6Svg.so.6 kf6-ksvg-6.0.0_1 +libKF6Syndication.so.6 kf6-syndication-6.0.0_1 libKF6TextEditor.so.6 kf6-ktexteditor-6.0.0_1 libKF6TextTemplate.so.6 kf6-ktexttemplate-6.0.0_1 libKF6TextWidgets.so.6 kf6-ktextwidgets-6.0.0_1 diff --git a/srcpkgs/kf6-syndication-devel b/srcpkgs/kf6-syndication-devel new file mode 120000 index 00000000000..da4170a432b --- /dev/null +++ b/srcpkgs/kf6-syndication-devel @@ -0,0 +1 @@ +kf6-syndication \ No newline at end of file diff --git a/srcpkgs/kf6-syndication/template b/srcpkgs/kf6-syndication/template new file mode 100644 index 00000000000..431f7530f2f --- /dev/null +++ b/srcpkgs/kf6-syndication/template @@ -0,0 +1,23 @@ +# Template file for 'kf6-syndication' +pkgname=kf6-syndication +version=6.1.0 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules qt6-tools qt6-base" +makedepends="kf6-kcodecs-devel" +short_desc="RSS/Atom parser library" +maintainer="John " +license="LGPL-2.1-or-later" +homepage="https://invent.kde.org/frameworks/syndication" +distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" +checksum=09d5394a2e3024c1188be7b690347b79fc2141a6d1b833bc5b494bdcc32f9683 + +kf6-syndication-devel_package() { + depends="$makedepends ${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}