Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 893694 - gnome-extra/yelp: Migrate from net-libs/webkit-gtk:4 to :4.1 if possible
Summary: gnome-extra/yelp: Migrate from net-libs/webkit-gtk:4 to :4.1 if possible
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 893668
  Show dependency tree
 
Reported: 2023-02-09 02:57 UTC by Matt Turner
Modified: 2023-04-22 20:54 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2023-02-09 02:57:31 UTC
We would like to reduce the number of net-libs/webkit-gtk slots.

Please check if it is possible to migrate from net-libs/webkit-gtk:4 to net-libs/webkit-gtk:4.1.

This should be possible (with minor build-system patching, see https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea0bb7cd3b47dd02d964a5c27c010eeaea8cc8b1 for example) if net-libs/libsoup:2.4 is not pulled in by the package or any of its dependencies.
Comment 1 CFuga 2023-02-17 20:04:26 UTC
If you omit the parameter for configure

--with-webkit2gtk-4-0

it automagically links against webkit-gtk:4.1 instead of version 4.0

The change for this option was introduced in the following commit, and it's valid since yelp version 41.0

https://gitlab.gnome.org/GNOME/yelp/-/commit/47b0dc96dc0e82102600365b83353d7922f1a94d
Comment 2 Larry the Git Cow gentoo-dev 2023-02-17 22:56:24 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b41f893687fb2260649d97d84bb97ec4e63947

commit c6b41f893687fb2260649d97d84bb97ec4e63947
Author:     Cristian Othón Martínez Vera <cfuga@cfuga.mx>
AuthorDate: 2023-02-17 19:54:28 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2023-02-17 22:56:18 +0000

    gnome-extra/yelp: migrate to net-libs/webkit-gtk:4.1
    
    If you omit the parameter for configure --with-webkit2gtk-4-0 it
    automagically links against webkit-gtk:4.1 instead of version 4.0.
    
    The change for this option was introduced in the following commit, and
    it's valid since yelp version 41.0.
    
    https://gitlab.gnome.org/GNOME/yelp/-/commit/47b0dc96dc0e82102600365b83353d7922f1a94d
    
    Bug: https://bugs.gentoo.org/893694
    Closes: https://github.com/gentoo/gentoo/pull/29640
    Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 gnome-extra/yelp/yelp-42.2-r1.ebuild | 57 ++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)