commit 25783839e6b7303a4dcf0032341de7b62af6e283bb11a89ebe0fc640b4a38121 Author: Christophe Marin Date: Fri Jul 12 13:29:21 2024 +0000 KDE Frameworks 6.4.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-kparts?expand=0&rev=11 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/frameworks.keyring b/frameworks.keyring new file mode 100644 index 0000000..0805969 Binary files /dev/null and b/frameworks.keyring differ diff --git a/kf6-kparts.changes b/kf6-kparts.changes new file mode 100644 index 0000000..3b3970b --- /dev/null +++ b/kf6-kparts.changes @@ -0,0 +1,72 @@ +------------------------------------------------------------------- +Tue Jul 9 09:41:53 UTC 2024 - Christophe Marin + +- 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 + +- 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 + +- 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 + +- 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 + +- 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 + +- 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 + +- 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 + +- Init kf6-kparts diff --git a/kf6-kparts.spec b/kf6-kparts.spec new file mode 100644 index 0000000..58c75a0 --- /dev/null +++ b/kf6-kparts.spec @@ -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.4.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.4.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 diff --git a/kparts-6.3.0.tar.xz b/kparts-6.3.0.tar.xz new file mode 100644 index 0000000..1329612 --- /dev/null +++ b/kparts-6.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fc276673f499889d5713d8a9c061c7f7a76885141f214d7f12f9e58ca50400 +size 2423672 diff --git a/kparts-6.3.0.tar.xz.sig b/kparts-6.3.0.tar.xz.sig new file mode 100644 index 0000000..20a72b5 --- /dev/null +++ b/kparts-6.3.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnQVwAKCRAsjfWHptSq +wRq1AP4x+0ee/AZWXv1+R99HpwNpzOJtb0F65hNtUQ8xg8k6FAD+KE0bJLYkxWms +mlIkbFxLdC4N2ppUAV19/JP8WieP8gg= +=EVGY +-----END PGP SIGNATURE----- diff --git a/kparts-6.4.0.tar.xz b/kparts-6.4.0.tar.xz new file mode 100644 index 0000000..7413d00 --- /dev/null +++ b/kparts-6.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff30c51d3b7c63f95420faaf7c9a61ad3a6b5937328a4cbd56ad525b021e998d +size 2424912 diff --git a/kparts-6.4.0.tar.xz.sig b/kparts-6.4.0.tar.xz.sig new file mode 100644 index 0000000..25151fd --- /dev/null +++ b/kparts-6.4.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohSwgAKCRAsjfWHptSq +wRTDAP9LzDJ6YPDEPVld/43UcFE6uMbJ9X75WZjFauoGvaiHwgEA1C4GDw4uBpZX +IlzOMPSdIvB1EIsD+xIhGTdRm7o9RwI= +=YLkH +-----END PGP SIGNATURE-----