Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/herbstluftwm/
Date: Tue, 31 Jan 2023 11:18:46
Message-Id: 1675163910.f3f73d1bfa8d37e01efd59a81373e75ac0fb2dda.flow@gentoo
1 commit: f3f73d1bfa8d37e01efd59a81373e75ac0fb2dda
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 11:18:13 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 11:18:30 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f73d1b
7
8 x11-wm/herbstluftwm: install desktop file
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 .../{herbstluftwm-0.9.5.ebuild => herbstluftwm-0.9.5-r1.ebuild} | 7 ++++++-
13 1 file changed, 6 insertions(+), 1 deletion(-)
14
15 diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.9.5.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.9.5-r1.ebuild
16 similarity index 91%
17 rename from x11-wm/herbstluftwm/herbstluftwm-0.9.5.ebuild
18 rename to x11-wm/herbstluftwm/herbstluftwm-0.9.5-r1.ebuild
19 index e732c8be90e1..27636824401a 100644
20 --- a/x11-wm/herbstluftwm/herbstluftwm-0.9.5.ebuild
21 +++ b/x11-wm/herbstluftwm/herbstluftwm-0.9.5-r1.ebuild
22 @@ -6,7 +6,7 @@ EAPI=8
23 PYTHON_COMPAT=( python3_{9..11} )
24 DISTUTILS_OPTIONAL=1
25
26 -inherit cmake distutils-r1
27 +inherit cmake desktop distutils-r1
28
29 DESCRIPTION="A manual tiling window manager for X"
30 HOMEPAGE="https://herbstluftwm.org/"
31 @@ -123,6 +123,11 @@ src_install() {
32 doman "doc/${man_page}"
33 done
34 fi
35 +
36 + # Do not only install the herbstluftwm.desktop file in xsessions/ but
37 + # also in applications/. This allows herbstluftwm to be used as
38 + # window manager of a Gnome flashback session.
39 + domenu "${ED}"/usr/share/xsessions/herbstluftwm.desktop
40 }
41
42 distutils_enable_tests pytest