parent
c99a71471f
commit
39dd624377
|
@ -0,0 +1,26 @@
|
|||
From 27da06df3abaf707d61686e3a301a84df7b099c8 Mon Sep 17 00:00:00 2001
|
||||
From: Heiko Becker <heirecka@exherbo.org>
|
||||
Date: Wed, 20 May 2020 13:12:26 +0200
|
||||
Subject: [PATCH] Use new name for dbus interface
|
||||
|
||||
kstats was renamed to ksystemstats to avoid a collision.
|
||||
---
|
||||
sensors/SensorDaemonInterface.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/sensors/SensorDaemonInterface.cpp b/sensors/SensorDaemonInterface.cpp
|
||||
index f79b6f4..1abb37b 100644
|
||||
--- a/sensors/SensorDaemonInterface.cpp
|
||||
+++ b/sensors/SensorDaemonInterface.cpp
|
||||
@@ -34,7 +34,7 @@ public:
|
||||
static const QString SensorPath;
|
||||
};
|
||||
|
||||
-const QString SensorDaemonInterface::Private::SensorServiceName = QStringLiteral("org.kde.kstats");
|
||||
+const QString SensorDaemonInterface::Private::SensorServiceName = QStringLiteral("org.kde.ksystemstats");
|
||||
const QString SensorDaemonInterface::Private::SensorPath = QStringLiteral("/");
|
||||
|
||||
SensorDaemonInterface::SensorDaemonInterface(QObject *parent)
|
||||
--
|
||||
2.27.0
|
||||
|
|
@ -0,0 +1 @@
|
|||
-Np1
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libksysguard'
|
||||
pkgname=libksysguard
|
||||
version=5.19.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules gettext kauth qt5-host-tools qt5-qmake"
|
||||
makedepends="plasma-framework-devel qt5-webchannel-devel knewstuff-devel
|
||||
|
|
Loading…
Reference in New Issue