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-plasma/plasma-desktop/files/
Date: Tue, 23 Feb 2021 21:24:00 +0000 (UTC)	[thread overview]
Message-ID: <1614115423.cb5cadbe13e5a868a35ddd8c16612d0991e84d86.asturm@gentoo> (raw)

commit:     cb5cadbe13e5a868a35ddd8c16612d0991e84d86
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 23 21:23:43 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 21:23:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5cadbe

kde-plasma/plasma-desktop: Drop unused patch

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plasma-desktop-5.21.0-keyboard-repeat.patch    | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git a/kde-plasma/plasma-desktop/files/plasma-desktop-5.21.0-keyboard-repeat.patch b/kde-plasma/plasma-desktop/files/plasma-desktop-5.21.0-keyboard-repeat.patch
deleted file mode 100644
index 8c7902c0e7d..00000000000
--- a/kde-plasma/plasma-desktop/files/plasma-desktop-5.21.0-keyboard-repeat.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 5550af1fd10dccda80be4586f19e3aa0995be2bc Mon Sep 17 00:00:00 2001
-From: Jan Blackquill <uhhadd@gmail.com>
-Date: Wed, 17 Feb 2021 12:34:15 -0500
-Subject: [PATCH] kcms/keyboard: fix migration
-
-TriState::STATE_ON is 0, while TriState::STATE_OFF is 1.
-We're currently migrating 0 -> disabled, when it should be
-1 -> disabled, * -> enabled.
-
-BUG: 431923
-FIXED-IN: 5.21.1
----
- kcms/keyboard/kcminputrc_migrate_repeat_value.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/kcms/keyboard/kcminputrc_migrate_repeat_value.py b/kcms/keyboard/kcminputrc_migrate_repeat_value.py
-index 1440c570e..bd1667969 100755
---- a/kcms/keyboard/kcminputrc_migrate_repeat_value.py
-+++ b/kcms/keyboard/kcminputrc_migrate_repeat_value.py
-@@ -4,7 +4,7 @@ import sys
- for line in sys.stdin:
-     line = line.rstrip()
-     print(line, file=sys.stderr)
--    if line.startswith("KeyboardRepeating=0"):
-+    if line.startswith("KeyboardRepeating=1"):
-         print("KeyRepeat=nothing")
-     elif line.startswith("KeyboardRepeating="):
-         print("KeyRepeat=repeat")
--- 
-GitLab
-


             reply	other threads:[~2021-02-23 21:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-23 21:24 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-04  6:08 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/files/ Andreas Sturmlechner
2022-02-17 17:36 Conrad Kostecki
2020-01-14 22:45 Andreas Sturmlechner
2016-01-18 17:26 Michael Palimaka

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=1614115423.cb5cadbe13e5a868a35ddd8c16612d0991e84d86.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