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 377295 - configure help for available extensions outdated
configure help for available extensions outdated
Status: RESOLVED FIXED
Product: epiphany-extensions
Classification: Deprecated
Component: general
2.16.x
Other Linux
: Normal trivial
: ---
Assigned To: epiphany-extensions-maint
epiphany-extensions-maint
Depends on:
Blocks:
 
 
Reported: 2006-11-20 05:18 UTC by Mart Raudsepp
Modified: 2006-11-24 10:05 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Trivial patch against 2.16.1 (966 bytes, patch)
2006-11-20 05:40 UTC, Mart Raudsepp
committed Details | Review
Patch for HEAD (985 bytes, patch)
2006-11-20 05:45 UTC, Mart Raudsepp
committed Details | Review

Description Mart Raudsepp 2006-11-20 05:18:23 UTC
configure --help for available extensions is outdated and has a typo:

  --with-extensions=extension1,extension2,...
                          build the specified extensions. Available:
                          actions, adblock, certificates,
                          error-viewer, extensions-manager-ui, gestures, livehttpheaders,
                          page-info, rss, sample, sampls-mozilla, select-stylesheet,
                          sidebar, smart-bookmarks, tab-groups,
                          as well as the aliases default, all, and really-all


The following extensions are missing from the list:

auto-reload, auto-scroller, favicon, greasemonkey, permissions, push-scroller, python-console, sample-python, tab-states, java-console

Additionally sample-mozilla has a typo - "sampls"
Comment 1 Mart Raudsepp 2006-11-20 05:40:56 UTC
Created attachment 76894 [details] [review]
Trivial patch against 2.16.1

This patch uses the same approach as before - simply list all the available extensions manually, without using ALL_EXTENSIONS or PYTHON_ALL_EXTENSIONS to do it automatically
Comment 2 Mart Raudsepp 2006-11-20 05:45:02 UTC
Created attachment 76896 [details] [review]
Patch for HEAD

The same patch with cc-license-viewer added for HEAD usage, where cc-license-viewer extension has been added to PYTHON_ALL_EXTENSIONS
Comment 3 Christian Persch 2006-11-20 11:36:49 UTC
Thanks!
Comment 4 Mart Raudsepp 2006-11-24 10:05:40 UTC
Committed patches to the appropriate branch, with the following ChangeLog entry for both:

2006-11-24  Mart Raudsepp  <mraudsepp@cvs.gnome.org>

        * configure.ac:

        Update list of extensions in configure help. Fixes bug #377295.