diff --git a/common/shlibs b/common/shlibs index 96240657d56..e5075243080 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1980,6 +1980,7 @@ libKF6Notifications.so.6 kf6-knotifications-6.0.0_1 libKF6Package.so.6 kf6-kpackage-6.0.0_1 libKF6Service.so.6 kf6-kservice-6.0.0_1 libKF6Solid.so.6 kf6-solid-6.0.0_1 +libKF6Style.so.6 kf6-frameworkintegration-6.0.0_1 libKF6WidgetsAddons.so.6 kf6-kwidgetsaddons-6.0.0_1 libKF6WindowSystem.so.6 kf6-kwindowsystem-6.0.0_1 libKF6XmlGui.so.6 kf6-kxmlgui-6.0.0_1 diff --git a/srcpkgs/kf6-frameworkintegration-devel b/srcpkgs/kf6-frameworkintegration-devel new file mode 120000 index 00000000000..887de8e7538 --- /dev/null +++ b/srcpkgs/kf6-frameworkintegration-devel @@ -0,0 +1 @@ +kf6-frameworkintegration \ No newline at end of file diff --git a/srcpkgs/kf6-frameworkintegration/template b/srcpkgs/kf6-frameworkintegration/template new file mode 100644 index 00000000000..0e54f450b9d --- /dev/null +++ b/srcpkgs/kf6-frameworkintegration/template @@ -0,0 +1,27 @@ +# Template file for 'kf6-frameworkintegration' +pkgname=kf6-frameworkintegration +version=6.1.0 +revision=1 +build_style=cmake +configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml + -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins" +hostmakedepends="extra-cmake-modules qt6-tools qt6-base gettext" +# AppStreamQt >=0 and packagekitqt6 +makedepends="kf6-kcolorscheme-devel kf6-kconfig-devel kf6-ki18n-devel + kf6-kiconthemes-devel kf6-knewstuff-devel kf6-knotifications-devel" +short_desc="Framework to integrate applications with a KDE Workspace" +maintainer="John " +license="LGPL-2.1-or-later" +homepage="https://invent.kde.org/frameworks/frameworkintegration" +distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" +checksum=47bb38a778b94405bd9e251be774ba910c2b85cd6a4512ba1f6e9b6f879144e8 + +kf6-frameworkintegration-devel_package() { + depends="$makedepends ${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}