[SCM] kbruch packaging branch, master, updated. debian/15.08.0-1-4-ga8a5b85

Maximiliano Curia maxy at moszumanska.debian.org
Mon Sep 14 10:26:57 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kbruch.git;a=commitdiff;h=a8a5b85

The following commit has been merged in the master branch:
commit a8a5b85ed96eb33a9b434071dfb8f32628c01624
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon Sep 14 12:17:26 2015 +0200

    New patch: statusbar_menu.patch (Closes: #796199)
---
 debian/changelog                    |  1 +
 debian/patches/series               |  1 +
 debian/patches/statusbar_menu.patch | 22 ++++++++++++++++++++++
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4240e81..878338a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ kbruch (4:15.08.0-2~1) UNRELEASED; urgency=medium
 
   * New patch: learning_config_toolbar.patch (Closes: #796200) Thanks to
     Prathibha B
+  * New patch: statusbar_menu.patch (Closes: #796199) Thanks to Prathibha B
 
  -- Maximiliano Curia <maxy at debian.org>  Mon, 14 Sep 2015 12:15:15 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index 1fb2b55..2a0bd97 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+statusbar_menu.patch
 learning_config_toolbar.patch
diff --git a/debian/patches/statusbar_menu.patch b/debian/patches/statusbar_menu.patch
new file mode 100644
index 0000000..5499232
--- /dev/null
+++ b/debian/patches/statusbar_menu.patch
@@ -0,0 +1,22 @@
+Description: 
+   * Removed 'Show StatusBar' menu item from Learning.
+Author: Prathibha B <prathibhab at cdac.in>
+
+---
+Bug-Debian: https://bugs.debian.org/796199
+Forwarded: no
+Last-Update: 2015-09-14
+
+Index: kbruch/src/FractionRingWidget.cpp
+===================================================================
+--- kbruch.orig/src/FractionRingWidget.cpp	2015-09-14 12:16:30.924444187 +0200
++++ kbruch/src/FractionRingWidget.cpp	2015-09-14 12:16:48.127761297 +0200
+@@ -221,7 +221,7 @@
+     KStandardAction::preferences(this,  SLOT(slotPrefs()), actionCollection());
+ 
+     resize(QSize(725, 330).expandedTo(minimumSizeHint()));
+-    setupGUI(ToolBar | Keys | StatusBar | Create);
++    setupGUI(ToolBar | Keys);
+     setAutoSaveSettings();
+ }
+ 

-- 
kbruch packaging



More information about the pkg-kde-commits mailing list