summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-03-01 16:56:03 +0200
committerJoonas Niilola <juippis@gentoo.org>2023-03-01 16:58:41 +0200
commitde0bb7119bc44a8a4992dc3624bba2f80dd8f1b5 (patch)
tree5b90b53c4048cb38ab6837593264909d6854b0f0 /mail-client/thunderbird
parentwww-client/firefox: drop 110.0 (diff)
downloadgentoo-de0bb7119bc44a8a4992dc3624bba2f80dd8f1b5.tar.gz
gentoo-de0bb7119bc44a8a4992dc3624bba2f80dd8f1b5.tar.bz2
gentoo-de0bb7119bc44a8a4992dc3624bba2f80dd8f1b5.zip
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@gentoo.org>
Diffstat (limited to 'mail-client/thunderbird')
-rw-r--r--mail-client/thunderbird/thunderbird-102.8.0.ebuild4
1 files changed, 3 insertions, 1 deletions
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
}