commit:     a172cce4d6608721561859342f1aeffb71498c3e
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jul 21 20:23:00 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 10:00:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a172cce4

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 f0a1d39b633..0b223d6fe02 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
 }

Reply via email to