Christophe Marin 2024-07-12 13:29:15 +00:00 committed by Git OBS Bridge
commit e1c8451408
9 changed files with 246 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.

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

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnPoQAKCRAsjfWHptSq
wQjxAQDsyL+Vjn6cl79OLv1OuQMg4AW4w43s7QpsW5zY1twO9gD/e1xBwdbiObIP
Bo6zqLVxVXfbratxqMFfKdfp5YMsTAI=
=xTMI
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohSPQAKCRAsjfWHptSq
wZUYAP9dWi1g2q29yJKcH9ZoZjUBD/dJBvHbfH0GVXnyH33S/QD/YL6946udM4b8
HTOBf2/ugluTTF5LtqoDkkeJS7iQ2wA=
=q7si
-----END PGP SIGNATURE-----

78
kf6-kcoreaddons.changes Normal file
View File

@ -0,0 +1,78 @@
-------------------------------------------------------------------
Tue Jul 9 09:41:40 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:
* 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 <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:
* 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 <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:
* Replace KAboutDialog with KAboutApplicationDialog
* gitignore: add VS Code dir
-------------------------------------------------------------------
Fri Apr 5 12:52:30 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
* 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 <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
* Fix some compiler warning with mingw gcc
* update version for new release
-------------------------------------------------------------------
Wed Jan 31 17:50:04 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:00:47 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:16 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Init kf6-kcoreaddons

124
kf6-kcoreaddons.spec Normal file
View File

@ -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