Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcdplay/
Date: Sat, 28 Jul 2018 10:04:16
Message-Id: 1532772052.a172cce4d6608721561859342f1aeffb71498c3e.voyageur@gentoo
1 commit: a172cce4d6608721561859342f1aeffb71498c3e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 21 20:23:00 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 28 10:00:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a172cce4
7
8 x11-plugins/wmcdplay: add missing inherit, use default in src_install
9
10 x11-plugins/wmcdplay/wmcdplay-1.1.ebuild | 8 ++++----
11 1 file changed, 4 insertions(+), 4 deletions(-)
12
13 diff --git a/x11-plugins/wmcdplay/wmcdplay-1.1.ebuild b/x11-plugins/wmcdplay/wmcdplay-1.1.ebuild
14 index f0a1d39b633..0b223d6fe02 100644
15 --- a/x11-plugins/wmcdplay/wmcdplay-1.1.ebuild
16 +++ b/x11-plugins/wmcdplay/wmcdplay-1.1.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19
20 EAPI=5
21 -inherit autotools
22 +inherit autotools desktop
23
24 DESCRIPTION="CD player applet for WindowMaker"
25 HOMEPAGE="https://www.dockapps.net/wmcdplay"
26 @@ -21,13 +21,13 @@ DEPEND="${RDEPEND}
27
28 S=${WORKDIR}/dockapps
29
30 +DOCS=( ARTWORK README )
31 +
32 src_prepare() {
33 eautoreconf
34 }
35
36 src_install() {
37 - emake DESTDIR="${D}" install
38 -
39 - dodoc ARTWORK README
40 + default
41 domenu "${FILESDIR}"/${PN}.desktop
42 }