I posted this issue in the hyprland repo. The main problem is after the commit a443902abca6549839910720b80bd01faf10f387 in the hyprland repo, the plugins can't be built. The process fails with the following message:
$ hyprpm update -f -v
...
barDeco.cpp:392:19: error: ‘class CWindow’ has no member named ‘m_sSpecialRenderData’
392 | if (!PWINDOW->m_sSpecialRenderData.decorate)
| ^~~~~~~~~~~~~~~~~~~~
According to the reply in the post, m_sAdditionalConfigData and m_sSpecialRenderData need to be replaced with m_sWindowData.
I posted this issue in the hyprland repo. The main problem is after the commit a443902abca6549839910720b80bd01faf10f387 in the hyprland repo, the plugins can't be built. The process fails with the following message:
According to the reply in the post,
m_sAdditionalConfigData
andm_sSpecialRenderData
need to be replaced withm_sWindowData
.Complete failure log: hyprpm-fail.log