rev 18819 - in kde-extras/skrooge/trunk/debian: . patches

Fathi Boudra fabo at alioth.debian.org
Mon Feb 28 15:44:18 UTC 2011


Author: fabo
Date: 2011-02-28 15:44:15 +0000 (Mon, 28 Feb 2011)
New Revision: 18819

Added:
   kde-extras/skrooge/trunk/debian/patches/
   kde-extras/skrooge/trunk/debian/patches/ftbfs_arm.patch
   kde-extras/skrooge/trunk/debian/patches/series
Modified:
   kde-extras/skrooge/trunk/debian/changelog
Log:
Add patch to fix ftbfs on ARM (Closes: #615012)

Modified: kde-extras/skrooge/trunk/debian/changelog
===================================================================
--- kde-extras/skrooge/trunk/debian/changelog	2011-02-28 13:14:18 UTC (rev 18818)
+++ kde-extras/skrooge/trunk/debian/changelog	2011-02-28 15:44:15 UTC (rev 18819)
@@ -1,3 +1,9 @@
+skrooge (0.8.0.4-2) unstable; urgency=low
+
+  * Add patch to fix build on ARM. (Closes: #615012)
+
+ -- Fathi Boudra <fabo at debian.org>  Mon, 28 Feb 2011 15:45:07 +0200
+
 skrooge (0.8.0.4-1) unstable; urgency=low
 
   * New upstream release.

Added: kde-extras/skrooge/trunk/debian/patches/ftbfs_arm.patch
===================================================================
--- kde-extras/skrooge/trunk/debian/patches/ftbfs_arm.patch	                        (rev 0)
+++ kde-extras/skrooge/trunk/debian/patches/ftbfs_arm.patch	2011-02-28 15:44:15 UTC (rev 18819)
@@ -0,0 +1,13 @@
+Description: fix build on ARM architecture
+Author: Fathi Boudra <fabo at debian.org>
+--- a/skgbasegui/skgwebview.cpp
++++ b/skgbasegui/skgwebview.cpp
+@@ -124,7 +124,7 @@ bool SKGWebView::eventFilter(QObject *ob
+ void SKGWebView::onZoomIn()
+ {
+     _SKGTRACEIN(10, "SKGWebView::onZoomIn");
+-    int z = qMin(round(30.0 * log10(zoomFactor())) + 1, qreal(10.0));
++    int z = qMin(round(30.0 * log10(zoomFactor())) + 1, 10.0);
+     setZoomFactor(pow(10, ((qreal) z) / 30.0));
+ 
+     emit zoomChanged(z);

Added: kde-extras/skrooge/trunk/debian/patches/series
===================================================================
--- kde-extras/skrooge/trunk/debian/patches/series	                        (rev 0)
+++ kde-extras/skrooge/trunk/debian/patches/series	2011-02-28 15:44:15 UTC (rev 18819)
@@ -0,0 +1 @@
+ftbfs_arm.patch




More information about the pkg-kde-commits mailing list