[SCM] plasma-workspace packaging branch, kubuntu_unstable, updated. 07e3bb939dbfcbb728e07c1339dbc9ad555f5b80

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Wed Apr 29 10:53:40 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/plasma-workspace.git;a=commitdiff;h=07e3bb9

The following commit has been merged in the kubuntu_unstable branch:
commit 07e3bb939dbfcbb728e07c1339dbc9ad555f5b80
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Wed Apr 29 12:53:02 2015 +0200

    remove upstream patches
---
 ...the-lockscreen-password-field-focus-issue.patch | 37 ----------------------
 debian/patches/upstream_gdb-7.8-fix.diff           | 22 -------------
 2 files changed, 59 deletions(-)

diff --git a/debian/patches/upstream_Workaround-the-lockscreen-password-field-focus-issue.patch b/debian/patches/upstream_Workaround-the-lockscreen-password-field-focus-issue.patch
deleted file mode 100644
index 721c47a..0000000
--- a/debian/patches/upstream_Workaround-the-lockscreen-password-field-focus-issue.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From a476e1b6bf6f683bd74000bb30076868c9f92371 Mon Sep 17 00:00:00 2001
-From: Bhushan Shah <bhush94 at gmail.com>
-Date: Wed, 25 Mar 2015 21:10:01 +0530
-Subject: [PATCH] Workaround the lockscreen password field focus issue
-
-SDDM theme is also doing this.
-Approved by notmart and d__ed
-
-BUG: 344823
-FIXED-IN: 5.3
----
- lookandfeel/contents/lockscreen/LockScreen.qml | 8 ++++++++
- 1 file changed, 8 insertions(+)
-
-diff --git a/lookandfeel/contents/lockscreen/LockScreen.qml b/lookandfeel/contents/lockscreen/LockScreen.qml
-index e48db47..d5cd081 100644
---- a/lookandfeel/contents/lockscreen/LockScreen.qml
-+++ b/lookandfeel/contents/lockscreen/LockScreen.qml
-@@ -156,6 +156,14 @@ Image {
-                             enabled: !authenticator.graceLocked
-                             onAccepted: unlockFunction()
-                             focus: true
-+                            //HACK: Similar hack is needed in sddm loginscreen
-+                            //TODO: investigate
-+                            Timer {
-+                                interval: 200
-+                                running: true
-+                                repeat: false
-+                                onTriggered: passwordInput.forceActiveFocus()
-+                            }
-                             visible: block.mainItem.model.get(block.mainItem.selectedIndex)["showPassword"]
-                             onVisibleChanged: {
-                                 if (visible) {
-
--- 
-2.1.4
-
diff --git a/debian/patches/upstream_gdb-7.8-fix.diff b/debian/patches/upstream_gdb-7.8-fix.diff
deleted file mode 100644
index 89cb647..0000000
--- a/debian/patches/upstream_gdb-7.8-fix.diff
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: Workaround for GDB 7.8
- DrKonqi backtrace generation is broken with gdb 7.8 so it will be good
- idea to patch Drkonqi with following patch if distribution is shipping
- gdb 7.8 and once gdb 7.8.1 is out you can remove this patch because is
- fixed in gdb 7.8.1
-Author: Bhushan Shah <bhush94 at gmail.com>
-Origin: upstream, http://mail.kde.org/pipermail/release-team/2014-October/008080.html
-Forwarded: no
-Last-Update: 2014-10-10
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: plasma-workspace-5.1.0/drkonqi/data/debuggers/internal/gdbrc
-===================================================================
---- plasma-workspace-5.1.0.orig/drkonqi/data/debuggers/internal/gdbrc
-+++ plasma-workspace-5.1.0/drkonqi/data/debuggers/internal/gdbrc
-@@ -73,5 +73,5 @@ TryExec=gdb
- Backends=KCrash
- 
- [KCrash]
--Exec=gdb -nw -n -batch -x %tempfile -p %pid %execpath
-+Exec=gdb -nw -n -batch -ex "mt set target-async off" -ex "attach %pid" -x %tempfile %execpath
- BatchCommands=set width 200
thread
thread apply all bt

-- 
plasma-workspace packaging



More information about the pkg-kde-commits mailing list