From: Bernard Cafarelli Date: Fri, 29 May 2020 20:31:20 +0000 (+0200) Subject: x11-wm/windowmaker: add desktop eclass X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6b0c2a341139f0d80594400530839a39e18e654a;p=gentoo.git x11-wm/windowmaker: add desktop eclass For make_desktop_entry call Closes: https://bugs.gentoo.org/724826 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Bernard Cafarelli --- diff --git a/x11-wm/windowmaker/windowmaker-0.95.8-r1.ebuild b/x11-wm/windowmaker/windowmaker-0.95.8-r1.ebuild index 8b2e811ea5bb..759d0ce688c5 100644 --- a/x11-wm/windowmaker/windowmaker-0.95.8-r1.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.95.8-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils +inherit autotools desktop eutils DESCRIPTION="The fast and light GNUstep window manager" HOMEPAGE="http://www.windowmaker.org/" diff --git a/x11-wm/windowmaker/windowmaker-0.95.9.ebuild b/x11-wm/windowmaker/windowmaker-0.95.9-r1.ebuild similarity index 98% rename from x11-wm/windowmaker/windowmaker-0.95.9.ebuild rename to x11-wm/windowmaker/windowmaker-0.95.9-r1.ebuild index a11fcfdcd365..c33eb6226490 100644 --- a/x11-wm/windowmaker/windowmaker-0.95.9.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.95.9-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools eutils +inherit autotools desktop eutils DESCRIPTION="The fast and light GNUstep window manager" HOMEPAGE="http://www.windowmaker.org/" diff --git a/x11-wm/windowmaker/windowmaker-9999.ebuild b/x11-wm/windowmaker/windowmaker-9999.ebuild index 7078f87e0428..3ce59498cbfa 100644 --- a/x11-wm/windowmaker/windowmaker-9999.ebuild +++ b/x11-wm/windowmaker/windowmaker-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools eutils git-r3 +inherit autotools desktop eutils git-r3 DESCRIPTION="The fast and light GNUstep window manager" HOMEPAGE="http://www.windowmaker.org/"