diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-05-29 22:31:20 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-05-29 22:45:50 +0200 |
commit | 6b0c2a341139f0d80594400530839a39e18e654a (patch) | |
tree | 919de48383beb709b1414ca15c1d96bca0024c5f /x11-wm | |
parent | dev-python/pip: keyworded 20.1.1 for hppa, bug #719700 (diff) | |
download | gentoo-6b0c2a341139f0d80594400530839a39e18e654a.tar.gz gentoo-6b0c2a341139f0d80594400530839a39e18e654a.tar.bz2 gentoo-6b0c2a341139f0d80594400530839a39e18e654a.zip |
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 <voyageur@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.95.8-r1.ebuild | 2 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.95.9-r1.ebuild (renamed from x11-wm/windowmaker/windowmaker-0.95.9.ebuild) | 2 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
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 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/" |