Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4335 - gimp-print-cups should not require GTK
Summary: gimp-print-cups should not require GTK
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-29 22:14 UTC by SpanKY
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2002-06-29 22:14:38 UTC
i posted a bug earlier about gimp-print-cups failing because no GTK was 
installed.  the reason it failed was because of hardcoded config option '--
enable-lexmarkutil' (it requires GTK perhaps ?).

i use gimp-print-cups on a server where GTK is pretty much useless.  gimp-print-
cups compiles just fine w/out GTK.

PROPOSED SOLUTION:
change the DEPEND variable:
 GTK? (=x11-libs/gtk+-1.2*)
move some hardcoded configure options to myconf:
use GTK && myconf="${myconf} --enable-lexmarkutil"
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-01 04:20:46 UTC
Thanks spanky, new revision of the ebuild is in portage :)