diff options
Diffstat (limited to 'kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild')
-rw-r--r-- | kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild | 5 |
1 files changed, 1 insertions, 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 3a4aca4b1..ab2b96b69 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 |