Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267279 - [PATCH][gnome-overlay]net-misc/vinagre-2.26.1 Fix gnome-applet optional
Summary: [PATCH][gnome-overlay]net-misc/vinagre-2.26.1 Fix gnome-applet optional
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: http://bugzilla.gnome.org/show_bug.cg...
Whiteboard:
Keywords:
Depends on:
Blocks: gnome2.26
  Show dependency tree
 
Reported: 2009-04-23 22:34 UTC by Romain Perier (RETIRED)
Modified: 2009-04-27 20:26 UTC (History)
0 users

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


Attachments
the patch which solves the problem (0001-net-misc-vinagre-Fix-gnome-applet-optional.patch,5.45 KB, patch)
2009-04-23 22:35 UTC, Romain Perier (RETIRED)
Details | Diff

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