From 6e8b941874563931257e2496e74fc17b56d8bd67 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Sun, 22 Dec 2019 21:50:33 +0100 Subject: x11-misc/xplanetFX: use domenu Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli --- x11-misc/xplanetFX/xplanetFX-2.6.14.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'x11-misc') diff --git a/x11-misc/xplanetFX/xplanetFX-2.6.14.ebuild b/x11-misc/xplanetFX/xplanetFX-2.6.14.ebuild index 5a7eba008ee4..b8f5f2c89686 100644 --- a/x11-misc/xplanetFX/xplanetFX-2.6.14.ebuild +++ b/x11-misc/xplanetFX/xplanetFX-2.6.14.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit eutils python-r1 +inherit desktop eutils python-r1 DESCRIPTION="GUI to configure, run or daemonize xplanet with HQ capabilities" HOMEPAGE="http://mein-neues-blog.de/xplanetFX/" @@ -42,8 +42,7 @@ src_prepare() { src_install() { dobin bin/${PN} - insinto /usr/share/applications - doins share/applications/${PN}.desktop + domenu share/applications/${PN}.desktop insinto /usr/share/pixmaps doins share/pixmaps/* insinto /usr/share/${PN} -- cgit v1.2.3-65-gdbad