diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-01-31 12:18:13 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-01-31 12:18:30 +0100 |
commit | f3f73d1bfa8d37e01efd59a81373e75ac0fb2dda (patch) | |
tree | 1fc261bea9ca1aa88bc50fb759e516780bb6c150 /x11-wm | |
parent | dev-ml/cudf: destabilize 0.10 (diff) | |
download | gentoo-f3f73d1bfa8d37e01efd59a81373e75ac0fb2dda.tar.gz gentoo-f3f73d1bfa8d37e01efd59a81373e75ac0fb2dda.tar.bz2 gentoo-f3f73d1bfa8d37e01efd59a81373e75ac0fb2dda.zip |
x11-wm/herbstluftwm: install desktop file
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/herbstluftwm/herbstluftwm-0.9.5-r1.ebuild (renamed from x11-wm/herbstluftwm/herbstluftwm-0.9.5.ebuild) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.9.5.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.9.5-r1.ebuild index e732c8be90e1..27636824401a 100644 --- a/x11-wm/herbstluftwm/herbstluftwm-0.9.5.ebuild +++ b/x11-wm/herbstluftwm/herbstluftwm-0.9.5-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_OPTIONAL=1 -inherit cmake distutils-r1 +inherit cmake desktop distutils-r1 DESCRIPTION="A manual tiling window manager for X" HOMEPAGE="https://herbstluftwm.org/" @@ -123,6 +123,11 @@ src_install() { doman "doc/${man_page}" done fi + + # Do not only install the herbstluftwm.desktop file in xsessions/ but + # also in applications/. This allows herbstluftwm to be used as + # window manager of a Gnome flashback session. + domenu "${ED}"/usr/share/xsessions/herbstluftwm.desktop } distutils_enable_tests pytest |