KDE Frameworks 5.82
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=246
This commit is contained in:
parent
1dd7bae9f2
commit
e5ef1d39fe
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7dcce4ec31bc41958f0c2ca53134821f921b1d5ebbab75f6d41bf07b0555d368
|
|
||||||
size 185232
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprS8ACgkQWNDuZIpI
|
|
||||||
s7vZRgf/cdEdMcNTi8AdG2zVW5XUsABpbZiDxWf01H8Tr235w6r0DmrL58jFyY7E
|
|
||||||
xLlqFHpg9foUXYEFC3bWF1p61Pt6/fmIoaaSvrqekECN+dm6K+eSmJFbwGk4ys7H
|
|
||||||
d86G7zxzoSq6toBq6EEX+SbFAz6T8Ky1pooCxNbUO4AWKf7u2RORkoIJ+s20cubR
|
|
||||||
Ut/pZKFpWHzaSXrLDSPqZBQjBbeNLpmf5bODTSs4BYVqtoMF2LCr1tfWWbkb7tpX
|
|
||||||
i6Q85jlDxNfFL04oVRz3QtksfEs6pBBTrKdKdRb4v9wfPTiOggwoHMhht3sCR8jw
|
|
||||||
ot4JVUtetaeE/Y3AfjPm9JBrxIJwjw==
|
|
||||||
=cc1U
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdeclarative-5.82.0.tar.xz
Normal file
3
kdeclarative-5.82.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c95ebf424e6d1ffd4da4954e998d8d00ef9f35eb27bfc5779e5c5d9aeaa573f
|
||||||
|
size 186252
|
11
kdeclarative-5.82.0.tar.xz.sig
Normal file
11
kdeclarative-5.82.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaY4ACgkQWNDuZIpI
|
||||||
|
s7uLRQf9GLE5Y4HMZ2fyKKe+oEcLWxf2/pgypwDvqTp1pqcf6TS42K/AmmYs6u+d
|
||||||
|
btdGfSUJn2jH1RKKqYQzvldjXf6uPP/CWAw3TI7eXA6e3jO0VyPHUbnlg7U78Q4h
|
||||||
|
LPe0fyGPuhX2xp+h1TEw4aVfHlqQfs5/GaBK+nMeKKfNW6fVjGCJerdT6nwCAAdN
|
||||||
|
djYj13ulbqNC7k7HQ7GrsgvJcG218ESgFy1k5JIwxM401kqDRJVxYtu47WiLHH8E
|
||||||
|
5VrBDhdbySCXbU0elaPWb/ObOu3muG5dBtb4kMFs+pZ4NkUFUeJQe8ELiMD1WBvT
|
||||||
|
+P0L05lrb/1Y/V9vHVec/XNZU/tYoQ==
|
||||||
|
=XnbE
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 1 16:40:45 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.82.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.82.0
|
||||||
|
- Changes since 5.81.0:
|
||||||
|
* Fix mem leak found by ASAN
|
||||||
|
* Add the ContextualHelpButton from some kcms in this import
|
||||||
|
* [GridDelegate] Show inline controls for active item too
|
||||||
|
* Make GridView KCMs handle keyboard focus in an accessible manner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 5 07:12:18 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Apr 5 07:12:18 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Declarative5
|
%define lname libKF5Declarative5
|
||||||
%define _tar_path 5.81
|
%define _tar_path 5.82
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kdeclarative
|
Name: kdeclarative
|
||||||
Version: 5.81.0
|
Version: 5.82.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Integration of QML and KDE workspaces
|
Summary: Integration of QML and KDE workspaces
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -51,11 +51,11 @@ BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version}
|
|||||||
BuildRequires: cmake(KF5Package) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5Package) >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: cmake(Qt5Core) >= 5.14.0
|
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||||
BuildRequires: cmake(Qt5Gui) >= 5.14.0
|
BuildRequires: cmake(Qt5Gui) >= 5.15.0
|
||||||
BuildRequires: cmake(Qt5Qml) >= 5.14.0
|
BuildRequires: cmake(Qt5Qml) >= 5.15.0
|
||||||
BuildRequires: cmake(Qt5Quick) >= 5.14.0
|
BuildRequires: cmake(Qt5Quick) >= 5.15.0
|
||||||
BuildRequires: cmake(Qt5Test) >= 5.14.0
|
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KDeclarative provides integration of QML and KDE workspaces.
|
KDeclarative provides integration of QML and KDE workspaces.
|
||||||
@ -113,7 +113,7 @@ Requires: libKF5QuickAddons5 = %{version}
|
|||||||
Requires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
Requires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||||
Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||||
Requires: cmake(KF5Package) >= %{_kf5_bugfix_version}
|
Requires: cmake(KF5Package) >= %{_kf5_bugfix_version}
|
||||||
Requires: cmake(Qt5Qml) >= 5.14.0
|
Requires: cmake(Qt5Qml) >= 5.15.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
KDeclarative provides integration of QML and KDE workspaces.
|
KDeclarative provides integration of QML and KDE workspaces.
|
||||||
@ -125,12 +125,12 @@ Development files.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%find_lang %{name}5
|
%find_lang %{name}5
|
||||||
|
Loading…
Reference in New Issue
Block a user