summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-07-21 22:23:00 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2018-07-28 12:00:52 +0200
commita172cce4d6608721561859342f1aeffb71498c3e (patch)
tree588fa1a101fb26604e5a0f7fdc5444cdbb026573 /x11-plugins/wmcdplay
parentx11-plugins/wmappl: EAPI7, improve ebuild (diff)
downloadgentoo-a172cce4d6608721561859342f1aeffb71498c3e.tar.gz
gentoo-a172cce4d6608721561859342f1aeffb71498c3e.tar.bz2
gentoo-a172cce4d6608721561859342f1aeffb71498c3e.zip
x11-plugins/wmcdplay: add missing inherit, use default in src_install
Diffstat (limited to 'x11-plugins/wmcdplay')
-rw-r--r--x11-plugins/wmcdplay/wmcdplay-1.1.ebuild8
1 files 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
}