diff --git a/common/shlibs b/common/shlibs index 2ccc1a8edcc..5cc79e15f1e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1937,6 +1937,7 @@ libQt5Xdg.so.3 libqtxdg-3.1.0_1 libQt5XdgIconLoader.so.3 libqtxdg-3.1.0_1 libqwt-qt5.so.6.2 qwt-6.2.0_2 libqwt-qt6.so.6.2 qwt-qt6-6.2.0_2 +libKF6Archive.so.6 kf6-karchive-6.0.0_1 libKF6ConfigCore.so.6 kf6-kconfig-6.0.0_1 libKF6ConfigQml.so.6 kf6-kconfig-6.0.0_1 libKF6ConfigGui.so.6 kf6-kconfig-6.0.0_1 diff --git a/srcpkgs/kf6-karchive-devel b/srcpkgs/kf6-karchive-devel new file mode 120000 index 00000000000..d3b1927d7bf --- /dev/null +++ b/srcpkgs/kf6-karchive-devel @@ -0,0 +1 @@ +kf6-karchive \ No newline at end of file diff --git a/srcpkgs/kf6-karchive/template b/srcpkgs/kf6-karchive/template new file mode 100644 index 00000000000..4db983aaeab --- /dev/null +++ b/srcpkgs/kf6-karchive/template @@ -0,0 +1,25 @@ +# Template file for 'kf6-karchive' +pkgname=kf6-karchive +version=6.1.0 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules qt6-tools qt6-base + pkg-config" +makedepends="qt6-base-devel zlib-devel bzip2-devel liblzma-devel + libzstd-devel" +short_desc="Qt addon providing access to numerous types of archives" +maintainer="John " +license="LGPL-2.1-or-later" +homepage="https://invent.kde.org/frameworks/karchive" +distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" +checksum=576c7133cfb994b530bd7377030b926bda227aa2ae420d5d8538f2681926f82c + +kf6-karchive-devel_package() { + depends="$makedepends ${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}