diff --git a/common/shlibs b/common/shlibs index 9b5783c5c82..459a10e8103 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1706,6 +1706,7 @@ libxmlsec1-gnutls.so.1 xmlsec1-1.2.31_2 libefivar.so.1 libefivar-31_1 libefiboot.so.1 libefivar-31_1 libefisec.so.1 libefivar-38_1 +libPlasma5Support.so.6 plasma5support-6.0.0_1 libportaudio.so.2 portaudio-19.20140130_1 libportaudiocpp.so.0 portaudio-cpp-19.20140130_1 libdar.so.6000 libdar-2.6.6_1 diff --git a/srcpkgs/plasma5support-devel b/srcpkgs/plasma5support-devel new file mode 120000 index 00000000000..44602206e71 --- /dev/null +++ b/srcpkgs/plasma5support-devel @@ -0,0 +1 @@ +plasma5support \ No newline at end of file diff --git a/srcpkgs/plasma5support/template b/srcpkgs/plasma5support/template new file mode 100644 index 00000000000..b9853dd8bad --- /dev/null +++ b/srcpkgs/plasma5support/template @@ -0,0 +1,28 @@ +# Template file for 'plasma5support' +pkgname=plasma5support +version=6.0.4 +revision=1 +build_style=cmake +configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml + -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins" +hostmakedepends="extra-cmake-modules qt6-base qt6-tools gettext + qt6-declarative-host-tools" +makedepends="qt6-declarative-devel kf6-kconfig-devel kf6-ki18n-devel + kf6-kcoreaddons-devel" +short_desc="Support components for porting from KF5/Qt5 to KF6/Qt6" +maintainer="John " +license="GPL-3.0-or-later" +homepage="https://invent.kde.org/plasma/plasma5support" +#changelog="" +distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" +checksum=51351faec6931b4696178bd49d9e60bc9de2c3f3d10ff0ab3854ae3d902975a1 + +plasma5support-devel_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}