From 1bac59bf3883a69e883f2a086d1dae2d8239b672 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 02:28:07 +0100 Subject: [PATCH] automatic version update by autodist [release 17.08.0-1mamba;Sun Aug 27 2017] --- konsole-16.12.1-xterm.patch | 24 ------------------------ konsole-17.08.0-xterm.patch | 24 ++++++++++++++++++++++++ konsole.spec | 8 ++++++-- 3 files changed, 30 insertions(+), 26 deletions(-) delete mode 100644 konsole-16.12.1-xterm.patch create mode 100644 konsole-17.08.0-xterm.patch diff --git a/konsole-16.12.1-xterm.patch b/konsole-16.12.1-xterm.patch deleted file mode 100644 index 5099b64..0000000 --- a/konsole-16.12.1-xterm.patch +++ /dev/null @@ -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"); - } - } - diff --git a/konsole-17.08.0-xterm.patch b/konsole-17.08.0-xterm.patch new file mode 100644 index 0000000..a1bf9ea --- /dev/null +++ b/konsole-17.08.0-xterm.patch @@ -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")); + } + } + diff --git a/konsole.spec b/konsole.spec index 58920d8..b933f5b 100644 --- a/konsole.spec +++ b/konsole.spec @@ -1,5 +1,5 @@ Name: konsole -Version: 17.04.3 +Version: 17.08.0 Release: 1mamba Summary: Terminal Emulator for the K Desktop Environment Group: Graphical Desktop/Applications/Administration @@ -8,7 +8,7 @@ Distribution: openmamba Packager: Davide Madrisan URL: http://konsole.kde.org/ 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 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -102,6 +102,7 @@ exit 0 %lang(de) %{_datadir}/doc/HTML/de/konsole %lang(it) %{_datadir}/doc/HTML/it/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(sr) %{_datadir}/doc/HTML/sr/konsole %lang(sv) %{_datadir}/doc/HTML/sv/konsole @@ -110,6 +111,9 @@ exit 0 #README %changelog +* Sun Aug 27 2017 Automatic Build System 17.08.0-1mamba +- automatic version update by autodist + * Sun Aug 06 2017 Automatic Build System 17.04.3-1mamba - automatic version update by autodist