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:
parent
bb734afa52
commit
435661b695
11
konsole-22.04.2-ColorScheme-Linux.patch
Normal file
11
konsole-22.04.2-ColorScheme-Linux.patch
Normal 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);
|
@ -1,6 +1,6 @@
|
|||||||
Name: konsole
|
Name: konsole
|
||||||
Version: 22.04.2
|
Version: 22.04.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Terminal Emulator for the K Desktop Environment
|
Summary: Terminal Emulator for the K Desktop Environment
|
||||||
Group: Graphical Desktop/Applications/Administration
|
Group: Graphical Desktop/Applications/Administration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,6 +9,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: https://konsole.kde.org/
|
URL: https://konsole.kde.org/
|
||||||
Source: http://download.kde.org/stable/release-service/%{version}/src/konsole-%{version}.tar.xz
|
Source: http://download.kde.org/stable/release-service/%{version}/src/konsole-%{version}.tar.xz
|
||||||
Patch0: konsole-17.08.0-xterm.patch
|
Patch0: konsole-17.08.0-xterm.patch
|
||||||
|
Patch1: konsole-22.04.2-ColorScheme-Linux.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -57,6 +58,7 @@ Konsole is the terminal emulator for the K Desktop Environment.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kde5 -d build
|
||||||
@ -109,6 +111,9 @@ fi
|
|||||||
#README
|
#README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 10 2022 Automatic Build System <autodist@mambasoft.it> 22.04.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user