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

Bug 267279

Summary: [PATCH][gnome-overlay]net-misc/vinagre-2.26.1 Fix gnome-applet optional
Product: Gentoo Linux Reporter: Romain Perier (RETIRED) <mrpouet>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://bugzilla.gnome.org/show_bug.cgi?id=580501
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 263083    
Attachments: the patch which solves the problem

Description Romain Perier (RETIRED) gentoo-dev 2009-04-23 22:34:33 UTC
Hi,

as asked in the TODO, it was necessary to vinagre gnome-applet to an optional features.
You'll find in attachment a git format-patch which solves the problem:
 - Updates configure.ac to add --{enable|disable}-applet configure script option
   (preserved the default behavior to "yes")
 - Updates src/Makefile.am with an AM_CONDITIONNAL to build applet ONLY if APPLET symbol was defined.
 - Updates the ebuild to properly include the patch (i added an src_unpack as stated in the Gentoo devmanual to apply the fix, add "applet" USE flag, and a call to eautoreconf).
 - Updates the Manifest.

mrpouet ;)

Reproducible: Always
Comment 1 Romain Perier (RETIRED) gentoo-dev 2009-04-23 22:35:01 UTC
Created attachment 189267 [details, diff]
the patch which solves the problem
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-23 23:27:10 UTC
Fixed in overlay. Thanks for reporting.
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-23 23:27:44 UTC
Fixed in overlay. Thanks for reporting.
Comment 4 Romain Perier (RETIRED) gentoo-dev 2009-04-27 20:26:20 UTC
upstream opened , see http://bugzilla.gnome.org/show_bug.cgi?id=580501 ;)