Gentoo Archives: gentoo-commits

From: Dex Conner <cantcuckthis@××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/dwl/
Date: Sat, 09 Apr 2022 05:58:30
Message-Id: 1649483849.b353baa46e72630c1f0cd45ac92d3accbaca20dc.cantcuckthis@gentoo
1 commit: b353baa46e72630c1f0cd45ac92d3accbaca20dc
2 Author: Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
3 AuthorDate: Sat Apr 9 05:57:29 2022 +0000
4 Commit: Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
5 CommitDate: Sat Apr 9 05:57:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b353baa4
7
8 gui-wm/dwl: Replace doins with domenu
9
10 Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>
11
12 gui-wm/dwl/dwl-0.3.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/gui-wm/dwl/dwl-0.3.ebuild b/gui-wm/dwl/dwl-0.3.ebuild
16 index 285f36ac7..6aaa4d363 100644
17 --- a/gui-wm/dwl/dwl-0.3.ebuild
18 +++ b/gui-wm/dwl/dwl-0.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -inherit flag-o-matic savedconfig toolchain-funcs
24 +inherit flag-o-matic savedconfig toolchain-funcs desktop
25
26 DESCRIPTION="dwm for Wayland"
27 HOMEPAGE="https://github.com/djpohly/dwl"
28 @@ -42,8 +42,7 @@ src_configure() {
29 src_install() {
30 emake PREFIX="${ED}/usr" install
31
32 - insinto /usr/share/wayland-sessions
33 - doins "${FILESDIR}"/dwl.desktop
34 + domenu "${FILESDIR}"/dwl.desktop
35
36 einstalldocs