Merge branch 'icecat' into 'master'

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

See uest src_prepare/src_prepare-overlay!363
This commit is contained in:
Parona 2023-03-03 16:14:01 +00:00
commit 34edcf59b3

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
}