KDE Frameworks 5.82
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kded?expand=0&rev=228
This commit is contained in:
parent
cf37569c3d
commit
36040a1885
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:513b1bec662741e25d43c21b64b3213e0fd6f840b9f282e9024536c558960084
|
||||
size 36944
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprTAACgkQWNDuZIpI
|
||||
s7tGCwgAsJZSzdhMhC1m6akWynH8dVFXs3WLyHUGOxxqkVVfhNtYZTIhfWE7hqzD
|
||||
9ApDMlzJ6BaW84D3pywgibWGLt89Dp3+uef02JIfRxXLqabq1HjEBYMNXa07e25P
|
||||
AOSbRHXuqijL39SiLrV4+eiCzJoGNqf9NmqvZf/UiOZ9FP0EyBacIeFv4wOA2lOu
|
||||
51YV3ALpXE9B/dl5xbOWEVYPKmuu/t21814zsjVnZRLRPvcKEY89CYBGJU65+7P2
|
||||
+PFm0JGutiyHF3vBbGeKPx6JgocI1IDjUA3lybyFZMSinl7a+fLm3yRijF4R9dw+
|
||||
LtoQ4dPqTvWGqs19ejHHejyBUEtOBQ==
|
||||
=zSAb
|
||||
-----END PGP SIGNATURE-----
|
3
kded-5.82.0.tar.xz
Normal file
3
kded-5.82.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:585f3e64cdbf0167ea79316f2131fa0051876bf2d60af8c7333c9f578bfb060c
|
||||
size 36964
|
11
kded-5.82.0.tar.xz.sig
Normal file
11
kded-5.82.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaZAACgkQWNDuZIpI
|
||||
s7vLuAgArj9UvxBkRJvGeuDY3CEcAm4oPoOjpBeqeGgWMvUiiGcLBDFobLYikCjo
|
||||
TuP7mABvDkEtnBh2PG8RJfwVhjpXxxZRxyeBCKHFebiRn0CVeuNRALEYhsYOPvQ6
|
||||
1yGZxeHFpRDXFNKSNOb6hR6KXiRLC3tvjMvyfHRpkVH5mMx8tmskSbsqFrPKnEvp
|
||||
s4lz4m7T5ITif5hNVnpenIoiWrWx474aE+UXajxJkqK2yDL3BeEo9N1DiX3ntD+b
|
||||
DMj2XBrXVItozF+Ep0MkZnUSPoYRAz6t8XHcaH16PLtQ/T1eZTNcNBpVyFR+Y25t
|
||||
CYTvIwp36oYSYoclZbqZY9L/rsmp8Q==
|
||||
=pb04
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
- No code change since 5.81.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 5 07:12:19 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
24
kded.spec
24
kded.spec
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.81
|
||||
%define _tar_path 5.82
|
||||
# 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: kded
|
||||
Version: 5.81.0
|
||||
Version: 5.82.0
|
||||
Release: 0
|
||||
Summary: Central daemon of KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
@ -47,12 +47,12 @@ BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Core) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.15.0
|
||||
Recommends: %{name}-lang
|
||||
|
||||
%description
|
||||
@ -76,12 +76,12 @@ Development files.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
|
Loading…
x
Reference in New Issue
Block a user