KDE Frameworks 6.5.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-kparts?expand=0&rev=13
This commit is contained in:
Christophe Marin 2024-08-09 11:38:21 +00:00 committed by Git OBS Bridge
commit 74521fa3c3
11 changed files with 256 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@ -0,0 +1 @@
.osc

BIN
frameworks.keyring Normal file

Binary file not shown.

84
kf6-kparts.changes Normal file
View File

@ -0,0 +1,84 @@
-------------------------------------------------------------------
Mon Aug 5 10:47:49 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
* Use the correct check to determine whether initial preference should be read from KParts or KPlugin
* Update version to 6.5.0
-------------------------------------------------------------------
Tue Jul 9 09:41:53 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:
* PartLoader: Allow reading of InitialPreference from KParts object
* PartLoader: Add mechanism to provide capabilities standardized in JSON metadata
-------------------------------------------------------------------
Wed Jun 5 10:11:50 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:
* only use KDirNotify if existing
* docs: KMimeTypeTrader no longer exists
* Use QUrl::PreferLocalFile for URL emitted with Part::setWindowCaption
-------------------------------------------------------------------
Mon May 6 12:22:48 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/
- Changes since 6.1.0:
* Use QUrl::PreferLocalFile for URL emitted with Part::setWindowCaption
* Enforce passing tests on Windows
-------------------------------------------------------------------
Fri Apr 5 12:52:51 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
-------------------------------------------------------------------
Wed Feb 21 19:28:05 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
* KParts app template: remove no longer used "Id" entry from plugin metadata
* KParts app template: bump min KF dep to match initial KF6 release
* update version for new release
-------------------------------------------------------------------
Wed Jan 31 17:50:41 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:26 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:26 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Init kf6-kparts

118
kf6-kparts.spec Normal file
View File

@ -0,0 +1,118 @@
#
# spec file for package kf6-kparts
#
# 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 kparts
# Full KF6 version (e.g. 6.5.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-kparts
Version: 6.5.0
Release: 0
Summary: Plugin framework for user interface components
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: doxygen
BuildRequires: fdupes
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6Config) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6CoreAddons) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6I18n) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6JobWidgets) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6KIO) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6Service) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6TextWidgets) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6WidgetsAddons) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6XmlGui) >= %{_kf6_bugfix_version}
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
BuildRequires: cmake(Qt6Xml) >= %{qt6_version}
%description
This library implements the framework for KDE parts, which are
elaborate widgets with a user-interface defined in terms of actions
(menu items, toolbar icons).
%package -n libKF6Parts6
Summary: Plugin framework for user interface components
Requires: kf6-kparts >= %{version}
%description -n libKF6Parts6
This library implements the framework for KDE parts, which are
elaborate widgets with a user-interface defined in terms of actions
(menu items, toolbar icons).
%package devel
Summary: Plugin framework for user interface components
Requires: libKF6Parts6 = %{version}
Requires: cmake(KF6KIO) >= %{_kf6_bugfix_version}
Requires: cmake(KF6Service) >= %{_kf6_bugfix_version}
Requires: cmake(KF6TextWidgets) >= %{_kf6_bugfix_version}
Requires: cmake(KF6XmlGui) >= %{_kf6_bugfix_version}
%description devel
This library implements the framework for KDE parts, which are
elaborate widgets with a user-interface defined in terms of actions
(menu items, toolbar icons). Development files.
%lang_package -n libKF6Parts6
%prep
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf6 -DBUILD_QCH:BOOL=TRUE
%kf6_build
%install
%kf6_install
%fdupes %{buildroot}
%find_lang kparts6
%ldconfig_scriptlets -n libKF6Parts6
%files
%{_kf6_debugdir}/kparts.categories
%files -n libKF6Parts6
%license LICENSES/*
%doc README.md
%{_kf6_libdir}/libKF6Parts.so.*
%files devel
%doc %{_kf6_qchdir}/KF6Parts.*
%{_kf6_cmakedir}/KF6Parts/
%{_kf6_includedir}/KParts/
%{_kf6_libdir}/libKF6Parts.so
%{_kf6_sharedir}/kdevappwizard/templates/
%files -n libKF6Parts6-lang -f kparts6.lang
%changelog

3
kparts-6.3.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42fc276673f499889d5713d8a9c061c7f7a76885141f214d7f12f9e58ca50400
size 2423672

7
kparts-6.3.0.tar.xz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnQVwAKCRAsjfWHptSq
wRq1AP4x+0ee/AZWXv1+R99HpwNpzOJtb0F65hNtUQ8xg8k6FAD+KE0bJLYkxWms
mlIkbFxLdC4N2ppUAV19/JP8WieP8gg=
=EVGY
-----END PGP SIGNATURE-----

3
kparts-6.4.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff30c51d3b7c63f95420faaf7c9a61ad3a6b5937328a4cbd56ad525b021e998d
size 2424912

7
kparts-6.4.0.tar.xz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohSwgAKCRAsjfWHptSq
wRTDAP9LzDJ6YPDEPVld/43UcFE6uMbJ9X75WZjFauoGvaiHwgEA1C4GDw4uBpZX
IlzOMPSdIvB1EIsD+xIhGTdRm7o9RwI=
=YLkH
-----END PGP SIGNATURE-----

3
kparts-6.5.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4eb5417b267f77c16c85482f919adfb5b7714a95239771c4aafbfeb90e4a371f
size 2424708

7
kparts-6.5.0.tar.xz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/vQAKCRAsjfWHptSq
weYKAQC5ZdslmQTSHBsSzMh6CbtA9rHrypDTvrhlcBmbf7uVygEA28jkWUeCIqXy
Ti3E3QOtyIVdYCnfNSErKb8FCRzowAY=
=mrbn
-----END PGP SIGNATURE-----