Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123712 - add gtk-useflag to gconf
Summary: add gtk-useflag to gconf
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://pc42.xtal.rwth-aachen.de/~jam...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-22 07:23 UTC by Jan Marten Simons
Modified: 2006-02-23 10:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gconf-2.12.1.ebuild (gconf-2.12.1.ebuild,1.85 KB, text/plain)
2006-02-22 07:24 UTC, Jan Marten Simons
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Marten Simons 2006-02-22 07:23:57 UTC
currently gconf always depends on gtk, although it is only needed for a small sample applet. There I added a gtk-useflag to the gconf-2.12.1.ebuild in portage, so that gtk (which depends on X) is optional. This is especially useful, as e.g. ebox depends on gconf and you don't want X on your server, do you?
This ebuild is likely to need files from the files-dir of gconf from the tree.
Comment 1 Jan Marten Simons 2006-02-22 07:24:32 UTC
Created attachment 80436 [details]
gconf-2.12.1.ebuild
Comment 2 Leonardo Boshell (RETIRED) gentoo-dev 2006-02-23 08:35:36 UTC
I agree with your statements, and ideally gconf should have the 'gtk' flag, but we force it for now so it doesn't break other applications which rely on stuff provided only if gconf was compiled with gtk support. See bug #100238 for an example.

The right solution would be more in the lines of implementing USE-aware dependency atoms in portage, but until that day arrives, this will have to wait.
Comment 3 Jan Marten Simons 2006-02-23 10:14:33 UTC
I don't think that somebody who'd like to use gconf without gtk would be interested in any graphical (gnome) programme, so what other non-X programms depend on gconf with gtk enabled?