KDE Frameworks 6.6.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-kquickcharts?expand=0&rev=16
This commit is contained in:
commit
6c6c738094
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
BIN
frameworks.keyring
Normal file
BIN
frameworks.keyring
Normal file
Binary file not shown.
113
kf6-kquickcharts.changes
Normal file
113
kf6-kquickcharts.changes
Normal file
@ -0,0 +1,113 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 09:03:27 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.6.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.6.0
|
||||
- Changes since 6.5.0:
|
||||
* Update version to 6.6.0
|
||||
* ci: add Alpine/musl job
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 10:47:51 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.5.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.5.0
|
||||
- Changes since 6.4.0:
|
||||
* Update dependency version to 6.5.0
|
||||
* Update version to 6.5.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 9 09:41:55 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.4.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.4.0
|
||||
- Changes since 6.3.0:
|
||||
* controls: Don't use visible for hiding text in LegendDelegate
|
||||
* controls/legenddelegate: Always hide name if its width is 0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 10:11:53 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.3.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.3.0/
|
||||
- Changes since 6.2.0:
|
||||
* Set a better default size for the example application
|
||||
* Don't crash if we try to access an item from an empty ArraySource
|
||||
* Enable highlighting for most pages in the charts example
|
||||
* Port example pages to use ChartPage
|
||||
* Add a common base type for pages in the chart example
|
||||
* Remove API selection from charts example
|
||||
* Convert chart example to use an executable QML module
|
||||
* Expose highlight property on PieChartControl
|
||||
* Support highlighting in LineChartControl
|
||||
* controls: Add support for highlighting hovered items in Legend
|
||||
* Fix normalized line size calculation in LineChartNode
|
||||
* Support highlight in BarChart
|
||||
* Support highlight in PieChart
|
||||
* Support highlight property in LineChart
|
||||
* Add a protected method to Chart to deemphasise non-highlighted items
|
||||
* Add a `highlight` property to Chart
|
||||
* Remove explicit maintainer from metainfo
|
||||
* controls: Ceil all components of preferredWidth in LegendDelegate contents (kde#486411)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 12:22:51 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.2.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/gear/6.2.0/
|
||||
- No code change since 6.1.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 5 12:52:54 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.1.0
|
||||
* New feature release
|
||||
- Changes since 6.0.0:
|
||||
* update version for new release
|
||||
* Declare QML module dependencies
|
||||
* Generate default set of GLSL shaders (kde#482988)
|
||||
* examples: Remove separator from main page list items
|
||||
* piechartnode: Rename updateTriangles to updateSegments
|
||||
* piechartnode: Remove some unused stuff
|
||||
* examples: Change "smooth" to "interpolate"
|
||||
* piechart: Use the right amount of thickness for the chart
|
||||
* linechart: Use fwidth of the point instead of sdf to avoid conditional fwidth (kde#434462)
|
||||
* sdf: Allow specifying fwidth() to sdf_render()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 19:28:07 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.0.0
|
||||
* New bugfix release
|
||||
* Release announcement not available yet
|
||||
- Changes since 5.249.0:
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 31 17:50:46 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.249.0 (6.0 RC 2):
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/megarelease/6/rc2/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 20:01:31 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.248.0 (6.0 RC 1)
|
||||
* For more details please see:
|
||||
https://kde.org/announcements/megarelease/6/rc1/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 27 11:18:27 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Init kf6-kquickcharts
|
89
kf6-kquickcharts.spec
Normal file
89
kf6-kquickcharts.spec
Normal file
@ -0,0 +1,89 @@
|
||||
#
|
||||
# spec file for package kf6-kquickcharts
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define qt6_version 6.6.0
|
||||
|
||||
%define rname kquickcharts
|
||||
# Full KF6 version (e.g. 6.6.0)
|
||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||
# Last major and minor KF6 version (e.g. 6.0)
|
||||
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without released
|
||||
Name: kf6-kquickcharts
|
||||
Version: 6.6.0
|
||||
Release: 0
|
||||
Summary: Set of charts for QtQuick applications
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://www.kde.org
|
||||
Source: %{rname}-%{version}.tar.xz
|
||||
%if %{with released}
|
||||
Source1: %{rname}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
|
||||
BuildRequires: cmake(KF6KirigamiPlatform) >= %{_kf6_bugfix_version}
|
||||
BuildRequires: cmake(Qt6Qml) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Quick) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6QuickControls2) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6ShaderTools) >= %{qt6_version}
|
||||
Requires: kf6-kirigami-imports >= %{_kf6_bugfix_version}
|
||||
Requires: qt6-declarative-imports >= %{qt6_version}
|
||||
|
||||
%description
|
||||
The Quick Charts module provides a set of charts that can be used from QtQuick
|
||||
applications. They are intended to be used for both simple display of data as
|
||||
well as continuous display of high-volume data (often referred to as plotters).
|
||||
The charts use a system called distance fields for their accelerated rendering,
|
||||
which provides ways of using the GPU for rendering 2D shapes without loss of
|
||||
quality.
|
||||
|
||||
%package devel
|
||||
Summary: Header files for kquickcharts, a set of charts for QtQuick applications
|
||||
Requires: kf6-kquickcharts >= %{version}
|
||||
|
||||
%description devel
|
||||
Development files for KQuickCharts, a set of charts that can be used from QtQuick
|
||||
applications.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{rname}-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
|
||||
%kf6_build
|
||||
|
||||
%install
|
||||
%kf6_install
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license LICENSES/*
|
||||
%doc README.md
|
||||
%{_kf6_debugdir}/kquickcharts.categories
|
||||
%{_kf6_libdir}/libQuickCharts.so.*
|
||||
%{_kf6_libdir}/libQuickChartsControls.so.*
|
||||
%{_kf6_qmldir}/org/kde/quickcharts/
|
||||
|
||||
%files devel
|
||||
%{_kf6_cmakedir}/KF6QuickCharts/
|
||||
%{_kf6_libdir}/libQuickCharts.so
|
||||
%{_kf6_libdir}/libQuickChartsControls.so
|
||||
|
||||
%changelog
|
3
kquickcharts-6.3.0.tar.xz
Normal file
3
kquickcharts-6.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:250e522adfbf48b3f2763f4ec378a20337a1ca2e5b0e2cd8b3615d7a3fed8fc7
|
||||
size 110172
|
7
kquickcharts-6.3.0.tar.xz.sig
Normal file
7
kquickcharts-6.3.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnQaAAKCRAsjfWHptSq
|
||||
wfdcAQDyVK/3QbWOKluVcCn+8zO4QCIMlevDbOjNTyEsx/GP1wD9ElhVBL2t8C2q
|
||||
AeeX//hvZqgQRHJ7hbR6GiNt/LkL4Qg=
|
||||
=Il3Z
|
||||
-----END PGP SIGNATURE-----
|
3
kquickcharts-6.4.0.tar.xz
Normal file
3
kquickcharts-6.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a41629caef3877ce03c739c0950f094890f5b2a20a041dd338bdeb240c6401de
|
||||
size 110200
|
7
kquickcharts-6.4.0.tar.xz.sig
Normal file
7
kquickcharts-6.4.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohS0AAKCRAsjfWHptSq
|
||||
wVLPAP9VXis6x/Gq1xP/lJ2o3VcsgdvDCy1dAs3M8NjcngBvhwEA6lYRYKhjsrl7
|
||||
KLZ8bXOSD1imPYM4p7EgTkzNtTV9Bw0=
|
||||
=nUp2
|
||||
-----END PGP SIGNATURE-----
|
3
kquickcharts-6.5.0.tar.xz
Normal file
3
kquickcharts-6.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5a9a5cc206fdd2a86854284b081b16575f638bbb28b658065677b447d8c9002
|
||||
size 110208
|
7
kquickcharts-6.5.0.tar.xz.sig
Normal file
7
kquickcharts-6.5.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/ywAKCRAsjfWHptSq
|
||||
weeeAP43ZvJZjhBdkfSHpAn2jcr1gvmiEwHIsiKGiTCa5jwXXwEA0SztIZh77qw1
|
||||
AY5hkLWOGwyis74sXCnklnoOVKprNQY=
|
||||
=7ZPH
|
||||
-----END PGP SIGNATURE-----
|
3
kquickcharts-6.6.0.tar.xz
Normal file
3
kquickcharts-6.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8441008d625763bf7b20a8b1685d09cd69416c6ce4603743e93c16fc5397a47
|
||||
size 110208
|
7
kquickcharts-6.6.0.tar.xz.sig
Normal file
7
kquickcharts-6.6.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZtrqDgAKCRAsjfWHptSq
|
||||
wVbsAQDi5V0vup0M9xBeDFsmSN2q5vnt6xYv+FBjnrVSTh/ZwwD/XQPGvMPS8MF5
|
||||
Ep8/ZHZqgG/QnKYXtbIOLJfHGLHhEQ4=
|
||||
=0pMI
|
||||
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user