commit: de0bb7119bc44a8a4992dc3624bba2f80dd8f1b5 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Mar 1 14:56:03 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Mar 1 14:58:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0bb711
mail-client/thunderbird: add optfeatures for example for lightweight WMs Bug: https://bugs.gentoo.org/821355 Bug: https://bugs.gentoo.org/887035 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> mail-client/thunderbird/thunderbird-102.8.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail-client/thunderbird/thunderbird-102.8.0.ebuild b/mail-client/thunderbird/thunderbird-102.8.0.ebuild index 558c9b798bfb..c41d696dab90 100644 --- a/mail-client/thunderbird/thunderbird-102.8.0.ebuild +++ b/mail-client/thunderbird/thunderbird-102.8.0.ebuild @@ -1171,6 +1171,8 @@ pkg_postinst() { ewarn "explained in https://bugs.gentoo.org/835078#c5 if Firefox crashes." fi - optfeature_header "Optional runtime features:" + optfeature_header "Optional programs for extra features:" + optfeature "desktop notifications" x11-libs/libnotify optfeature "encrypted chat support" net-libs/libotr + optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas }