forked from pool/kf6-kconfigwidgets
Accepting request 1179266 from KDE:Frameworks
KDE Frameworks 6.3.0 (forwarded request 1178724 from krop) OBS-URL: https://build.opensuse.org/request/show/1179266 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-kconfigwidgets?expand=0&rev=4
This commit is contained in:
commit
e8692bdc09
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3b5e72c6e55e7b9d0b3ebee0fe8b39c098dd07a56de39da1556891925eb7d963
|
|
||||||
size 2554984
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZjTXZAAKCRAsjfWHptSq
|
|
||||||
wfKjAQCJc556F0BfDDMo5VbPrL7ZVuv5w6+mzn7p76tqPsB41wD/VlLJB3DgTXOF
|
|
||||||
KMN1pzZ1lepJ9TfamZZRbvBRZvn1Sw0=
|
|
||||||
=CeqR
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kconfigwidgets-6.3.0.tar.xz
Normal file
3
kconfigwidgets-6.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bac86669b83c39fa0d3d45804202ed6db5aa48edc6b4d177c572a2214d262090
|
||||||
|
size 2557704
|
7
kconfigwidgets-6.3.0.tar.xz.sig
Normal file
7
kconfigwidgets-6.3.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnPlwAKCRAsjfWHptSq
|
||||||
|
wdrfAQCaDxw/XlGENbOuYXZjt4rphQ2oPR7FCWtiGegWD4ulVwD/VH+iPWwdFOrd
|
||||||
|
ury6Wxhn06HopF0H1sZ1zjP2keswjAY=
|
||||||
|
=FLwb
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Mon May 6 12:22:25 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
%define qt6_version 6.6.0
|
%define qt6_version 6.6.0
|
||||||
|
|
||||||
%define rname kconfigwidgets
|
%define rname kconfigwidgets
|
||||||
# Full KF6 version (e.g. 6.2.0)
|
# Full KF6 version (e.g. 6.3.0)
|
||||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||||
# Last major and minor KF6 version (e.g. 6.0)
|
# 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}')}
|
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kf6-kconfigwidgets
|
Name: kf6-kconfigwidgets
|
||||||
Version: 6.2.0
|
Version: 6.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Widgets for configuration dialogs
|
Summary: Widgets for configuration dialogs
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -38,6 +38,7 @@ Source2: frameworks.keyring
|
|||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
|
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
|
||||||
|
BuildRequires: qt6-gui-private-devel >= %{qt6_version}
|
||||||
BuildRequires: cmake(KF6Codecs) >= %{_kf6_bugfix_version}
|
BuildRequires: cmake(KF6Codecs) >= %{_kf6_bugfix_version}
|
||||||
BuildRequires: cmake(KF6ColorScheme) >= %{_kf6_bugfix_version}
|
BuildRequires: cmake(KF6ColorScheme) >= %{_kf6_bugfix_version}
|
||||||
BuildRequires: cmake(KF6Config) >= %{_kf6_bugfix_version}
|
BuildRequires: cmake(KF6Config) >= %{_kf6_bugfix_version}
|
||||||
@ -46,6 +47,7 @@ BuildRequires: cmake(KF6GuiAddons) >= %{_kf6_bugfix_version}
|
|||||||
BuildRequires: cmake(KF6I18n) >= %{_kf6_bugfix_version}
|
BuildRequires: cmake(KF6I18n) >= %{_kf6_bugfix_version}
|
||||||
BuildRequires: cmake(KF6WidgetsAddons) >= %{_kf6_bugfix_version}
|
BuildRequires: cmake(KF6WidgetsAddons) >= %{_kf6_bugfix_version}
|
||||||
BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
|
BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
|
||||||
|
BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
|
||||||
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
|
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
|
||||||
BuildRequires: cmake(Qt6UiPlugin) >= %{qt6_version}
|
BuildRequires: cmake(Qt6UiPlugin) >= %{qt6_version}
|
||||||
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
|
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user