commit e1c8451408183d8a238ba1310a41eb79b461c1a07563b0c995fed16259a3685f Author: Christophe Marin Date: Fri Jul 12 13:29:15 2024 +0000 KDE Frameworks 6.4.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-kcoreaddons?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/kcoreaddons-6.3.0.tar.xz b/kcoreaddons-6.3.0.tar.xz new file mode 100644 index 0000000..638825c --- /dev/null +++ b/kcoreaddons-6.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8bb93bac2a1175ff60583f6fca14b8707eb878eefe074121741b3c85cc5c756 +size 2565712 diff --git a/kcoreaddons-6.3.0.tar.xz.sig b/kcoreaddons-6.3.0.tar.xz.sig new file mode 100644 index 0000000..ff655ff --- /dev/null +++ b/kcoreaddons-6.3.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnPoQAKCRAsjfWHptSq +wQjxAQDsyL+Vjn6cl79OLv1OuQMg4AW4w43s7QpsW5zY1twO9gD/e1xBwdbiObIP +Bo6zqLVxVXfbratxqMFfKdfp5YMsTAI= +=xTMI +-----END PGP SIGNATURE----- diff --git a/kcoreaddons-6.4.0.tar.xz b/kcoreaddons-6.4.0.tar.xz new file mode 100644 index 0000000..534b042 --- /dev/null +++ b/kcoreaddons-6.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cd321350bca1193d0ce86c8ede70c6902a2ba03c577637b4aa537fcd8ce2b8 +size 2565772 diff --git a/kcoreaddons-6.4.0.tar.xz.sig b/kcoreaddons-6.4.0.tar.xz.sig new file mode 100644 index 0000000..68741a7 --- /dev/null +++ b/kcoreaddons-6.4.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohSPQAKCRAsjfWHptSq +wZUYAP9dWi1g2q29yJKcH9ZoZjUBD/dJBvHbfH0GVXnyH33S/QD/YL6946udM4b8 +HTOBf2/ugluTTF5LtqoDkkeJS7iQ2wA= +=q7si +-----END PGP SIGNATURE----- diff --git a/kf6-kcoreaddons.changes b/kf6-kcoreaddons.changes new file mode 100644 index 0000000..72a9151 --- /dev/null +++ b/kf6-kcoreaddons.changes @@ -0,0 +1,78 @@ +------------------------------------------------------------------- +Tue Jul 9 09:41:40 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: + * Rename deprecated argument CLASSNAME to CLASS_NAME in ecm_add_qml_module() for KCoreAddonsPlugin + * kurlmimedata: warn about problems while retrieving files from portal + * decode os-release as UTF-8 + * use REQUIRED_QT_VERSION for dbus, too + * provide USE_DBUS option to allow to turn on/off dbus parts + +------------------------------------------------------------------- +Wed Jun 5 10:11:29 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: + * not all distros have /bin/true, e.g. NixOS lacks it + * bundle license texts inside resource + * Remove explicit maintainer from metainfo + * kfilesystem: recognize nfs4 as KFileSystemType::Nfs + * Replace KAboutDialog with KAboutApplicationDialog + +------------------------------------------------------------------- +Mon May 6 12:22:26 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: + * Replace KAboutDialog with KAboutApplicationDialog + * gitignore: add VS Code dir + +------------------------------------------------------------------- +Fri Apr 5 12:52:30 UTC 2024 - Christophe Marin + +- Update to 6.1.0 + * New feature release +- Changes since 6.0.0: + * update version for new release + * Don't search for QtDBus on Windows/macOS/Android + * KformatPrivate: fix deprecation enum arithmetic with float + +------------------------------------------------------------------- +Wed Feb 21 19:27:52 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 + * Fix some compiler warning with mingw gcc + * update version for new release + +------------------------------------------------------------------- +Wed Jan 31 17:50:04 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:00:47 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:16 UTC 2023 - Christophe Marin + +- Init kf6-kcoreaddons diff --git a/kf6-kcoreaddons.spec b/kf6-kcoreaddons.spec new file mode 100644 index 0000000..953ac2a --- /dev/null +++ b/kf6-kcoreaddons.spec @@ -0,0 +1,124 @@ +# +# spec file for package kf6-kcoreaddons +# +# 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 kcoreaddons +# 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-kcoreaddons +Version: 6.4.0 +Release: 0 +Summary: Utilities for core application functionality and accessing the OS +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: shared-mime-info +BuildRequires: cmake(Qt6Core) >= %{qt6_version} +BuildRequires: cmake(Qt6DBus) >= %{qt6_version} +BuildRequires: cmake(Qt6LinguistTools) >= %{qt6_version} +BuildRequires: cmake(Qt6Qml) >= %{qt6_version} +BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version} +Requires: shared-mime-info >= 1.8 + +%description +KCoreAddons provides classes built on top of QtCore to perform various tasks +such as manipulating mime types, autosaving files, creating backup files, +generating random sequences, performing text manipulations such as macro +replacement, accessing user information and many more. + +%package imports +Summary: QML imports for kcoreaddons + +%description imports +QML imports for kcoreaddons. + +%package -n libKF6CoreAddons6 +Summary: Utilities for core application functionality and accessing the OS +Requires: kf6-kcoreaddons = %{version} + +%description -n libKF6CoreAddons6 +KCoreAddons provides classes built on top of QtCore to perform various tasks +such as manipulating mime types, autosaving files, creating backup files, +generating random sequences, performing text manipulations such as macro +replacement, accessing user information and many more. + +%package devel +Summary: Utilities for core application functionality and accessing the OS +Requires: libKF6CoreAddons6 = %{version} + +%description devel +KCoreAddons provides classes built on top of QtCore to perform various tasks +such as manipulating mime types, autosaving files, creating backup files, +generating random sequences, performing text manipulations such as macro +replacement, accessing user information and many more. Development files. + +%lang_package + +%prep +%autosetup -p1 -n %{rname}-%{version} + +%build +# ENABLE_PCH breaks the build locally with 'error: is pie differs in PCH file vs. current file' +%cmake_kf6 -DBUILD_QCH:BOOL=TRUE -DENABLE_PCH:BOOL=FALSE + +%kf6_build + +%install +%kf6_install + +%fdupes %{buildroot} + +%find_lang kf6-kcoreaddons --all-name --with-qt --without-mo + +%ldconfig_scriptlets -n libKF6CoreAddons6 + +%files +%{_kf6_appsdir}/mime/packages/kde6.xml +%{_kf6_debugdir}/kcoreaddons.categories +%{_kf6_debugdir}/kcoreaddons.renamecategories + +%files imports +%{_kf6_qmldir}/org/kde/coreaddons/ + +%files -n libKF6CoreAddons6 +%license LICENSES/* +%doc README.md +%{_kf6_libdir}/libKF6CoreAddons.so.* + +%files devel +%doc %{_kf6_qchdir}/KF6CoreAddons.* +%{_kf6_includedir}/KCoreAddons/ +%{_kf6_cmakedir}/KF6CoreAddons/ +%dir %{_kf6_datadir}/jsonschema +%{_kf6_datadir}/jsonschema/kpluginmetadata.schema.json +%{_kf6_libdir}/libKF6CoreAddons.so + +%files lang -f kf6-kcoreaddons.lang + +%changelog