Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829838 - dev-util/gnome-builder-3.40.2: make webkit-gtk dependency optional
Summary: dev-util/gnome-builder-3.40.2: make webkit-gtk dependency optional
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:
 
Reported: 2021-12-22 21:09 UTC by Dmitriy Baranov
Modified: 2022-05-08 04:22 UTC (History)
1 user (show)

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 Dmitriy Baranov 2021-12-22 21:09:08 UTC
Please add USE to make possible to disable net-libs/webkit-gtk.
I just discovered that this dependency is optional in the meson.build file:

https://gitlab.gnome.org/GNOME/gnome-builder/-/blob/21c097851240dc1242e9fbd819e7d9acf6e6af9c/meson.build#L290-295

I was able to test the build without a webkit-gtk. The gnome-builder works great without it.

Reproducible: Always
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-12-22 21:20:13 UTC
Note that it'll need a proper patch to the Meson file, it's currently automagic.
Comment 2 Dmitriy Baranov 2022-01-27 21:35:55 UTC
Added in upstream:
Use -Dwebkit=disabled to disable webkit support.
https://gitlab.gnome.org/GNOME/gnome-builder/-/commit/d0c1527b4483f04a570326245a06501b70b4561c
Comment 3 Larry the Git Cow gentoo-dev 2022-05-08 04:22:08 UTC
The bug has been closed via the following commit(s):

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

commit ee7360dc60a70ef09d9425615bdb4deef4bc84d5
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2022-02-19 23:50:30 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2022-05-08 04:21:12 +0000

    dev-util/gnome-builder: Version bump to 42.1
    
    Closes: https://bugs.gentoo.org/829838
    Closes: https://bugs.gentoo.org/843224
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 dev-util/gnome-builder/Manifest                  |   1 +
 dev-util/gnome-builder/gnome-builder-42.1.ebuild | 276 +++++++++++++++++++++++
 dev-util/gnome-builder/metadata.xml              |   1 +
 3 files changed, 278 insertions(+)