libksysguard: update to 5.19.1

[ci skip]
This commit is contained in:
John 2020-06-16 20:41:56 +02:00
parent 36463e571a
commit 7665c2302b
3 changed files with 3 additions and 30 deletions

View file

@ -1,26 +0,0 @@
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

View file

@ -1 +0,0 @@
-Np1

View file

@ -1,7 +1,7 @@
# Template file for 'libksysguard'
pkgname=libksysguard
version=5.19.0
revision=2
version=5.19.1
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules gettext kauth qt5-host-tools qt5-qmake"
makedepends="plasma-framework-devel qt5-webchannel-devel knewstuff-devel
@ -11,7 +11,7 @@ maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/plasma/libksysguard"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=f026b65372aa49b1f72a7c8029cb3d7afd131de9592cc5392fe05771a4da26d3
checksum=1e70a68b2d7eb3712d1762166a2dca45796b923aa9d07425cf755065b1f0222b
build_options="webengine"