[packages/kde4-kdebase-workspace] - up to 4.10.4

arekm arekm at pld-linux.org
Mon Jun 3 23:01:43 CEST 2013


commit 1c6b94f52868103489e37b608d83b4b6dc354d4a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jun 3 23:01:39 2013 +0200

    - up to 4.10.4

 kde4-kdebase-workspace-multibattery.patch | 25 +++++++++++++++++++++++++
 kde4-kdebase-workspace.spec               |  6 +++---
 2 files changed, 28 insertions(+), 3 deletions(-)
---
diff --git a/kde4-kdebase-workspace.spec b/kde4-kdebase-workspace.spec
index b3606e8..d87667d 100644
--- a/kde4-kdebase-workspace.spec
+++ b/kde4-kdebase-workspace.spec
@@ -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
diff --git a/kde4-kdebase-workspace-multibattery.patch b/kde4-kdebase-workspace-multibattery.patch
index e76c3c3..0612b3e 100644
--- a/kde4-kdebase-workspace-multibattery.patch
+++ b/kde4-kdebase-workspace-multibattery.patch
@@ -370,3 +370,28 @@ CCBUG: 317404
  
  function updateBrightness() {
 
+From: Kai Uwe Broulik <kde at 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))) {
+
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdebase-workspace.git/commitdiff/1c6b94f52868103489e37b608d83b4b6dc354d4a



More information about the pld-cvs-commit mailing list