Update Hyprland to v0.50.1 and other packages to latest release - #101
Update Hyprland to v0.50.1 and other packages to latest release#101CODJointOps wants to merge 22 commits into
Conversation
|
hyprlang should be updated to 0.6.4 (cd7395eaeb1eee90ebeba9c1330a7635709dd0900ebbe349a7aa5702ba4d613f) |
Updated |
|
I don’t think this will build correctly with the current workflow scripts. Hyprpicker was recently added to the official repos, and along with it, hyprutils (currently at version 7). I’ve already submitted a PR to update it to the new version 0.8.2. |
|
The owner of this repo has been inactive on GitHub since April, so I decided to fork it and apply the changes there. I also made a few small adjustments to the build scripts to get everything working, and it’s running smoothly now. If anyone wants or needs the updated Hyprland version, you can use the binaries from my fork. |
|
=> hyprutils-0.8.4_1: installing host dependencies: pkgconf-2.1.0_1 cmake-bootstrap-4.1.2_1 ninja-1.13.1_1 ... I tried building hyprutils-0.8.4 with the PR applied, and the build fails at the patching stage: |
|
so i found soltion. i delete patch in srcpkgs/hyprutils/patches/ idk why but this is in default shlibs of void in line 4529 |
|
Its in there because hyprpicker is in upstream because its a wl-roots compatible tool (it can be used outside of hyprland). Hyprutils is a dependency of hyprpicker and so the .so was added into the shlibs file. |
thanks. but now i just can't compile hyprland-qtutils. -- Configuring done (0.5s) but the target was not found. Possible reasons include: CMake Error at utils/update-screen/CMakeLists.txt:34 (target_link_libraries): but the target was not found. Possible reasons include: CMake Error at utils/donate-screen/CMakeLists.txt:32 (target_link_libraries): but the target was not found. Possible reasons include: -- Generating done (0.0s) |
|
hyprland-qtutils has been replaced by hyprland-guiutils. That error you are seeing is due to a qt6 update. It was fixed in a recent patch. |
|
this repo seems abandoned by the owner |
I've been maintaining hyprland here if anyone is interested. |
we maintain it there https://github.com/Event-Horizon-VL/blackhole-vl if u want to add some package just do pr.(we do smth like aur but for void) |
Updates Hyprland to v0.50.1 and other packages to latest