Bug 143588 - Patch: all dev-cpp/gtkmm ebuilds: add examples and demos USE flags
|
Bug#:
143588
|
Product: Gentoo Linux
|
Version: 2006.0
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: gnome-mm@gentoo.org
|
Reported By: ralf@ark.in-berlin.de
|
|
Component: GNOME
|
|
|
URL:
|
|
Summary: Patch: all dev-cpp/gtkmm ebuilds: add examples and demos USE flags
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-08-11 09:59 0000
|
The attachment adds the handling of (already globally existing) USE flags
"examples" and "demos". The default is off for both. If on, respective parts
are built and installed additionally, which is interesting for developers using
this fine library.
sounds good
better to set G2CONF in pkg_setup though, keep the eclass functionality in tact
as much as possible.
Created an attachment (id=94879) [details]
same patch leaving G2CONF in
ah I see now what you mean. to make use flags turned off per default,
simply saying IUSE='-flag' won't work. instead, one defines them in
IUSE, and disables via G2CONF.
(of course the header should not be patched)
Finally, if you agree, then I'll attach a snippet patching all current
ebuilds in dev-cpp/gtkmm
examples is added in 2.10 series, if you enable examples you should get demos
as well.
in cvs.