From 448698e169c9e8dc3db4ac774b94077f19d91630 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 29 Feb 2024 22:25:15 +0100 Subject: [PATCH] New package: kf6-kplotting-6.1.0 --- common/shlibs | 2 ++ srcpkgs/kf6-kplotting-devel | 1 + srcpkgs/kf6-kplotting/template | 23 +++++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 120000 srcpkgs/kf6-kplotting-devel create mode 100644 srcpkgs/kf6-kplotting/template diff --git a/common/shlibs b/common/shlibs index 1c7eb9df99c..68c321d1bbe 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1990,6 +1990,7 @@ libKF6Parts.so.6 kf6-kparts-6.0.0_1 libKF6People.so.6 kf6-kpeople-6.0.0_1 libKF6PeopleBackend.so.6 kf6-kpeople-6.0.0_1 libKF6PeopleWidgets.so.6 kf6-kpeople-6.0.0_1 +libKF6Plotting.so.6 kf6-kplotting-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 @@ -2199,6 +2200,7 @@ libwvutils.so.4.6 wvstreams-4.6.1_20 libwvstreams.so.4.6 wvstreams-4.6.1_20 libespeak-ng.so.1 libespeak-ng-1.50_1 libKF5Plotting.so.5 kplotting-5.26.0_1 +libKF6Plotting.so.6 kf6-kplotting-6.0.0_1 libpgf.so.6 libpgf-6.14.12_1 libqhull_r.so.8.0 libqhull-2020.2_1 libqhull.so.8.0 libqhull-2020.2_1 diff --git a/srcpkgs/kf6-kplotting-devel b/srcpkgs/kf6-kplotting-devel new file mode 120000 index 00000000000..c392c9b1b8b --- /dev/null +++ b/srcpkgs/kf6-kplotting-devel @@ -0,0 +1 @@ +kf6-kplotting \ No newline at end of file diff --git a/srcpkgs/kf6-kplotting/template b/srcpkgs/kf6-kplotting/template new file mode 100644 index 00000000000..ffbd591225a --- /dev/null +++ b/srcpkgs/kf6-kplotting/template @@ -0,0 +1,23 @@ +# Template file for 'kf6-kplotting' +pkgname=kf6-kplotting +version=6.1.0 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules qt6-tools qt6-base " +makedepends="qt6-base-devel qt6-tools-devel" +short_desc="QWidget-derived class for easy data-plotting" +maintainer="John " +license="LGPL-2.1-or-later" +homepage="https://invent.kde.org/frameworks/kplotting" +distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" +checksum=bb21319725b20382a44a9be2d70c76a5eb58e6c80cf28b6f314f49e9cb73b1fa + +kf6-kplotting-devel_package() { + depends="$makedepends ${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}