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

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnPlwAKCRAsjfWHptSq
wdrfAQCaDxw/XlGENbOuYXZjt4rphQ2oPR7FCWtiGegWD4ulVwD/VH+iPWwdFOrd
ury6Wxhn06HopF0H1sZ1zjP2keswjAY=
=FLwb
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohSMgAKCRAsjfWHptSq
wVxNAP9Q/9fgDtvM2RORY8hBljbGMnRD1BfUmKHpo+Tm2lwy/AEA19wj1UI5uQgu
+1h9x7PzSdkI7TrR05YIz1kHOE7eKAg=
=HoUw
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,78 @@
-------------------------------------------------------------------
Tue Jul 9 09:41:39 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:
* support USE_DBUS option to enable/disable dbus use
-------------------------------------------------------------------
Wed Jun 5 10:11:27 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:
* add api to have a style chooser
* KStandardAction: reduce allocation by using view type
* Add KStyleManager::initStyle to enforce proper application style
* KConfigDialogManager: port to non-deprecated QCheckBox signal
* KCommandBar: Better UI
-------------------------------------------------------------------
Mon May 6 12:22:25 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:
* KConfigDialogManager: port to non-deprecated QCheckBox signal
* KCommandBar: Better UI
* KRecentFilesAction: Load mimeType and action lazily
* Remove forward declaration of KToggleAction
* Test that an invalid language gives the empty string
* gitignore: add VS Code dir
-------------------------------------------------------------------
Fri Apr 5 12:52:28 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 use DBus on Windows/macOS
-------------------------------------------------------------------
Wed Feb 21 19:27:51 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
* [KCommandBar] Fixed a crash when triggering some actions (kde#480948)
* Refresh KStandardAction docs
* update version for new release
-------------------------------------------------------------------
Wed Jan 31 17:50:01 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:44 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:15 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Init kf6-kconfigwidgets

117
kf6-kconfigwidgets.spec Normal file
View File

@ -0,0 +1,117 @@
#
# spec file for package kf6-kconfigwidgets
#
# 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 kconfigwidgets
# 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-kconfigwidgets
Version: 6.4.0
Release: 0
Summary: Widgets for configuration dialogs
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: qt6-gui-private-devel >= %{qt6_version}
BuildRequires: cmake(KF6Codecs) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6ColorScheme) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6Config) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6CoreAddons) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6GuiAddons) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6I18n) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6WidgetsAddons) >= %{_kf6_bugfix_version}
BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
BuildRequires: cmake(Qt6UiPlugin) >= %{qt6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
%description
KConfigWidgets provides easy-to-use classes to create configuration dialogs, as
well as a set of widgets which uses KConfig to store their settings.
%package -n libKF6ConfigWidgets6
Summary: Widgets for configuration dialogs
Requires: kf6-kconfigwidgets >= %{version}
%description -n libKF6ConfigWidgets6
KConfigWidgets provides easy-to-use classes to create configuration dialogs, as
well as a set of widgets which uses KConfig to store their settings.
%package devel
Summary: Widgets for configuration dialogs: Build Environment
Requires: libKF6ConfigWidgets6 = %{version}
Requires: cmake(KF6Codecs) >= %{_kf6_bugfix_version}
Requires: cmake(KF6ColorScheme) >= %{_kf6_bugfix_version}
Requires: cmake(KF6Config) >= %{_kf6_bugfix_version}
Requires: cmake(KF6WidgetsAddons) >= %{_kf6_bugfix_version}
%description devel
KConfigWidgets provides easy-to-use classes to create configuration dialogs, as
well as a set of widgets which uses KConfig to store their settings. Development files.
%lang_package -n libKF6ConfigWidgets6
%prep
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf6 -DBUILD_QCH:BOOL=TRUE
%kf6_build
%install
%kf6_install
%fdupes %{buildroot}
%find_lang kconfigwidgets6 --with-man --all-name
%ldconfig_scriptlets -n libKF6ConfigWidgets6
%files
%{_kf6_debugdir}/kconfigwidgets.categories
%{_kf6_debugdir}/kconfigwidgets.renamecategories
%{_kf6_sharedir}/locale/*/kf6_entry.desktop
%files -n libKF6ConfigWidgets6
%license LICENSES/*
%doc README.md
%{_kf6_libdir}/libKF6ConfigWidgets.so.*
%files devel
%doc %{_kf6_qchdir}/KF6ConfigWidgets.*
%{_kf6_cmakedir}/KF6ConfigWidgets/
%{_kf6_includedir}/KConfigWidgets/
%{_kf6_libdir}/libKF6ConfigWidgets.so
%{_kf6_plugindir}/designer/kconfigwidgets6widgets.so
%files -n libKF6ConfigWidgets6-lang -f kconfigwidgets6.lang
%changelog