diff --git a/common/shlibs b/common/shlibs index 6ccac1dd5ec..353b591c0b1 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1938,6 +1938,7 @@ 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 +libKF6Attica.so.6 kf6-attica-6.0.0_1 libKF6AuthCore.so.6 kf6-kauth-6.0.0_1 libKF6Codecs.so.6 kf6-kcodecs-6.0.0_1 libKF6ConfigCore.so.6 kf6-kconfig-6.0.0_1 diff --git a/srcpkgs/kf6-attica-devel b/srcpkgs/kf6-attica-devel new file mode 120000 index 00000000000..b0ee41fbbc1 --- /dev/null +++ b/srcpkgs/kf6-attica-devel @@ -0,0 +1 @@ +kf6-attica \ No newline at end of file diff --git a/srcpkgs/kf6-attica/template b/srcpkgs/kf6-attica/template new file mode 100644 index 00000000000..7e23b88f0ce --- /dev/null +++ b/srcpkgs/kf6-attica/template @@ -0,0 +1,24 @@ +# Template file for 'kf6-attica' +pkgname=kf6-attica +version=6.1.0 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules qt6-tools qt6-base" +makedepends="qt6-base-devel" +short_desc="Qt library that implements the Open Collaboration Services API" +maintainer="John " +license="LGPL-2.1-or-later" +homepage="https://invent.kde.org/frameworks/attica" +distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" +checksum=8b3dcac9a6753a9d0f780782c30f369ded3f531c478e95ca1c195384ad7db5a0 + +kf6-attica-devel_package() { + depends="$makedepends ${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/lib/pkgconfig + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}