This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Project:GNOME/Policy

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

Meta ebuild policy

The Gnome Herd maintains a meta ebuild named gnome. This meta ebuild is intended to install all of the packages considered by the upstream GNOME project as being part of the Gnome Desktop. It is not intended to be customizable, except for a few exceptions: hardware customization and accessibility. This is the recommended method of installing the Gnome desktop on a Gentoo system.

The primary alternative, if you require specific Gnome programs, is to emerge them individually. If, for example, you want to use Evolution for email, you should emerge evolution. This should pull in any necessary dependencies to run evolution.

There are many subsets of Gnome that can be installed and usable. There is no way that the Gnome Herd can support them all, or any significant fraction of them. We do make one such subset available: gnome-light. This subset is intended to include the programs necessary for basic desktop functionality without any additional applications. It basically includes gnome-session, gnome-shell, gnome-terminal, nautilus, and yelp. Gnome-light can be used as a jumping-off point for installing intermediate subsets of Gnome between it and the full gnome meta ebuild, by emerging extra applications as necessary. No other subsets, including making the gnome ebuild more customizable with USE flags, will be supported.

CFLAGS support

Upstream GNOME does not support any advanced CFLAGS beyond -O2, and neither does the Gnome Herd. Unreproducable bugs with any CFLAGS beyond -O2 and appropriate -march are liable to be closed as INVALID unless they can be reproduced with valid CFLAGS.