public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsole/files/
Date: Fri, 29 Jan 2021 20:41:49 +0000 (UTC)	[thread overview]
Message-ID: <1611952898.b79efdba4a801fa533c4ca85e3124d96c71d878c.asturm@gentoo> (raw)

commit:     b79efdba4a801fa533c4ca85e3124d96c71d878c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jan 29 15:42:00 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 20:41:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79efdba

kde-apps/konsole: remove unused patch(es)

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19252
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../konsole-20.12.0-revert-bold-breakage.patch     | 33 ----------------------
 1 file changed, 33 deletions(-)

diff --git a/kde-apps/konsole/files/konsole-20.12.0-revert-bold-breakage.patch b/kde-apps/konsole/files/konsole-20.12.0-revert-bold-breakage.patch
deleted file mode 100644
index 8e79793601e..00000000000
--- a/kde-apps/konsole/files/konsole-20.12.0-revert-bold-breakage.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 08a51bbdd70c0c850f44a660a7efbe4c394b8ee3 Mon Sep 17 00:00:00 2001
-From: "Jason A. Donenfeld" <Jason@zx2c4.com>
-Date: Thu, 17 Dec 2020 17:21:44 +0100
-Subject: [PATCH] Revert "Fix bold character color paint"
-
-This reverts commit 270d6ea3247bb41a51535129e4b1c8eef51cf316.
----
- src/Screen.cpp | 8 +++++++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/src/Screen.cpp b/src/Screen.cpp
-index 8e7eee51..c8f477ce 100644
---- a/src/Screen.cpp
-+++ b/src/Screen.cpp
-@@ -474,8 +474,14 @@ void Screen::updateEffectiveRendition()
-         _effectiveBackground = _currentBackground;
-     }
- 
--    if ((_currentRendition & RE_BOLD) == 0 && (_currentRendition & RE_FAINT) != 0) {
-+    if ((_currentRendition & RE_BOLD) != 0) {
-+        if ((_currentRendition & RE_FAINT) == 0) {
-+            _effectiveForeground.setIntensive();
-+        }
-+    } else {
-+        if ((_currentRendition & RE_FAINT) != 0) {
-             _effectiveForeground.setFaint();
-+        }
-     }
- }
- 
--- 
-2.29.2
-


             reply	other threads:[~2021-01-29 20:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-29 20:41 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-12 17:43 [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsole/files/ Andreas Sturmlechner
2024-11-18 22:17 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1611952898.b79efdba4a801fa533c4ca85e3124d96c71d878c.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox