add patch to set Linux as default color scheme instead of Breeze [release 22.04.2-2mamba;Tue Jun 21 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 02:28:11 +01:00
parent bb734afa52
commit 435661b695
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- konsole-22.04.2/src/profile/Profile.cpp.orig 2022-06-21 19:27:09.870820157 +0200
+++ konsole-22.04.2/src/profile/Profile.cpp 2022-06-21 19:28:17.735457223 +0200
@@ -195,7 +195,7 @@
#else
setProperty(KeyBindings, QStringLiteral("default"));
#endif
- setProperty(ColorScheme, QStringLiteral("Breeze"));
+ setProperty(ColorScheme, QStringLiteral("Linux"));
setProperty(Font, QFontDatabase::systemFont(QFontDatabase::FixedFont));
setProperty(HistoryMode, Enum::FixedSizeHistory);

View File

@ -1,6 +1,6 @@
Name: konsole
Version: 22.04.2
Release: 1mamba
Release: 2mamba
Summary: Terminal Emulator for the K Desktop Environment
Group: Graphical Desktop/Applications/Administration
Vendor: openmamba
@ -9,6 +9,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://konsole.kde.org/
Source: http://download.kde.org/stable/release-service/%{version}/src/konsole-%{version}.tar.xz
Patch0: konsole-17.08.0-xterm.patch
Patch1: konsole-22.04.2-ColorScheme-Linux.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -57,6 +58,7 @@ Konsole is the terminal emulator for the K Desktop Environment.
%prep
%setup -q
#%patch0 -p1
%patch1 -p1
%build
%cmake_kde5 -d build
@ -109,6 +111,9 @@ fi
#README
%changelog
* Tue Jun 21 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.04.2-2mamba
- add patch to set Linux as default color scheme instead of Breeze
* Fri Jun 10 2022 Automatic Build System <autodist@mambasoft.it> 22.04.2-1mamba
- automatic version update by autodist