kde/recipes: reconcile recipe blake3 + bump transient source.tar to declared versions
Follow-up to the KDE rebase: the vendored bumps had left recipe blake3 stale (URL bumped, hash not), so recipe.toml declared a hash that no longer matched its own source.tar. sync-recipe-source.sh now sets recipe blake3 to the authoritative source.tar hash, and bumps transient recipes' stale cached source.tar to the declared version. Applied to the marker-readable + transient set.
This commit is contained in:
@@ -5,7 +5,7 @@ version = "6.28"
|
||||
#TODO: KDE KConfig — configuration framework, no GUI deps. Depends on qtbase, qtdeclarative, kf6-extra-cmake-modules.
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/6.28/kconfig-6.28.0.tar.xz"
|
||||
blake3 = "53a46ec30bb231d04aaab0f8ece06dc596c1db9d11e7b24117185dcedc1dd4ea"
|
||||
blake3 = "4b7dc6977211995ac73f0599118321cccb777cd4b5c2f0544634881e9265d1cf"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
@@ -52,4 +52,4 @@ done
|
||||
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/6.28/kcoreaddons-6.28.0.tar.xz"
|
||||
blake3 = "33f85b44639aa7378aac860cc38f0e2c9533280685bd96c1271d007578dfe248"
|
||||
blake3 = "8254597063cf66c31f83b3d46abb0336f01d7c87a2cf922f2f91b13839f60cb1"
|
||||
|
||||
@@ -5,7 +5,7 @@ version = "6.28"
|
||||
# KCrash — crash handler, backtrace generation, with OpenGL renderer metadata.
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/6.28/kcrash-6.28.0.tar.xz"
|
||||
blake3 = "dcdd52301351857c6479c8d56d17302dd5a532606a2acdd86b6b7758457fa612"
|
||||
blake3 = "28a4747506cc6cfb56a087c974fe4bb7559ec32af35f346287200acd38c284e8"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
@@ -5,7 +5,7 @@ version = "6.28"
|
||||
#TODO: KDBusAddons — D-Bus convenience wrappers. Needs Qt6DBus (qtbase with FEATURE_dbus=ON).
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/6.28/kdbusaddons-6.28.0.tar.xz"
|
||||
blake3 = "b0bc9d5e9046316dd6220c7ea6543f02e587c982d3e4821c7cb5a6e23fe1fa5e"
|
||||
blake3 = "0e53c15b94e3b365d01eb61ea5478555e9abb6f93993e6e699f232e87e8d9c41"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
@@ -5,7 +5,7 @@ version = "6.28"
|
||||
#TODO: KGuiAddons — GUI utilities, color management, text selection. Depends on qtbase, kf6-extra-cmake-modules. Wayland/X11 disabled.
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/6.28/kguiaddons-6.28.0.tar.xz"
|
||||
blake3 = "cb5007a5420410d371f51694379100759fdc0ce32d4d0c7407e43bd4ba6c09f9"
|
||||
blake3 = "f4d88af34d72627dde6db7a5d217fa756f7938c89b8763e5394450f001f904b3"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
@@ -5,7 +5,7 @@ version = "6.28"
|
||||
#TODO: KI18n — internationalization framework, gettext integration. Depends on qtbase, qtdeclarative, kf6-extra-cmake-modules.
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/6.28/ki18n-6.28.0.tar.xz"
|
||||
blake3 = "b42b1a7a375b48b58e6519947468381b8e3c3d896ac9658da16f0a37a2863cae"
|
||||
blake3 = "e4125684e9ae9d39cbe57ff1e5d56f2b2afe58271b67104fbebc401f14426d7b"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
Binary file not shown.
@@ -5,7 +5,7 @@ version = "6.28"
|
||||
#TODO: KWindowSystem — window system access. Depends on qtbase, kf6-extra-cmake-modules. QML/X11/Wayland disabled.
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/6.28/kwindowsystem-6.28.0.tar.xz"
|
||||
blake3 = "adecba4aa38c48214d820d3f2793b5efd531722c36742b2a38435f817bab61e4"
|
||||
blake3 = "7d97020c517d228d3ca442d68fb3db899a8b6ae0e5b1f5ccc92701ef691a8ecf"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
Binary file not shown.
@@ -7,7 +7,7 @@ version = "6.28"
|
||||
# Required by konsole for syntax highlighting.
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/6.28/syntax-highlighting-6.28.0.tar.xz"
|
||||
blake3 = "303c9af7cedab8fdae4fff9253a958a430405ade6f7acb2cc79b2da5f0050c16"
|
||||
blake3 = "0941a78e44b872917eacd5444cb615b6a88eb7d07a585b4d7381f7701c813314"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -325,10 +325,11 @@ dri2_initialize_redox(_EGLDisplay *disp)
|
||||
}
|
||||
|
||||
dri2_setup_screen(disp);
|
||||
/* Mesa 26.1.4 exposes only dri2_add_pbuffer_configs_for_visuals(); the old
|
||||
* dri2_add_config_for_visuals() window-config helper was removed. Match the
|
||||
* surfaceless platform (which the Redox EGL platform is modelled on). */
|
||||
dri2_add_pbuffer_configs_for_visuals(disp);
|
||||
|
||||
dri2_add_config_for_visuals(dri2_dpy, disp, 0, EGL_WINDOW_BIT);
|
||||
|
||||
dri2_dpy->vtbl = &dri2_redox_display_vtbl;
|
||||
|
||||
return EGL_TRUE;
|
||||
|
||||
Reference in New Issue
Block a user