[gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/

2022-12-26 Thread Yuan Liao
commit: 114a1c592abfbdaf7c74013b307733087107ac38
Author: Yuan Liao  gmail  com>
AuthorDate: Mon Dec 26 17:23:40 2022 +
Commit: Yuan Liao  gmail  com>
CommitDate: Mon Dec 26 17:32:34 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=114a1c59

kde-misc/plasma-applet-thermal-monitor: Update EAPI 7 -> 8 and metadata

Signed-off-by: Yuan Liao  gmail.com>

 kde-misc/plasma-applet-thermal-monitor/metadata.xml  | 5 +++--
 .../plasma-applet-thermal-monitor-1.3.0.ebuild   | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/kde-misc/plasma-applet-thermal-monitor/metadata.xml 
b/kde-misc/plasma-applet-thermal-monitor/metadata.xml
index d4b7dd0fd..b200dd1d6 100644
--- a/kde-misc/plasma-applet-thermal-monitor/metadata.xml
+++ b/kde-misc/plasma-applet-thermal-monitor/metadata.xml
@@ -6,7 +6,8 @@
Michael Egger


-   
https://github.com/kotelnik/plasma-applet-thermal-monitor/issues
-   
https://github.com/kotelnik/plasma-applet-thermal-monitor/blob/master/README.md
+   agurenko/plasma-applet-thermal-monitor
+   
https://gitlab.com/agurenko/plasma-applet-thermal-monitor/-/issues
+   
https://gitlab.com/agurenko/plasma-applet-thermal-monitor/-/blob/master/README.md

 

diff --git 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
index 7a931173c..1da77d580 100644
--- 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
+++ 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit ecm kde.org optfeature
 



[gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/

2021-07-15 Thread Anna Vyalkova
commit: 3d9c3fd8a81c774ba14e4e2bc435389c50cfabab
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Jul 15 13:11:52 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Thu Jul 15 19:15:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d9c3fd8

kde-misc/plasma-applet-thermal-monitor: fix deps

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 .../plasma-applet-thermal-monitor-1.3.0.ebuild| 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
index 3ea3f05b5..2090272e0 100644
--- 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
+++ 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit ecm
+inherit ecm optfeature
 
 DESCRIPTION="Plasma 5 applet for monitoring CPU, GPU and other available 
temperature sensors"
 HOMEPAGE="https://store.kde.org/p/998915/
@@ -19,9 +19,12 @@ fi
 LICENSE="GPL-2+"
 SLOT="5"
 
-# block against slot 0 of self, to prevent file collision
-DEPEND="
-   !kde-misc/plasma-applet-thermal-monitor:0
-   >=kde-frameworks/plasma-5.60.0:5
+DEPEND="kde-frameworks/plasma:5"
+RDEPEND="${DEPEND}
+   kde-plasma/ksysguard:5[lm-sensors]
 "
-RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+   ecm_pkg_postinst
+   optfeature "monitor temperature of NVMe drives" sys-apps/nvme-cli
+}



[gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/

2021-03-28 Thread Andrew Ammerlaan
commit: 98da514757c600e20cea97faac9546cd4062cd99
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Mar 28 10:08:57 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Mar 28 10:17:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98da5147

kde-misc/plasma-applet-thermal-monitor: remove RedundantUriRename

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 .../plasma-applet-thermal-monitor-1.3.0.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
index d889c9027..3ea3f05b5 100644
--- 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
+++ 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ HOMEPAGE="https://store.kde.org/p/998915/
 if [[ ${KDE_BUILD_TYPE} = live ]] ; then
EGIT_REPO_URI="https://gitlab.com/agurenko/${PN}.git;
 else
-   SRC_URI="https://gitlab.com/agurenko/${PN}/-/archive/${PV}/${P}.tar.gz 
-> ${P}.tar.gz"
+   SRC_URI="https://gitlab.com/agurenko/${PN}/-/archive/${PV}/${P}.tar.gz;
KEYWORDS="~amd64 ~x86"
 fi
 



[gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/files/, ...

2020-08-26 Thread Michael Egger
commit: 0e0a9604029cdd36783957342fb61c9fd466179b
Author: Michael Egger  protonmail  com>
AuthorDate: Wed Aug 26 21:36:52 2020 +
Commit: Michael Egger  tsn  at>
CommitDate: Wed Aug 26 21:38:14 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e0a9604

kde-misc/plasma-applet-thermal-monitor: Version bump to 1.3.0

Signed-off-by: Michael Egger  protonmail.com>

 kde-misc/plasma-applet-thermal-monitor/Manifest|  2 +-
 .../files/01-set-correct-qml-type.patch| 25 --
 ... => plasma-applet-thermal-monitor-1.3.0.ebuild} |  8 +++
 3 files changed, 4 insertions(+), 31 deletions(-)

diff --git a/kde-misc/plasma-applet-thermal-monitor/Manifest 
b/kde-misc/plasma-applet-thermal-monitor/Manifest
index ed8e382..4e2f165 100644
--- a/kde-misc/plasma-applet-thermal-monitor/Manifest
+++ b/kde-misc/plasma-applet-thermal-monitor/Manifest
@@ -1 +1 @@
-DIST plasma-applet-thermal-monitor-1.2.9.tar.gz 836399 BLAKE2B 
3f21c8443acb6132b7f7d1f2241d985d1143a5fd7d61a787517f4ab13d8ec4451c78e0224103e4feebabff187ec8c8886a62382e4197fd49b0816fd56824af29
 SHA512 
f07c2cc7349692b4ab71986f0cb1407224540ae89e6fa152c5833a77a869035184ca42b6e213921b65814c7b5d8a9ebc0aa73bbd8fef45e7d0027abd2009671f
+DIST plasma-applet-thermal-monitor-1.3.0.tar.gz 837734 BLAKE2B 
b7e2346a8b1a9df789e1fa18265a553e2a688e987cafcab0d3b0a360ccbae2d4fe18902dda1704a98d0fadeb3f9f02f9fca5526bdb111ae2e97dc460185109a8
 SHA512 
eedd6335cc08550a86fa0b2b4388de16a6997603e78e71e10615670a7f2a6ecfa73827ab49a76494485764c6d449c7b1e796d89d2468f27595f264c268189dae

diff --git 
a/kde-misc/plasma-applet-thermal-monitor/files/01-set-correct-qml-type.patch 
b/kde-misc/plasma-applet-thermal-monitor/files/01-set-correct-qml-type.patch
deleted file mode 100644
index b563244..000
--- a/kde-misc/plasma-applet-thermal-monitor/files/01-set-correct-qml-type.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From b389b886a7ee759d06c9eb0e6a3b6abbea400035 Mon Sep 17 00:00:00 2001
-From: raochsinai 
-Date: Mon, 21 Jan 2019 11:26:31 +0800
-Subject: [PATCH] let var systemmonitorAvailableSources refer to an empty
- array.
-

- package/contents/ui/main.qml | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/package/contents/ui/main.qml b/package/contents/ui/main.qml
-index 67e3f4c..75ae04d 100644
 a/package/contents/ui/main.qml
-+++ b/package/contents/ui/main.qml
-@@ -190,6 +190,10 @@ Item {
-
- temperatureModel.clear()
-
-+if (!systemmonitorAvailableSources) {
-+systemmonitorAvailableSources = []
-+}
-+
- if (!systemmonitorSourcesToAdd) {
- systemmonitorSourcesToAdd = []
- }

diff --git 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
similarity index 67%
rename from 
kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
rename to 
kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
index 647e3ee..d889c90 100644
--- 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
+++ 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
@@ -7,12 +7,12 @@ inherit ecm
 
 DESCRIPTION="Plasma 5 applet for monitoring CPU, GPU and other available 
temperature sensors"
 HOMEPAGE="https://store.kde.org/p/998915/
-   https://github.com/kotelnik/plasma-applet-thermal-monitor;
+   https://gitlab.com/agurenko/plasma-applet-thermal-monitor;
 
 if [[ ${KDE_BUILD_TYPE} = live ]] ; then
-   EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git;
+   EGIT_REPO_URI="https://gitlab.com/agurenko/${PN}.git;
 else
-   SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://gitlab.com/agurenko/${PN}/-/archive/${PV}/${P}.tar.gz 
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 
@@ -25,5 +25,3 @@ DEPEND="
>=kde-frameworks/plasma-5.60.0:5
 "
 RDEPEND="${DEPEND}"
-
-PATCHES=("${FILESDIR}/01-set-correct-qml-type.patch")



[gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/

2020-04-25 Thread Alessandro Barbieri
commit: 568cb269b23a61c99a17c709bc4c70b68d8755cd
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr 25 20:05:02 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Apr 25 20:05:02 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=568cb269

kde-misc/plasma-applet-thermal-monitor: longdescription too short

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 kde-misc/plasma-applet-thermal-monitor/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/kde-misc/plasma-applet-thermal-monitor/metadata.xml 
b/kde-misc/plasma-applet-thermal-monitor/metadata.xml
index 355f07f..5c878ff 100644
--- a/kde-misc/plasma-applet-thermal-monitor/metadata.xml
+++ b/kde-misc/plasma-applet-thermal-monitor/metadata.xml
@@ -5,9 +5,6 @@
michael.eg...@tsn.at
Michael Egger

-   
-   Plasma 5 applet for monitoring CPU, GPU and other available 
temperature sensors.
-   


https://github.com/kotelnik/plasma-applet-thermal-monitor/issues

https://github.com/kotelnik/plasma-applet-thermal-monitor/blob/master/README.md



[gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/

2020-04-12 Thread Andrew Ammerlaan
commit: aa9e4898f72ffe7fd53c36731d739b2f006b8d88
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Apr 12 16:22:23 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Apr 12 16:22:23 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa9e4898

kde-misc/plasma-applet-thermal-monitor: block slot 0 of self

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>

 .../plasma-applet-thermal-monitor-1.2.9.ebuild  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
index f09d6bf..647e3ee 100644
--- 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
+++ 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
@@ -19,7 +19,9 @@ fi
 LICENSE="GPL-2+"
 SLOT="5"
 
+# block against slot 0 of self, to prevent file collision
 DEPEND="
+   !kde-misc/plasma-applet-thermal-monitor:0
>=kde-frameworks/plasma-5.60.0:5
 "
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/

2020-04-12 Thread Andrew Ammerlaan
commit: 86e6374dbf51fd22c4b68283e6818014d0e77d42
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Apr 12 15:00:34 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Apr 12 15:00:54 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86e6374d

kde-misc/plasma-applet-thermal-monitor: kde5 eclass being removed soon

the other plasma-applet packages use inherit ecm, and are in slot 5
so I changed it to that here too

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>

 .../plasma-applet-thermal-monitor-1.2.9.ebuild  | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
index ab2b96b..f09d6bf 100644
--- 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
+++ 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit kde5 cmake-utils
+inherit ecm
 
 DESCRIPTION="Plasma 5 applet for monitoring CPU, GPU and other available 
temperature sensors"
 HOMEPAGE="https://store.kde.org/p/998915/
@@ -13,18 +13,15 @@ if [[ ${KDE_BUILD_TYPE} = live ]] ; then
EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git;
 else
SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
+SLOT="5"
 
 DEPEND="
-   $(add_frameworks_dep plasma)
+   >=kde-frameworks/plasma-5.60.0:5
 "
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-   local PATCHES=("${FILESDIR}/01-set-correct-qml-type.patch")
-   cmake-utils_src_prepare
-}
+PATCHES=("${FILESDIR}/01-set-correct-qml-type.patch")



[gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/

2020-03-13 Thread Andrew Ammerlaan
commit: 0298f917c2e140905fc296a54fe6e560ba927a1d
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Fri Mar 13 12:45:33 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Mar 13 12:45:33 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0298f917

kde-misc/plasma-applet-thermal-monitor: no need to set DOCS

README is already in the default DOCS

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan  riseup.net>

 .../plasma-applet-thermal-monitor-1.2.9.ebuild   | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
index 3a4aca4..ab2b96b 100644
--- 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
+++ 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
@@ -7,7 +7,7 @@ inherit kde5 cmake-utils
 
 DESCRIPTION="Plasma 5 applet for monitoring CPU, GPU and other available 
temperature sensors"
 HOMEPAGE="https://store.kde.org/p/998915/
-https://github.com/kotelnik/plasma-applet-thermal-monitor;
+   https://github.com/kotelnik/plasma-applet-thermal-monitor;
 
 if [[ ${KDE_BUILD_TYPE} = live ]] ; then
EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git;
@@ -18,15 +18,12 @@ fi
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="
$(add_frameworks_dep plasma)
 "
 RDEPEND="${DEPEND}"
 
-DOCS=( README.md )
-
 src_prepare() {
local PATCHES=("${FILESDIR}/01-set-correct-qml-type.patch")
cmake-utils_src_prepare



[gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/files/, ...

2020-03-12 Thread Michael Egger
commit: 6b120967376bc269919683fae58c6539548d8f59
Author: Michael Egger  tsn  at>
AuthorDate: Thu Mar 12 22:06:04 2020 +
Commit: Michael Egger  tsn  at>
CommitDate: Thu Mar 12 22:06:04 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b120967

kde-misc/plasma-applet-thermal-monitor: new package

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Michael Egger  tsn.at>

 kde-misc/plasma-applet-thermal-monitor/Manifest|  1 +
 .../files/01-set-correct-qml-type.patch| 25 
 .../plasma-applet-thermal-monitor/metadata.xml | 15 ++
 .../plasma-applet-thermal-monitor-1.2.9.ebuild | 33 ++
 4 files changed, 74 insertions(+)

diff --git a/kde-misc/plasma-applet-thermal-monitor/Manifest 
b/kde-misc/plasma-applet-thermal-monitor/Manifest
new file mode 100644
index 000..ed8e382
--- /dev/null
+++ b/kde-misc/plasma-applet-thermal-monitor/Manifest
@@ -0,0 +1 @@
+DIST plasma-applet-thermal-monitor-1.2.9.tar.gz 836399 BLAKE2B 
3f21c8443acb6132b7f7d1f2241d985d1143a5fd7d61a787517f4ab13d8ec4451c78e0224103e4feebabff187ec8c8886a62382e4197fd49b0816fd56824af29
 SHA512 
f07c2cc7349692b4ab71986f0cb1407224540ae89e6fa152c5833a77a869035184ca42b6e213921b65814c7b5d8a9ebc0aa73bbd8fef45e7d0027abd2009671f

diff --git 
a/kde-misc/plasma-applet-thermal-monitor/files/01-set-correct-qml-type.patch 
b/kde-misc/plasma-applet-thermal-monitor/files/01-set-correct-qml-type.patch
new file mode 100644
index 000..b563244
--- /dev/null
+++ b/kde-misc/plasma-applet-thermal-monitor/files/01-set-correct-qml-type.patch
@@ -0,0 +1,25 @@
+From b389b886a7ee759d06c9eb0e6a3b6abbea400035 Mon Sep 17 00:00:00 2001
+From: raochsinai 
+Date: Mon, 21 Jan 2019 11:26:31 +0800
+Subject: [PATCH] let var systemmonitorAvailableSources refer to an empty
+ array.
+
+---
+ package/contents/ui/main.qml | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/package/contents/ui/main.qml b/package/contents/ui/main.qml
+index 67e3f4c..75ae04d 100644
+--- a/package/contents/ui/main.qml
 b/package/contents/ui/main.qml
+@@ -190,6 +190,10 @@ Item {
+
+ temperatureModel.clear()
+
++if (!systemmonitorAvailableSources) {
++systemmonitorAvailableSources = []
++}
++
+ if (!systemmonitorSourcesToAdd) {
+ systemmonitorSourcesToAdd = []
+ }

diff --git a/kde-misc/plasma-applet-thermal-monitor/metadata.xml 
b/kde-misc/plasma-applet-thermal-monitor/metadata.xml
new file mode 100644
index 000..355f07f
--- /dev/null
+++ b/kde-misc/plasma-applet-thermal-monitor/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   michael.eg...@tsn.at
+   Michael Egger
+   
+   
+   Plasma 5 applet for monitoring CPU, GPU and other available 
temperature sensors.
+   
+   
+   
https://github.com/kotelnik/plasma-applet-thermal-monitor/issues
+   
https://github.com/kotelnik/plasma-applet-thermal-monitor/blob/master/README.md
+   
+

diff --git 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
new file mode 100644
index 000..3a4aca4
--- /dev/null
+++ 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kde5 cmake-utils
+
+DESCRIPTION="Plasma 5 applet for monitoring CPU, GPU and other available 
temperature sensors"
+HOMEPAGE="https://store.kde.org/p/998915/
+https://github.com/kotelnik/plasma-applet-thermal-monitor;
+
+if [[ ${KDE_BUILD_TYPE} = live ]] ; then
+   EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git;
+else
+   SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep plasma)
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )
+
+src_prepare() {
+   local PATCHES=("${FILESDIR}/01-set-correct-qml-type.patch")
+   cmake-utils_src_prepare
+}