]> git.pld-linux.org Git - packages/kde4-kdebase-workspace.git/commitdiff
- up to 4.10.4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 3 Jun 2013 21:01:39 +0000 (23:01 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 3 Jun 2013 21:01:39 +0000 (23:01 +0200)
kde4-kdebase-workspace-multibattery.patch
kde4-kdebase-workspace.spec

index e76c3c367def4c0fe2666cb9c7ec68682d7fb98c..0612b3e2f9a9ad92fd25d0ecd1e13b5a2d8ad0c9 100644 (file)
@@ -370,3 +370,28 @@ CCBUG: 317404
  
  function updateBrightness() {
 
+From: Kai Uwe Broulik <kde@privat.broulik.de>
+Date: Tue, 21 May 2013 08:43:16 +0000
+Subject: Consider All The Batteries[tm]
+X-Git-Url: http://quickgit.kde.org/?p=kde-workspace.git&a=commitdiff&h=2fd181ef31382e071126ea2a401506d3b1aaa4af
+---
+Consider All The Batteries[tm]
+When a new device was added, it wasn't added to the dataengine right away
+
+CCBUG: 317404
+---
+
+
+--- a/plasma/generic/dataengines/powermanagement/powermanagementengine.cpp
++++ b/plasma/generic/dataengines/powermanagement/powermanagementengine.cpp
+@@ -341,8 +341,7 @@
+     if (device.isValid()) {
+         const Solid::Battery* battery = device.as<Solid::Battery>();
+-        if (battery && (battery->type() == Solid::Battery::PrimaryBattery ||
+-                        battery->type() == Solid::Battery::UpsBattery)) {
++        if (battery) {
+             int index = 0;
+             QStringList sourceNames(m_batterySources.values());
+             while (sourceNames.contains(QString("Battery%1").arg(index))) {
+
index b3606e83d3efca042d4962ea28a955d02a0fa23b..d87667db3d6272dc4406f7fc8e72327ff43ddb1f 100644 (file)
@@ -7,12 +7,12 @@
 Summary:       KDE 4 base workspace components
 Summary(pl.UTF-8):     Podstawowe komponenty środowiska KDE 4
 Name:          kde4-kdebase-workspace
-Version:       4.10.3
-Release:       3
+Version:       4.10.4
+Release:       1
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: eee6f7ac3bcd6042d594c4d73dc8daef
+# Source0-md5: 25350c20cb114cdc3eeb53292fe134ea
 Source1:       kdebase-kdesktop.pam
 Source2:       kdebase-kdm.pam
 Source3:       kdebase-kdm-np.pam
This page took 0.105159 seconds and 4 git commands to generate.