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>
This commit is contained in:
Andrew Ammerlaan
2020-03-13 13:45:33 +01:00
parent d7e150c554
commit 0298f917c2

View File

@@ -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