Accepting request 1085976 from home:Vogtinator:plasma5.27
Plasma 5.27.5 fixes OBS-URL: https://build.opensuse.org/request/show/1085976 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kde-cli-tools5?expand=0&rev=377
This commit is contained in:
parent
edf08da6a6
commit
ee9ad9c904
22
0001-kinfo-Use-kcmshell5-with-Plasma-5.patch
Normal file
22
0001-kinfo-Use-kcmshell5-with-Plasma-5.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
From 726690b34c1b75307fb8c830ba05dd00b98aa85a Mon Sep 17 00:00:00 2001
|
||||||
|
From: Heiko Becker <heiko.becker@kde.org>
|
||||||
|
Date: Tue, 9 May 2023 21:29:52 +0200
|
||||||
|
Subject: [PATCH] kinfo: Use kcmshell5 with Plasma *5*
|
||||||
|
|
||||||
|
---
|
||||||
|
kinfo/kinfo | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/kinfo/kinfo b/kinfo/kinfo
|
||||||
|
index ddb5de3..6f91196 100644
|
||||||
|
--- a/kinfo/kinfo
|
||||||
|
+++ b/kinfo/kinfo
|
||||||
|
@@ -3,4 +3,4 @@
|
||||||
|
# SPDX-FileCopyrightText: 2023 Harald Sitter <sitter@kde.org>
|
||||||
|
|
||||||
|
export QT_LOGGING_RULES="*=false"
|
||||||
|
-exec kcmshell6 kcm_about-distro --args dump --platform offscreen
|
||||||
|
+exec kcmshell5 kcm_about-distro --args dump --platform offscreen
|
||||||
|
--
|
||||||
|
2.40.1
|
||||||
|
|
@ -7,6 +7,8 @@ Tue May 9 13:44:07 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
|||||||
* https://kde.org/announcements/plasma/5/5.27.5
|
* https://kde.org/announcements/plasma/5/5.27.5
|
||||||
- Changes since 5.27.4:
|
- Changes since 5.27.4:
|
||||||
* add kinfo (kde#403077)
|
* add kinfo (kde#403077)
|
||||||
|
- Add patch to fix kinfo (sigh):
|
||||||
|
* 0001-kinfo-Use-kcmshell5-with-Plasma-5.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 15:05:34 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
Tue Apr 4 15:05:34 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
@ -30,8 +30,10 @@ Source: https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-
|
|||||||
Source1: https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz.sig
|
Source1: https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz.sig
|
||||||
Source2: plasma.keyring
|
Source2: plasma.keyring
|
||||||
%endif
|
%endif
|
||||||
|
# PATCH-FIX-UPSTREAM
|
||||||
|
Patch1: 0001-kinfo-Use-kcmshell5-with-Plasma-5.patch
|
||||||
# PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256
|
# PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256
|
||||||
Patch0: kdesu-add-some-i18n-love.patch
|
Patch100: kdesu-add-some-i18n-love.patch
|
||||||
BuildRequires: extra-cmake-modules >= %{kf5_version}
|
BuildRequires: extra-cmake-modules >= %{kf5_version}
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
@ -97,6 +99,7 @@ fi
|
|||||||
%{_kf5_bindir}/kdemv{5,}
|
%{_kf5_bindir}/kdemv{5,}
|
||||||
%{_kf5_bindir}/kde-open{5,}
|
%{_kf5_bindir}/kde-open{5,}
|
||||||
%{_kf5_bindir}/keditfiletype{5,}
|
%{_kf5_bindir}/keditfiletype{5,}
|
||||||
|
%{_kf5_bindir}/kinfo
|
||||||
%{_kf5_bindir}/kioclient{5,}
|
%{_kf5_bindir}/kioclient{5,}
|
||||||
%{_kf5_bindir}/kmimetypefinder{5,}
|
%{_kf5_bindir}/kmimetypefinder{5,}
|
||||||
%{_kf5_bindir}/ksvgtopng{5,}
|
%{_kf5_bindir}/ksvgtopng{5,}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user