Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4335

Summary: gimp-print-cups should not require GTK
Product: Gentoo Linux Reporter: SpanKY <vapier>
Component: New packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED FIXED    
Severity: normal CC: vapier
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 :)