Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird-bin/
Date: Wed, 01 Mar 2023 14:58:49
Message-Id: 1677682721.9750f70b727a4909475ad81739596280b14c5249.juippis@gentoo
1 commit: 9750f70b727a4909475ad81739596280b14c5249
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 14:56:48 2023 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 14:58:41 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9750f70b
7
8 mail-client/thunderbird-bin: add optfeatures for example for lightweight WMs
9
10 Bug: https://bugs.gentoo.org/821355
11 Bug: https://bugs.gentoo.org/887035
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 mail-client/thunderbird-bin/thunderbird-bin-102.8.0.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/mail-client/thunderbird-bin/thunderbird-bin-102.8.0.ebuild b/mail-client/thunderbird-bin/thunderbird-bin-102.8.0.ebuild
18 index de0ca9a5b7eb..111a1c0c3750 100644
19 --- a/mail-client/thunderbird-bin/thunderbird-bin-102.8.0.ebuild
20 +++ b/mail-client/thunderbird-bin/thunderbird-bin-102.8.0.ebuild
21 @@ -320,6 +320,8 @@ pkg_postinst() {
22 elog "on X11 or Wayland, you have to re-create these shortcuts on your own."
23 fi
24
25 - optfeature_header "Optional runtime features:"
26 + optfeature_header "Optional programs for extra features:"
27 + optfeature "desktop notifications" x11-libs/libnotify
28 optfeature "encrypted chat support" net-libs/libotr
29 + optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas
30 }