After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 570494 - Epiphany plugin not built with epiphany 2.25
Epiphany plugin not built with epiphany 2.25
Status: RESOLVED FIXED
Product: seahorse-plugins
Classification: Applications
Component: Epiphany
2.25.x
Other Linux
: Normal normal
: 2.24
Assigned To: seahorse-plugins-maint
seahorse-plugins-maint
Depends on: 570525
Blocks:
 
 
Reported: 2009-02-04 13:28 UTC by Vincent Untz
Modified: 2009-02-04 18:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2009-02-04 13:28:08 UTC
I guess it has something to do with the checks in configure.in
Comment 1 Adam Schreiber 2009-02-04 14:01:21 UTC
Is there a trick to building mozilla and epiphany properly in jhbuild?  I can't seem to get either to work, so I suppose in jhbuild the build for the epiphany plugin fails because it finds the headers from 2.24.x and it builds.  

I think I'm just going to change that check into something that checks for presence instead of a version, because the epiphany extension API just doesn't change that much.
Comment 2 Vincent Untz 2009-02-04 14:05:32 UTC
(In reply to comment #1)
> Is there a trick to building mozilla and epiphany properly in jhbuild?

Hmm, no idea :/

> 
> I think I'm just going to change that check into something that checks for
> presence instead of a version, because the epiphany extension API just doesn't
> change that much.

Nod. I'd say it's broken to change the version of the pkg-config file each time. So painful.
Comment 3 Adam Schreiber 2009-02-04 18:21:28 UTC
A patch from Christian should make upgrading much less painful in the future.

2009-02-04  Adam Schreiber  <sadam@clemson.edu>

    * configure.in:
    * plugins/epiphany/seahorse-extension.c: Update version number to 2.25.91
    Update epiphany checking code.  Patch from Christian Persch.  
    Fixes bugs #570525 and #570494