summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-03-01 16:56:48 +0200
committerJoonas Niilola <juippis@gentoo.org>2023-03-01 16:58:41 +0200
commit9750f70b727a4909475ad81739596280b14c5249 (patch)
tree6e3aac4d7faf2e906d233b03f9423c1a515b266d /mail-client
parentmail-client/thunderbird: add optfeatures for example for lightweight WMs (diff)
downloadgentoo-9750f70b727a4909475ad81739596280b14c5249.tar.gz
gentoo-9750f70b727a4909475ad81739596280b14c5249.tar.bz2
gentoo-9750f70b727a4909475ad81739596280b14c5249.zip
mail-client/thunderbird-bin: 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')
-rw-r--r--mail-client/thunderbird-bin/thunderbird-bin-102.8.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail-client/thunderbird-bin/thunderbird-bin-102.8.0.ebuild b/mail-client/thunderbird-bin/thunderbird-bin-102.8.0.ebuild
index de0ca9a5b7eb..111a1c0c3750 100644
--- a/mail-client/thunderbird-bin/thunderbird-bin-102.8.0.ebuild
+++ b/mail-client/thunderbird-bin/thunderbird-bin-102.8.0.ebuild
@@ -320,6 +320,8 @@ pkg_postinst() {
elog "on X11 or Wayland, you have to re-create these shortcuts on your own."
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
}