Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907203 - media-gfx/gthumb: rename USE "http" to "webkit"
Summary: media-gfx/gthumb: rename USE "http" to "webkit"
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: 2023-05-26 09:01 UTC by Pacho Ramos
Modified: 2023-05-29 08:53 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 Pacho Ramos gentoo-dev 2023-05-26 09:01:18 UTC
I was wondering about what packages were still pulling in webkit-gtk:4 in my system and I noticed that gthumb uses "http" instead of (more commonly used) "webkit" USE flag. I understand that, thinking into USE flags being named more regarding "features", "http" would be ok... but for the exact case of webkit support, I am sure most people will want to switch globally "webkit" on/off to avoid its compilation (even when it will be migrated to :4.1 slot).

I would then consider to rename it to more easily avoid webkit deps when possible if desired by the user

Thanks
Comment 1 Matt Turner gentoo-dev 2023-05-26 15:31:44 UTC
Sounds good to me.
Comment 2 Larry the Git Cow gentoo-dev 2023-05-29 08:53:27 UTC
The bug has been closed via the following commit(s):

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

commit 448aa70aeb5890d17fa2ffe349c5203b58c5871d
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2023-05-29 08:50:32 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2023-05-29 08:50:32 +0000

    media-gfx/gthumb: Rename USE "http" to "webkit"
    
    That allows people wanting to globally avoid pulling in webkit-gtk to do it
    more easily. Also apply upstream fix for date formatting not being used
    properly.
    
    Closes: https://bugs.gentoo.org/907203
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 media-gfx/gthumb/files/3.12.2-date-format.patch |  32 +++++++
 media-gfx/gthumb/gthumb-3.12.2-r5.ebuild        | 112 ++++++++++++++++++++++++
 2 files changed, 144 insertions(+)