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

Bug 150590

Summary: dev-cpp/gtkmm: new version released (2.10.2)
Product: Gentoo Linux Reporter: Rafał Mużyło <galtgendo>
Component: New packagesAssignee: GNOME C++ Bindings Maintainers (OBSOLETE) <gnome-mm+disabled>
Status: RESOLVED FIXED    
Severity: enhancement CC: coldwind
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rafał Mużyło 2006-10-09 08:52:08 UTC
Old ebuild renamed works, but...
--disable-demos works again and should be added to this ebuild, after all it's in all other gtkmm ebuilds.
--enable-api-atkmm configure option was added so it's now possible to disable building atkmm.
And a minor upstream bug: in demos/gtk-demo/Makefile.am there are two contradicting lines: a comment and a command. It's:
#Build the executable, but don't install it.
bin_PROGRAMS = demo

I think the second one should be:
noinstall_PROGRAMS = demo

as it is in parent directory for pixbuf-demo.
Comment 1 John N. Laliberte (RETIRED) gentoo-dev 2006-10-28 18:19:16 UTC
thanks, in cvs.