diff --git a/konsole-22.04.2-ColorScheme-Linux.patch b/konsole-22.04.2-ColorScheme-Linux.patch new file mode 100644 index 0000000..e3de7c0 --- /dev/null +++ b/konsole-22.04.2-ColorScheme-Linux.patch @@ -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); diff --git a/konsole.spec b/konsole.spec index 0c9c559..cfa20b1 100644 --- a/konsole.spec +++ b/konsole.spec @@ -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 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 22.04.2-2mamba +- add patch to set Linux as default color scheme instead of Breeze + * Fri Jun 10 2022 Automatic Build System 22.04.2-1mamba - automatic version update by autodist