KDE Frameworks 5.96
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kded?expand=0&rev=248
This commit is contained in:
parent
7b9bf28426
commit
8ad2049496
@ -1,30 +0,0 @@
|
||||
From 7ad5c6200a0a154895b4cbf8be21d721e2b83ae2 Mon Sep 17 00:00:00 2001
|
||||
From: Fabian Vogt <fabian@ritter-vogt.de>
|
||||
Date: Sun, 18 Nov 2018 14:55:30 +0100
|
||||
Subject: [PATCH] Decrease the delay between change notification and sycoca
|
||||
rebuild to 1s
|
||||
References: boo#1111420
|
||||
|
||||
Currently it waits 10s before doing anything, which is too much.
|
||||
If another modification happens during the delay, it's delayed further, so this
|
||||
shouldn't be an issue.
|
||||
---
|
||||
src/kded.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/kded.cpp b/src/kded.cpp
|
||||
index ed03dcd..a2f4abc 100644
|
||||
--- a/src/kded.cpp
|
||||
+++ b/src/kded.cpp
|
||||
@@ -556,7 +556,7 @@ void Kded::dirDeleted(const QString &path)
|
||||
|
||||
void Kded::update(const QString &)
|
||||
{
|
||||
- m_pTimer->start(10000);
|
||||
+ m_pTimer->start(1000);
|
||||
}
|
||||
|
||||
void Kded::readDirectory(const QString &_path)
|
||||
--
|
||||
2.19.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:991b881483097d78097f741e914bbe6c7ba14f2009a731a4994c1b433deaae41
|
||||
size 39340
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmKiafkACgkQWNDuZIpI
|
||||
s7sC3gf/UTtm9WOMhyyE8lV3btx/hTFpnDDs+SY2/1kkrRPI8hZ2J/Q1WH9RCoia
|
||||
aVpxTsUXth9q88pJXYiU26JSyLhLWVh6kGMqSw8JWafLfeDtS7o8g4U1d3GLE0z+
|
||||
Qhrp0o6REi9Flvv1SF8PoOeVudDyJT7Berv7yqLOIFN6xIxuEDMdGH0xwgU1znTy
|
||||
hpmaDQ1X4Fu8FSTfW9QlkTIO3DbDv6zC2ZIHO4gNCttU3ppTAOKmS4pQntFBvpNP
|
||||
vEWUIREj2MVid1VCXHJn40pR+sOSUirDKY7ObIfjR9+mTl9sC6VKQhxEbjHXk+4+
|
||||
9qKTFXBnzfqpqXyaxmhpvURLaLgjYg==
|
||||
=2UUA
|
||||
-----END PGP SIGNATURE-----
|
3
kded-5.96.0.tar.xz
Normal file
3
kded-5.96.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63bdf191aade3b02261b30c8a5e7f6ab9d3f6c765b4cffec254b3ed1d9f68074
|
||||
size 39316
|
11
kded-5.96.0.tar.xz.sig
Normal file
11
kded-5.96.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmLAc1AACgkQWNDuZIpI
|
||||
s7ulHwf/daRr4ho1qWw7XSB6ipB2OelLCjmLwcQcVJhlL4BUrG18yTIhX02lybkI
|
||||
+6OCO1llMSNair9TiNsJlAwbJqzBrlnCmxoSjNqQjh3uCYHLeuVzBPnSB0muPNq7
|
||||
utwjpbS5AMpH3TdLcaqxc5LpKh+YIwnYwOYxm6Qu07NM1q2LiwUt/Tze+mWipnjE
|
||||
j446SSfhtKGm/AUv5pDh8UxjAu1Cqe4Zb1dxDmx0D1R7NCTKAx0/a5ZgMgNr3Czr
|
||||
ms3tAa6YXgYSayNDGMYq5v4mHj4oNj1Ay8anUjOpXXtTtUx8l85Dyn0/lKw9ePN5
|
||||
wWGjKz+srk5wX21fiheh6fbeypqkGg==
|
||||
=hMTy
|
||||
-----END PGP SIGNATURE-----
|
17
kded.changes
17
kded.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 3 11:55:53 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.96.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.96.0
|
||||
- Changes since 5.95.0:
|
||||
* Shorten KSycoca update delay
|
||||
* Bump deprecation KF version in ecm_set_disabled_deprecation_versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 04:12:26 UTC 2022 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Dropped patches, reimplemented upstream:
|
||||
* 0001-Decrease-the-delay-between-change-notification-and-s.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 14:12:23 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.95
|
||||
%define _tar_path 5.96
|
||||
# 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 released
|
||||
Name: kded
|
||||
Version: 5.95.0
|
||||
Version: 5.96.0
|
||||
Release: 0
|
||||
Summary: Central daemon of KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
@ -34,8 +34,6 @@ Source: %{name}-%{version}.tar.xz
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
# PATCH-FIX-OPENSUSE (for now mostly to get openQA's opinion)
|
||||
Patch100: 0001-Decrease-the-delay-between-change-notification-and-s.patch
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
@ -88,7 +86,7 @@ Development files.
|
||||
%preun
|
||||
%systemd_user_preun plasma-kded.service
|
||||
|
||||
%post
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%systemd_user_post plasma-kded.service
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user