automatic version update by autodist [release 17.08.0-1mamba;Sun Aug 27 2017]
This commit is contained in:
parent
3eee35e0f0
commit
1bac59bf38
@ -1,24 +0,0 @@
|
|||||||
diff -Nru konsole-16.12.1.orig/src/Profile.cpp konsole-16.12.1/src/Profile.cpp
|
|
||||||
--- konsole-16.12.1.orig/src/Profile.cpp 2017-01-07 19:47:24.000000000 +0100
|
|
||||||
+++ konsole-16.12.1/src/Profile.cpp 2017-02-06 13:05:00.084021493 +0100
|
|
||||||
@@ -158,7 +158,7 @@
|
|
||||||
// See Pty.cpp on why Arguments is populated
|
|
||||||
setProperty(Arguments, QStringList() << qgetenv("SHELL"));
|
|
||||||
setProperty(Icon, "utilities-terminal");
|
|
||||||
- setProperty(Environment, QStringList() << QStringLiteral("TERM=xterm-256color") << QStringLiteral("COLORTERM=truecolor"));
|
|
||||||
+ setProperty(Environment, QStringList() << QStringLiteral("TERM=xterm") << QStringLiteral("COLORTERM=truecolor"));
|
|
||||||
setProperty(LocalTabTitleFormat, "%d : %n");
|
|
||||||
setProperty(RemoteTabTitleFormat, "(%u) %H");
|
|
||||||
setProperty(ShowTerminalSizeHint, true);
|
|
||||||
diff -Nru konsole-16.12.1.orig/src/Pty.cpp konsole-16.12.1/src/Pty.cpp
|
|
||||||
--- konsole-16.12.1.orig/src/Pty.cpp 2017-01-07 19:47:24.000000000 +0100
|
|
||||||
+++ konsole-16.12.1/src/Pty.cpp 2017-02-06 13:05:13.003081726 +0100
|
|
||||||
@@ -218,7 +218,7 @@
|
|
||||||
|
|
||||||
// extra safeguard to make sure $TERM is always set
|
|
||||||
if (!isTermEnvAdded) {
|
|
||||||
- setEnv("TERM", "xterm-256color");
|
|
||||||
+ setEnv("TERM", "xterm");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
24
konsole-17.08.0-xterm.patch
Normal file
24
konsole-17.08.0-xterm.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
diff -Nru konsole-17.08.0.orig/src/Profile.cpp konsole-17.08.0/src/Profile.cpp
|
||||||
|
--- konsole-17.08.0.orig/src/Profile.cpp 2017-08-08 20:04:20.000000000 +0200
|
||||||
|
+++ konsole-17.08.0/src/Profile.cpp 2017-08-27 14:11:31.934303711 +0200
|
||||||
|
@@ -157,7 +157,7 @@
|
||||||
|
// See Pty.cpp on why Arguments is populated
|
||||||
|
setProperty(Arguments, QStringList() << QString::fromUtf8(qgetenv("SHELL")));
|
||||||
|
setProperty(Icon, QStringLiteral("utilities-terminal"));
|
||||||
|
- setProperty(Environment, QStringList() << QStringLiteral("TERM=xterm-256color") << QStringLiteral("COLORTERM=truecolor"));
|
||||||
|
+ setProperty(Environment, QStringList() << QStringLiteral("TERM=xterm") << QStringLiteral("COLORTERM=truecolor"));
|
||||||
|
setProperty(LocalTabTitleFormat, QStringLiteral("%d : %n"));
|
||||||
|
setProperty(RemoteTabTitleFormat, QStringLiteral("(%u) %H"));
|
||||||
|
setProperty(ShowTerminalSizeHint, true);
|
||||||
|
diff -Nru konsole-17.08.0.orig/src/Pty.cpp konsole-17.08.0/src/Pty.cpp
|
||||||
|
--- konsole-17.08.0.orig/src/Pty.cpp 2017-08-08 20:04:20.000000000 +0200
|
||||||
|
+++ konsole-17.08.0/src/Pty.cpp 2017-08-27 14:11:43.852366575 +0200
|
||||||
|
@@ -229,7 +229,7 @@
|
||||||
|
|
||||||
|
// extra safeguard to make sure $TERM is always set
|
||||||
|
if (!isTermEnvAdded) {
|
||||||
|
- setEnv(QStringLiteral("TERM"), QStringLiteral("xterm-256color"));
|
||||||
|
+ setEnv(QStringLiteral("TERM"), QStringLiteral("xterm"));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
Name: konsole
|
Name: konsole
|
||||||
Version: 17.04.3
|
Version: 17.08.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
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
|
||||||
@ -8,7 +8,7 @@ Distribution: openmamba
|
|||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://konsole.kde.org/
|
URL: http://konsole.kde.org/
|
||||||
Source: http://download.kde.org/stable/applications/%{version}/src/konsole-%{version}.tar.xz
|
Source: http://download.kde.org/stable/applications/%{version}/src/konsole-%{version}.tar.xz
|
||||||
Patch0: konsole-16.12.1-xterm.patch
|
Patch0: konsole-17.08.0-xterm.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -102,6 +102,7 @@ exit 0
|
|||||||
%lang(de) %{_datadir}/doc/HTML/de/konsole
|
%lang(de) %{_datadir}/doc/HTML/de/konsole
|
||||||
%lang(it) %{_datadir}/doc/HTML/it/konsole
|
%lang(it) %{_datadir}/doc/HTML/it/konsole
|
||||||
%lang(nl) %{_datadir}/doc/HTML/nl/konsole
|
%lang(nl) %{_datadir}/doc/HTML/nl/konsole
|
||||||
|
%lang(pt) %{_datadir}/doc/HTML/pt/konsole
|
||||||
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/konsole
|
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/konsole
|
||||||
%lang(sr) %{_datadir}/doc/HTML/sr/konsole
|
%lang(sr) %{_datadir}/doc/HTML/sr/konsole
|
||||||
%lang(sv) %{_datadir}/doc/HTML/sv/konsole
|
%lang(sv) %{_datadir}/doc/HTML/sv/konsole
|
||||||
@ -110,6 +111,9 @@ exit 0
|
|||||||
#README
|
#README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 27 2017 Automatic Build System <autodist@mambasoft.it> 17.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Aug 06 2017 Automatic Build System <autodist@mambasoft.it> 17.04.3-1mamba
|
* Sun Aug 06 2017 Automatic Build System <autodist@mambasoft.it> 17.04.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user