Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274072 - xfce-base/libxfcegui4-4.6.1 automagically uses glade if found
Summary: xfce-base/libxfcegui4-4.6.1 automagically uses glade if found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-13 23:50 UTC by Jan Hruban
Modified: 2009-07-16 03:53 UTC (History)
0 users

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


Attachments
patch for the ebuild (libxfcegui4-glade-ebuild.patch,891 bytes, patch)
2009-06-25 23:53 UTC, Jan Hruban
Details | Diff
patch for glade flag description (glade-metadata.patch,459 bytes, patch)
2009-06-25 23:54 UTC, Jan Hruban
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Hruban 2009-06-13 23:50:42 UTC
Use flag for enabling/disabling glade binding should be present and probably depend on glade. Otherwise this package autodetects whether installation of glade is present or not and decides itself. 

I found this confusing, because I've installed xfce first, then glade and then I was looking for the glade bindings.

Reproducible: Always

Steps to Reproduce:
1. emerge xfce-base/libxfcegui4-4.6.1
2. emerge glade

Actual Results:  
libxfcegui4 glalde bindings are missing

Expected Results:  
libxfcegui4 ebuild should have better control over this
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-06-24 01:59:55 UTC
I guess what you are looking for is:

%% ./configure --help|grep glade
  --enable-gladeui        Enable checking for glade interface designer
  --disable-gladeui       Disable checking for glade interface designer

No guarantees on when I can get to it..(an ebuild patch would speed this up.) ;)
Comment 2 Jan Hruban 2009-06-25 23:53:52 UTC
Created attachment 195779 [details, diff]
patch for the ebuild

here it is
Comment 3 Jan Hruban 2009-06-25 23:54:46 UTC
Created attachment 195781 [details, diff]
patch for glade flag description
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-07-16 03:53:57 UTC
applied. Thanks for the patches!