From a172cce4d6608721561859342f1aeffb71498c3e Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 21 Jul 2018 22:23:00 +0200 Subject: [PATCH] x11-plugins/wmcdplay: add missing inherit, use default in src_install --- x11-plugins/wmcdplay/wmcdplay-1.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-plugins/wmcdplay/wmcdplay-1.1.ebuild b/x11-plugins/wmcdplay/wmcdplay-1.1.ebuild index f0a1d39b633e..0b223d6fe02a 100644 --- a/x11-plugins/wmcdplay/wmcdplay-1.1.ebuild +++ b/x11-plugins/wmcdplay/wmcdplay-1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools +inherit autotools desktop DESCRIPTION="CD player applet for WindowMaker" HOMEPAGE="https://www.dockapps.net/wmcdplay" @@ -21,13 +21,13 @@ DEPEND="${RDEPEND} S=${WORKDIR}/dockapps +DOCS=( ARTWORK README ) + src_prepare() { eautoreconf } src_install() { - emake DESTDIR="${D}" install - - dodoc ARTWORK README + default domenu "${FILESDIR}"/${PN}.desktop } -- 2.26.2