summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-01-31 12:18:13 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-01-31 12:18:30 +0100
commitf3f73d1bfa8d37e01efd59a81373e75ac0fb2dda (patch)
tree1fc261bea9ca1aa88bc50fb759e516780bb6c150
parentdev-ml/cudf: destabilize 0.10 (diff)
downloadgentoo-f3f73d1b.tar.gz
gentoo-f3f73d1b.tar.bz2
gentoo-f3f73d1b.zip
x11-wm/herbstluftwm: install desktop file
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-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