Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57635 - gtktalog-1.0.5_pre1.ebuild
Summary: gtktalog-1.0.5_pre1.ebuild
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Spider (RETIRED)
URL: http://chevdor.homelinux.com/gtktalog/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-19 13:50 UTC by eric
Modified: 2004-07-24 11:04 UTC (History)
0 users

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


Attachments
As other gtktalog ebuild, this should go to app-misc/gtktalog (gtktalog-1.0.5_pre1.ebuild,993 bytes, text/plain)
2004-07-19 13:52 UTC, eric
Details
New ebuid (gtktalog-1.0.5_pre1.ebuild,1.03 KB, text/plain)
2004-07-24 11:04 UTC, eric
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ;-)