www-client/icecat: add optfeatures for example for lightweight WMs

* Copied from ::gentoo

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2023-03-03 18:10:31 +02:00
parent 16b31beaef
commit a18eb7ab61
No known key found for this signature in database
GPG Key ID: A12750536B5E7010

View File

@ -18,7 +18,7 @@ WANT_AUTOCONF="2.1"
VIRTUALX_REQUIRED="pgo"
inherit autotools check-reqs desktop flag-o-matic gnome2-utils linux-info \
llvm multiprocessing pax-utils python-any-r1 toolchain-funcs \
llvm multiprocessing optfeature pax-utils python-any-r1 toolchain-funcs \
virtualx xdg
PATCH_URIS=(
@ -1143,4 +1143,8 @@ pkg_postinst() {
elog "Or install an addon to change your useragent."
elog "See: https://support.mozilla.org/en-US/kb/difficulties-opening-or-using-website-firefox-100"
elog
optfeature_header "Optional programs for extra features:"
optfeature "desktop notifications" x11-libs/libnotify
optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas
}