rev 6426 - in kde-extras/rsibreak/trunk/debian: . patches

Tom Albers tomalbers-guest at alioth.debian.org
Sun Jun 3 22:14:20 UTC 2007


Author: tomalbers-guest
Date: 2007-06-03 22:14:20 +0000 (Sun, 03 Jun 2007)
New Revision: 6426

Added:
   kde-extras/rsibreak/trunk/debian/patches/15_fix_accel_2.diff
Modified:
   kde-extras/rsibreak/trunk/debian/changelog
   kde-extras/rsibreak/trunk/debian/control
Log:
Patch was not enough. Additional patch added. Ready for upload.


Modified: kde-extras/rsibreak/trunk/debian/changelog
===================================================================
--- kde-extras/rsibreak/trunk/debian/changelog	2007-06-03 21:24:24 UTC (rev 6425)
+++ kde-extras/rsibreak/trunk/debian/changelog	2007-06-03 22:14:20 UTC (rev 6426)
@@ -1,11 +1,15 @@
-rsibreak (0.8.0-4) UNRELEASED; urgency=low
+rsibreak (0.8.0-4) unstable; urgency=low
 
-  * NOT UPLOADED.
+  [Tom Albers]
+  * added patch 15 to properly fix the accelarator bug
+    (launchpad bug: 118315)
+  * Standards-Version updated, no changes needed.
 
- -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat,  2 Jun 2007 11:08:51 +0200
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Mon,  4 Jun 2007 00:08:51 +0200
 
 rsibreak (0.8.0-3) unstable; urgency=low
 
+  [Tom Albers]
   * added patch to disable Accel according to the settings
     (launchpad bug: 118315)
   * added patch to reduce memory footprint

Modified: kde-extras/rsibreak/trunk/debian/control
===================================================================
--- kde-extras/rsibreak/trunk/debian/control	2007-06-03 21:24:24 UTC (rev 6425)
+++ kde-extras/rsibreak/trunk/debian/control	2007-06-03 22:14:20 UTC (rev 6426)
@@ -4,7 +4,7 @@
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Achim Bohnet <ach at mpe.mpg.de>, Mark Purcell <msp at debian.org>, Tom Albers <tomalbers at kde.nl>
 Build-Depends: debhelper (>> 4.1), autotools-dev, cdbs, kdelibs4-dev, libxss-dev
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: rsibreak
 Architecture: any

Added: kde-extras/rsibreak/trunk/debian/patches/15_fix_accel_2.diff
===================================================================
--- kde-extras/rsibreak/trunk/debian/patches/15_fix_accel_2.diff	                        (rev 0)
+++ kde-extras/rsibreak/trunk/debian/patches/15_fix_accel_2.diff	2007-06-03 22:14:20 UTC (rev 6426)
@@ -0,0 +1,13 @@
+Index: src/rsiwidget.cpp
+===================================================================
+--- rsibreak/src/rsiwidget.cpp	(revision 670531)
++++ rsibreak/src/rsiwidget.cpp	(revision 670532)
+@@ -600,7 +600,7 @@
+ 
+ void RSIWidget::keyPressEvent( QKeyEvent * e)
+ {
+-    if (e->key() == m_accel->shortcut("minimize"))
++    if (e->key() == m_accel->shortcut("minimize") && m_accel->isEnabled() )
+         m_timer->skipBreak();
+ }
+ 




More information about the pkg-kde-commits mailing list