re-apply patch for Linux color scheme by default [release 22.08.0-2mamba;Fri Sep 02 2022]
This commit is contained in:
parent
f0ed56bebe
commit
2c90e4e463
@ -1,11 +0,0 @@
|
|||||||
--- 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);
|
|
13
konsole-22.08.0-ColorScheme-Linux.patch
Normal file
13
konsole-22.08.0-ColorScheme-Linux.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- konsole-22.08.0/src/profile/Profile.cpp.orig 2022-09-02 15:05:08.789073704 +0200
|
||||||
|
+++ konsole-22.08.0/src/profile/Profile.cpp 2022-09-02 15:05:33.624838519 +0200
|
||||||
|
@@ -80,8 +80,8 @@
|
||||||
|
|
||||||
|
// Appearance
|
||||||
|
{Font, "Font", APPEARANCE_GROUP, QFont()},
|
||||||
|
- {ColorScheme, "ColorScheme", APPEARANCE_GROUP, QLatin1String("Breeze")},
|
||||||
|
- {ColorScheme, "colors", nullptr, QLatin1String("Breeze")},
|
||||||
|
+ {ColorScheme, "ColorScheme", APPEARANCE_GROUP, QLatin1String("Linux")},
|
||||||
|
+ {ColorScheme, "colors", nullptr, QLatin1String("Linux")},
|
||||||
|
{AntiAliasFonts, "AntiAliasFonts", APPEARANCE_GROUP, true},
|
||||||
|
{BoldIntense, "BoldIntense", APPEARANCE_GROUP, true},
|
||||||
|
{UseFontLineCharacters, "UseFontLineChararacters", APPEARANCE_GROUP, false},
|
@ -1,6 +1,6 @@
|
|||||||
Name: konsole
|
Name: konsole
|
||||||
Version: 22.08.0
|
Version: 22.08.0
|
||||||
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,7 +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
|
Patch1: konsole-22.08.0-ColorScheme-Linux.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -58,7 +58,7 @@ Konsole is the terminal emulator for the K Desktop Environment.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kde5 -d build
|
||||||
@ -111,6 +111,9 @@ fi
|
|||||||
#README
|
#README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.08.0-2mamba
|
||||||
|
- re-apply patch for Linux color scheme by default
|
||||||
|
|
||||||
* Sat Aug 27 2022 Automatic Build System <autodist@mambasoft.it> 22.08.0-1mamba
|
* Sat Aug 27 2022 Automatic Build System <autodist@mambasoft.it> 22.08.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user