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/
Date: Wed, 01 Mar 2023 14:58:49
Message-Id: 1677682721.de0bb7119bc44a8a4992dc3624bba2f80dd8f1b5.juippis@gentoo
1 commit: de0bb7119bc44a8a4992dc3624bba2f80dd8f1b5
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 14:56:03 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=de0bb711
7
8 mail-client/thunderbird: 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/thunderbird-102.8.0.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/mail-client/thunderbird/thunderbird-102.8.0.ebuild b/mail-client/thunderbird/thunderbird-102.8.0.ebuild
18 index 558c9b798bfb..c41d696dab90 100644
19 --- a/mail-client/thunderbird/thunderbird-102.8.0.ebuild
20 +++ b/mail-client/thunderbird/thunderbird-102.8.0.ebuild
21 @@ -1171,6 +1171,8 @@ pkg_postinst() {
22 ewarn "explained in https://bugs.gentoo.org/835078#c5 if Firefox crashes."
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 }