diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-04-12 17:00:34 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-04-12 17:00:54 +0200 |
commit | 86e6374dbf51fd22c4b68283e6818014d0e77d42 (patch) | |
tree | 156ed1106fea043eb6ed777578f46cae154ad0fe /kde-misc | |
parent | app-portage/portage-lostfiles: (diff) | |
download | guru-86e6374dbf51fd22c4b68283e6818014d0e77d42.tar.gz guru-86e6374dbf51fd22c4b68283e6818014d0e77d42.tar.bz2 guru-86e6374dbf51fd22c4b68283e6818014d0e77d42.zip |
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 <andrewammerlaan@riseup.net>
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild | 13 |
1 files 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 ab2b96b69..f09d6bf31 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") |