diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-03-13 13:45:33 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-03-13 13:45:33 +0100 |
commit | 0298f917c2e140905fc296a54fe6e560ba927a1d (patch) | |
tree | 2cfa9c33f4b240488d08ca35966abe1c2eb2a819 /kde-misc | |
parent | app-misc/telegram-send: add DISTUTILS_USE_SETUPTOOLS=rdepend (diff) | |
download | guru-0298f917c2e140905fc296a54fe6e560ba927a1d.tar.gz guru-0298f917c2e140905fc296a54fe6e560ba927a1d.tar.bz2 guru-0298f917c2e140905fc296a54fe6e560ba927a1d.zip |
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 <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 | 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 |