KDE frameworks 5.77.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=235
This commit is contained in:
parent
87f57266ff
commit
064784be73
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73ae838fb79f97243bea36d438e9bc45315183bbb6b08ab5173c822cfcb4dd82
|
||||
size 864484
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5QgACgkQWNDuZIpI
|
||||
s7uiAgf/cTMUB99kAsklDfuyL6dHU2L5Lkf9mh3dPwH4yuBw82ztZ2wxcKixbeJ4
|
||||
DuvlTPMBdlaZrlaA705ssaWBkoU79RnFb96Lnw5AKIvZ28YedclBLK3DV+9jYxVO
|
||||
kRBSpdNe9T7/aWf2LDWxniCyHg4CUWKxufbCTGxso77eF7kZQXHyELeNaKgDjQzv
|
||||
ACCq9Sh5m0Y5HW7WviY83OWsZoBsvwrkPXsEInT95TnNxeD6f2jhw48ixHI39qaN
|
||||
iLASrxzGq4JfDMrVJUyuiz3lgo1I4UDfHCcuFKKqHVAnh0iUEQ7ztsquq8Ouj58a
|
||||
i1bmZ2kpduNYDH5OE5l8y2R5kUN0qw==
|
||||
=iJ4G
|
||||
-----END PGP SIGNATURE-----
|
3
kxmlgui-5.77.0.tar.xz
Normal file
3
kxmlgui-5.77.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae6df2146464ea403d33e8b0e4b69579428bf76c1e13f5fffb8634a65da930f1
|
||||
size 860548
|
11
kxmlgui-5.77.0.tar.xz.sig
Normal file
11
kxmlgui-5.77.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln9UACgkQWNDuZIpI
|
||||
s7u1cwgAnQdJTrPlxDfgH0VN206GzJlZLubUPQGz49avB554WRq47Ae6tDi/eOv0
|
||||
35tZXee6yy5RfJ6Y5wcsLmdNbrWApGY6lARxUxNBiRdXLqRPzlWGBFNEcYSKFNXt
|
||||
qUBbUcx6nnirdcyu0udTOXlcBTDyDqMUTZit5G31mHUogEjLl0IIARP3dg0JSq8p
|
||||
sg9Tdkx5Oy6n/By9/JIgkhWXBqR75G19O2toHsl2E2md1lWt8oCCn20cma0kZG1l
|
||||
zyGG0N43S/XbSsWmkvUV5IeE6ZWzwqo535z5dTDDHlvwTf1P+aTSqV0tzkMuLD2Q
|
||||
tbI2JR372xmF7T3bHpusIJhikHBvyw==
|
||||
=qoeW
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 17:14:50 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.77.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.77.0
|
||||
- Changes since 5.76.0:
|
||||
* Pass parent to Q*Layout ctor instead of calling setLayout()
|
||||
* autotests: fix for Windows by using GenericDataLocation
|
||||
* We depend on Qt 5.13 now so we can remove this check
|
||||
* Introduce HideLibraries and deprecate HideKdeVersion
|
||||
* Fix build without KGlobalAccel
|
||||
* Rewrite KKeySequenceWidget to use KeySequenceRecorder
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 21:35:27 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
27
kxmlgui.spec
27
kxmlgui.spec
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5XmlGui5
|
||||
%define _tar_path 5.76
|
||||
%define _tar_path 5.77
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kxmlgui
|
||||
Version: 5.76.0
|
||||
Version: 5.77.0
|
||||
Release: 0
|
||||
Summary: Framework for managing menu and toolbar actions
|
||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||
@ -44,6 +44,7 @@ BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5GlobalAccel) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
|
||||
@ -53,14 +54,14 @@ BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
||||
# Now requires private headers
|
||||
BuildRequires: libqt5-qtbase-private-headers-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(Qt5Core) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.13.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
|
||||
%description
|
||||
@ -90,9 +91,9 @@ Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(Qt5DBus) >= 5.12.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.12.0
|
||||
Requires: cmake(Qt5Xml) >= 5.12.0
|
||||
Requires: cmake(Qt5DBus) >= 5.13.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.13.0
|
||||
Requires: cmake(Qt5Xml) >= 5.13.0
|
||||
|
||||
%description devel
|
||||
libkxmlgui provides a framework for managing menu and toolbar actions in an
|
||||
|
Loading…
x
Reference in New Issue
Block a user