rev 16458 - in trunk/packages/kdebase-workspace/debian: . patches

Xavier Vello wdgt-guest at alioth.debian.org
Sun Dec 20 22:21:27 UTC 2009


Author: wdgt-guest
Date: 2009-12-20 22:21:27 +0000 (Sun, 20 Dec 2009)
New Revision: 16458

Added:
   trunk/packages/kdebase-workspace/debian/patches/90_work_with_hal_0.5.14_svn_r1062504.diff
Modified:
   trunk/packages/kdebase-workspace/debian/changelog
   trunk/packages/kdebase-workspace/debian/patches/series
Log:
Patch r1062504 to work with hal-0.5.14



Modified: trunk/packages/kdebase-workspace/debian/changelog
===================================================================
--- trunk/packages/kdebase-workspace/debian/changelog	2009-12-20 21:28:19 UTC (rev 16457)
+++ trunk/packages/kdebase-workspace/debian/changelog	2009-12-20 22:21:27 UTC (rev 16458)
@@ -1,9 +1,14 @@
 kdebase-workspace (4:4.3.4-2) UNRELEASED; urgency=low
 
+  [ Modestas Vainius ]
   * Change my email address to modax at debian.org in Uploaders field.
 
- -- Modestas Vainius <modax at debian.org>  Sat, 12 Dec 2009 16:57:17 +0200
+  [ Xavier Vello ]
+  * Import r1062504 patch to solid to make powerdevil applet work 
+    with hal 0.5.14
 
+ -- Xavier Vello <xavier.vello at gmail.com>  Sun, 20 Dec 2009 23:18:39 +0100
+
 kdebase-workspace (4:4.3.4-1) unstable; urgency=low
 
   * New upstream release.

Added: trunk/packages/kdebase-workspace/debian/patches/90_work_with_hal_0.5.14_svn_r1062504.diff
===================================================================
--- trunk/packages/kdebase-workspace/debian/patches/90_work_with_hal_0.5.14_svn_r1062504.diff	                        (rev 0)
+++ trunk/packages/kdebase-workspace/debian/patches/90_work_with_hal_0.5.14_svn_r1062504.diff	2009-12-20 22:21:27 UTC (rev 16458)
@@ -0,0 +1,11 @@
+--- a/libs/solid/control/powermanager.cpp	2009/12/14 22:57:55	1062503
++++ b/libs/solid/control/powermanager.cpp	2009/12/14 23:02:52	1062504
+@@ -196,7 +196,7 @@
+         else
+         {
+             return_SOLID_CALL(Ifaces::PowerManager *, globalPowerManager->managerBackend(),
+-                      false, brightness(controls.keys().at(0)));
++                      false, brightness(controls.keys(Solid::Control::PowerManager::Screen).at(0)));
+         }
+     }
+     else
\ No newline at end of file

Modified: trunk/packages/kdebase-workspace/debian/patches/series
===================================================================
--- trunk/packages/kdebase-workspace/debian/patches/series	2009-12-20 21:28:19 UTC (rev 16457)
+++ trunk/packages/kdebase-workspace/debian/patches/series	2009-12-20 22:21:27 UTC (rev 16458)
@@ -14,3 +14,4 @@
 26_run_kaboom_when_starting_kde.diff
 27_geolocation_gpsd_2.90_compat.diff
 97_fix_target_link_libraries.diff
+90_work_with_hal_0.5.14_svn_r1062504.diff




More information about the pkg-kde-commits mailing list