Update parts to last versions#349
Open
sergio-costas wants to merge 1 commit intoubuntu:gnome-46-2404-sdkfrom
Open
Update parts to last versions#349sergio-costas wants to merge 1 commit intoubuntu:gnome-46-2404-sdkfrom
sergio-costas wants to merge 1 commit intoubuntu:gnome-46-2404-sdkfrom
Conversation
kenvandine
requested changes
Jan 27, 2026
Member
kenvandine
left a comment
There was a problem hiding this comment.
One inline comment on an extra blank line, otherwise this looks fine.
This include libcroco, because GTK4 requires it and downloads its own version if it's not available in the system, but then librsvg fails to build. Installing our own libcroco fixes this. Tested with: * Firefox * Cheese * Chromium * Darktable * Element-desktop * Epiphany * Evince * Gimp * Gnome-Characters * Gnome-Mines * Gnome-Recipes * Kicad * Shotwell * Telegram-Desktop * Mattermost-desktop All of them work fine.
6d2139e to
26729b0
Compare
nteodosio
approved these changes
Jan 28, 2026
Contributor
|
Still feel it's a bit risky to switch to very new stable versions of gtk and friends, especially because we should also update the themes (yaru) with it. However, I'd like to get #344 to land first so at least we can have some CI testing now |
Contributor
Author
|
@3v1n0 If you prefer, I can go back for glib, gobject-introspection, gtk4, glibmm and gtkmm... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This include libcroco, because GTK4 requires it and downloads its own version if it's not available in the system, but then librsvg fails to build.
Installing our own libcroco fixes this.
Tested with:
All of them work fine.