- Drop patch, part of 5.20.90:
* 0001-Remove-debug-message-to-avoid-polute-to-stdout.patch OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kde-gtk-config5?expand=0&rev=275
This commit is contained in:
parent
79d38fe2d9
commit
5d1881c9a0
@ -1,27 +0,0 @@
|
||||
From 7869f641da712ddbe1e3e294903dfa5304c298df Mon Sep 17 00:00:00 2001
|
||||
From: Weng Xuetian <wengxt@gmail.com>
|
||||
Date: Sat, 9 Jan 2021 19:07:24 -0800
|
||||
Subject: [PATCH] Remove debug message to avoid polute to stdout.
|
||||
|
||||
This would break application like zenity which output to stdout.
|
||||
|
||||
(cherry picked from commit 62e272df848d6848482ceb534d14bf36c9fde241)
|
||||
---
|
||||
window-decorations-reload-module/reloader.c | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/window-decorations-reload-module/reloader.c b/window-decorations-reload-module/reloader.c
|
||||
index 9e367dc..606bb1f 100644
|
||||
--- a/window-decorations-reload-module/reloader.c
|
||||
+++ b/window-decorations-reload-module/reloader.c
|
||||
@@ -55,7 +55,6 @@ void manage_css_provider(GFileMonitor *monitor, GFile *file, GFile *other_file,
|
||||
|
||||
void reload_css_provider()
|
||||
{
|
||||
- printf("WINDOW DECORATIONS RELOADED\n");
|
||||
if (css_provider != NULL) {
|
||||
remove_css_provider();
|
||||
}
|
||||
--
|
||||
2.25.1
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 10:33:10 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Drop patch, part of 5.20.90:
|
||||
* 0001-Remove-debug-message-to-avoid-polute-to-stdout.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 09:33:00 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -29,8 +29,6 @@ Source: https://download.kde.org/unstable/plasma/%{version}/kde-gtk-conf
|
||||
Source1: https://download.kde.org/unstable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
# PATCH-FIX-UPSTREAM
|
||||
Patch1: 0001-Remove-debug-message-to-avoid-polute-to-stdout.patch
|
||||
BuildRequires: extra-cmake-modules >= 0.0.9
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: sassc
|
||||
|
Loading…
Reference in New Issue
Block a user