[SCM] KDE Base Workspace module packaging branch, master, updated. debian/4.10.5-2

Maximiliano Curia maxy at alioth.debian.org
Mon Jul 15 17:01:47 UTC 2013


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

The following commit has been merged in the master branch:
commit e2b0dc5e28c78a3744e7a6ff052e3455a12a7565
Author: Maximiliano Curia <maxy at debian.org>
Date:   Mon Jul 15 13:26:13 2013 +0200

    New patch: krunner_iceweasel_bookmarks.patch, thanks to Guido Loupias <guidol at lavabit.com>. (Closes #646612)
---
 debian/changelog                                 |    4 ++++
 debian/patches/krunner_iceweasel_bookmarks.patch |   19 +++++++++++++++++++
 debian/patches/series                            |    1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3e9ed9a..2f60f2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ kde-workspace (4:4.10.5-2) UNRELEASED; urgency=low
   * Replace kdebase-workspace-dev with kde-workspace-dev in
     Build-Depends-Package of symbols files, and add it where missing.
 
+  [ Maximiliano Curia ]
+  * New patch: krunner_iceweasel_bookmarks.patch, thanks to Guido
+    Loupias <guidol at lavabit.com>. (Closes: #646612)
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 13 Jul 2013 23:27:28 +0200
 
 kde-workspace (4:4.10.5-1) unstable; urgency=low
diff --git a/debian/patches/krunner_iceweasel_bookmarks.patch b/debian/patches/krunner_iceweasel_bookmarks.patch
new file mode 100644
index 0000000..1dcf2c6
--- /dev/null
+++ b/debian/patches/krunner_iceweasel_bookmarks.patch
@@ -0,0 +1,19 @@
+Description: KRunner patch so it detects Iceweasel bookmarks
+Author: Guido Loupias <guidol at lavabit.com>
+Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646612
+Forwarded: not-needed
+Reviewed-by: Maximiliano Curia <maxy at debian.org>
+Last-Update: 2013-07-15
+Index: kde-workspace/plasma/generic/runners/bookmarks/browserfactory.cpp
+===================================================================
+--- kde-workspace.orig/plasma/generic/runners/bookmarks/browserfactory.cpp	2013-07-15 14:08:42.713972459 +0200
++++ kde-workspace/plasma/generic/runners/bookmarks/browserfactory.cpp	2013-07-15 14:09:11.008690868 +0200
+@@ -33,7 +33,7 @@
+     }
+     delete m_previousBrowser;
+     m_previousBrowserName = browserName;
+-    if (browserName.contains("firefox", Qt::CaseInsensitive)) {
++    if (browserName.contains("firefox", Qt::CaseInsensitive) || browserName.contains("iceweasel", Qt::CaseInsensitive)) {
+         m_previousBrowser = new Firefox(parent);
+     } else if (browserName.contains("opera", Qt::CaseInsensitive)) {
+         m_previousBrowser = new Opera(parent);
diff --git a/debian/patches/series b/debian/patches/series
index 3d2b9fd..ff13579 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -19,3 +19,4 @@ kdm_vt_switching_on_kfreebsd.diff
 nlist_ftbfs_krefreebsd.diff
 hurd.diff
 add_kdefakes_for_strlcpy_and_strlcat.diff
+krunner_iceweasel_bookmarks.patch

-- 
KDE Base Workspace module packaging



More information about the pkg-kde-commits mailing list