Accepting request 872083 from KDE:Frameworks5

Plasma 5.21.0 + made pulseaudio optional and pipewire-pulseaudio an alternative. KF5 is publish disabled already. (forwarded request 871992 from Vogtinator)

OBS-URL: https://build.opensuse.org/request/show/872083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kde-gtk-config5?expand=0&rev=107
This commit is contained in:
Dominique Leuenberger 2021-02-15 22:12:35 +00:00 committed by Git OBS Bridge
commit 0cb65157ff
7 changed files with 55 additions and 46 deletions

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39a8dd1c143d741846017dc351ccd9161e1dfd710e3d18609327f30044de6eb8
size 68208

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl/0Ut8ACgkQ7JTRj38F
mX5KpQf/dXW8AfMycC0YwURoddjqs0rN1qvJfWgFme+n9nIlpjHvWm4PP0Y5Js98
HC9uXLw2RZzHm0ulgsSIc/VWRiUJSI3dJ8jOSH9VBn69C4qVGvUykgHrjgqfdoTH
IGFmzxk+NorZDcwsqQzL6TEHXw2eO13SHX3znH/ClVjHJPC2Te1k72oivy/dBONo
8+TB+XA3zbZzPqeWz26IX9qFaR20LLM+9b3QRGnKARlOQcij2GoNtZNOeSkEF65Y
iIMY4XtID5t1JGWuMR+ChcAHaW+ExcfEWOf99oly/ETq4D8xMziBnPViv3eRg+2o
VjWkSrFvngo0C/q2QKAL2TePZXXI2g==
=PAsT
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:751e3c13f48310127af7fc8b5e61a86dc233c5836deec185619760853a582d56
size 68680

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAlHHgACgkQ7JTRj38F
mX52lAf+P9qWCEpBDfSmu7WBASRj4i5S7imwEGytyGUAVBASNFS+zTiGzbtwfPTD
cYfgsQaAtmsaQT42t3ZvI878ZE5ZVEq8UKpq1gI/AcRNjileODT9BJuZORckZe78
+NedBOR5M6NabFQm1XWi3eNtbyvzct/OsvDM/PFAeL9QcVzM0Na0fd5PL5DJ7Xxf
pCDh1DjWjBMngECpv8HJ1Mt2m5R6cdT9JMTp3K96cGpR0ehQDflUAtIFkEiWvEa1
6los72BlWB71gyorWcskDHcUIATTBrSifIEsx4uwudgMVk8ME6oK0ApMsd4oOMOQ
oM0zQESjDcyMpe8TdD2P63giE5IxBw==
=GQVg
-----END PGP SIGNATURE-----

View File

@ -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>
@ -5,6 +11,38 @@ Fri Feb 12 09:33:00 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
(boo#1182151, kde#431365):
* 0001-Remove-debug-message-to-avoid-polute-to-stdout.patch
-------------------------------------------------------------------
Thu Feb 11 18:23:11 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.21.0
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.21.0
- Changes since 5.20.90:
* Reset altered config in the decoration bridge
* Use the same configs for watching and reading (kde#421745)
-------------------------------------------------------------------
Thu Jan 21 21:31:33 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.20.90
* New feature release
* For more details please see:
* https://kde.org/announcements/plasma/5/20.90/
- Changes since 5.20.5:
* Add .gitignore file to ignore generated .clang-format file.
* Remove debug message to avoid polute to stdout.
* Reference Plasma Workspace repo instead of Desktop
* Set correct installation directory for kconf_update script
* Use only GTK Module for managing window decorations CSS (kde#428322,kde#428120,kde#428842)
* fix build
* Fix for cpp17 : Ld couldnt reach references when we use constexpr
* If include is define in .h remove it if it's defined in .cpp too (scripted)
* Begin writing out settings to GTK4
* Disable global animations for the time decoration is being rendered (kde#426687)
* Fix default decoration fallback
* Remove kservice dependency
-------------------------------------------------------------------
Tue Jan 5 14:40:02 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -18,19 +18,17 @@
%bcond_without lang
Name: kde-gtk-config5
Version: 5.20.5
Version: 5.21.0
Release: 0
Summary: Daemon for GTK2 and GTK3 Applications Appearance Under KDE
License: LGPL-3.0-or-later AND GPL-3.0-or-later
Group: System/GUI/KDE
URL: http://projects.kde.org/kde-gtk-config
Source: https://download.kde.org/stable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz
Source: kde-gtk-config-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz.sig
Source1: 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