Compare commits

..

2 Commits

Author SHA1 Message Date
Parona
34edcf59b3 Merge branch 'icecat' into 'master'
www-client/icecat: add optfeatures for example for lightweight WMs

See uest src_prepare/src_prepare-overlay!363
2023-03-03 16:14:01 +00:00
Alfred Wingate
a18eb7ab61
www-client/icecat: add optfeatures for example for lightweight WMs
* Copied from ::gentoo

Signed-off-by: Alfred Wingate <parona@protonmail.com>
2023-03-03 18:10:31 +02:00

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
}