Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-wm/leftwm/
Date: Wed, 12 Jan 2022 15:20:47
Message-Id: 1641831995.453cb5248d02a8354bda3490ea5317f5cf5ae867.flow@gentoo
1 commit: 453cb5248d02a8354bda3490ea5317f5cf5ae867
2 Author: Luciano Degni <degni.public <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 10 15:30:33 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 10 16:26:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=453cb524
7
8 x11-wm/leftwm: use eclass
9
10 Signed-off-by: Luciano Degni <degni.public <AT> gmail.com>
11
12 x11-wm/leftwm/leftwm-0.2.9.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-wm/leftwm/leftwm-0.2.9.ebuild b/x11-wm/leftwm/leftwm-0.2.9.ebuild
16 index 102e7ac96..0af8442dc 100644
17 --- a/x11-wm/leftwm/leftwm-0.2.9.ebuild
18 +++ b/x11-wm/leftwm/leftwm-0.2.9.ebuild
19 @@ -136,7 +136,7 @@ CRATES="
20 xdg-2.4.0
21 "
22
23 -inherit cargo xdg-utils desktop
24 +inherit cargo xdg-utils desktop optfeature
25
26 DESCRIPTION="A window manager for Adventurers"
27 HOMEPAGE="https://github.com/leftwm/leftwm"
28 @@ -198,7 +198,7 @@ src_install() {
29
30 pkg_postinst() {
31 xdg_desktop_database_update
32 - elog "Emerge 'x11-misc/leftwm-theme' to manage themes for $PN"
33 + optfeature "Emerge 'x11-misc/leftwm-theme' to manage themes for $PN"
34 }
35
36 pkg_postrm() {