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

Bug 57635

Summary: gtktalog-1.0.5_pre1.ebuild
Product: Gentoo Linux Reporter: eric
Component: New packagesAssignee: Spider (RETIRED) <spider>
Status: RESOLVED LATER    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://chevdor.homelinux.com/gtktalog/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: As other gtktalog ebuild, this should go to app-misc/gtktalog
New ebuid

Description eric 2004-07-19 13:50:42 UTC
This version adds a port of gtktalog to gtk-2, but can also be compiled against gtk-1.
It's basically the same as gtktalog-1.0.3.ebuild with the gtk2 USE flag.

Reproducible: Always
Steps to Reproduce:
Comment 1 eric 2004-07-19 13:52:14 UTC
Created attachment 35768 [details]
As other gtktalog ebuild, this should go to app-misc/gtktalog

The ebuild
Comment 2 Spider (RETIRED) gentoo-dev 2004-07-20 13:55:31 UTC
Yeah, but I'm waiting for the final release from upstream, the current one was a bit flakey in the gtk2 support :-(

btw.. you don't want to do this :
RDEPEND="=x11-libs/gtk+-1.2*
	>=gnome-base/gnome-libs-1.4.1.2-r1
	>=sys-libs/zlib-1.1.4"
DEPEND="${RDEPEND}
	nls? ( sys-devel/gettext )
	gtk2? ( >=x11-libs/gtk+-2.0 )"



You should never depend on -both- of the gtk+, and if you use gtk2, you don't need gnome-libs and co.


Comment 3 eric 2004-07-24 11:04:12 UTC
Created attachment 36072 [details]
New ebuid

Using Spider's comment and advices, here is a new ebuild that should break far
less things ;-)