KDE Frameworks 5.114.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kactivities5?expand=0&rev=313
This commit is contained in:
parent
bdefc4d3dd
commit
0e88d2d96e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de88b5b67fd3cf4b973be1c2e6a23333b83060826f2cb593d68d13322e9c34b5
|
||||
size 73560
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAg8ACgkQWNDuZIpI
|
||||
s7v+5gf/Qb4urGUTW1WR1nMCNopL28tJKBLcguOjqq6HghFCapVMawpynYzrFEL2
|
||||
nk7KGYap5mQePcjuuRldj0cfLIBI6QHQ53Itk4v3JeGDm693Po1fL1doKgOxAoDX
|
||||
Eb2XzqMBkskr+zYXpkKtIb/piSgmW2FjT2v7p7m94NVaENu8XkESDN27QewQF/9k
|
||||
BnQJObMMq9xpwBZnT1STV+QmhVMuwre1lE/H3qOg/6f8M5Bhr7Gf7rcwzZ8yj7S/
|
||||
5E+dsLGqIzhy+bMuADbKYsVo3+C4QLTSZ3n1tBP7O076yXKCb5wstEi6IG2eII+W
|
||||
tzYVIcw+0CCLaSuEPRE/oRWurQocMQ==
|
||||
=Sj+v
|
||||
-----END PGP SIGNATURE-----
|
3
kactivities-5.114.0.tar.xz
Normal file
3
kactivities-5.114.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e386dca56ee56da087b57c86b8721c52478a23404057ac92a24230f4b1f5fe82
|
||||
size 73568
|
11
kactivities-5.114.0.tar.xz.sig
Normal file
11
kactivities-5.114.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZJpAACgkQWNDuZIpI
|
||||
s7v34Af8CdXXPlSJtNPRgjqIoQqOaqmc90REKG3Bb4hO/cmctm628n2WU0FZyYFA
|
||||
cBmi3xAnc0H/MlskZHmiJwsMDegSB7+PoQSLHODW8WGhHlK8IA3NQtn3FClDQ43l
|
||||
ZFbG1gXN48ik7ZxugXe/eTz0Eu2WMDO1qD+AOUgnzOo1eZNI+O6+C3X1JdkcSGD7
|
||||
GTkjlxiOqnSgFLec9BUorNtd9lepeH5Amz2dbcZ500fG2pAAMIBDkfjYIMDaN3Xd
|
||||
t2R/0wM/qzXK9rQjsGkwB78nzwco3G23Xdo7ejaVz0Rtlt2D4NleZXKiSjgITij/
|
||||
+hRZK5O9hcphnyknSQNKipd3xp1v9w==
|
||||
=o6OI
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 13 11:21:15 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.114.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.114.0
|
||||
- Changes since 5.113.0:
|
||||
* Drop unused KF5WindowSystem from cli
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 11:17:16 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
%define lname libKF5Activities5
|
||||
%define _tar_path 5.103
|
||||
# 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}')}
|
||||
%define qt5_version 5.15.2
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without released
|
||||
Name: kactivities5
|
||||
Version: 5.113.0
|
||||
Version: 5.114.0
|
||||
Release: 0
|
||||
Summary: KDE Plasma Activities support
|
||||
License: GPL-2.0-or-later
|
||||
@ -34,19 +35,21 @@ Source: kactivities-%{version}.tar.xz
|
||||
Source1: kactivities-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: libboost_headers-devel
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_version}
|
||||
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5DBus) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Gui) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Qml) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Quick) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Sql) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
|
||||
BuildRequires: xz
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Quick) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Sql) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||
|
||||
%description
|
||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||
@ -74,7 +77,7 @@ QML imports.
|
||||
%package devel
|
||||
Summary: KDE Plasma Activities support
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: cmake(Qt5Core) >= %{qt5_version}
|
||||
Requires: cmake(Qt5Core) >= 5.15.0
|
||||
|
||||
%description devel
|
||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||
|
Loading…
Reference in New Issue
Block a user