Package Details: hyprland-git 0.46.0.r115.ga6b26371-1

Git Clone URL: https://aur.archlinux.org/hyprland-git.git (read-only, click to copy)
Package Base: hyprland-git
Description: Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks
Upstream URL: https://github.com/hyprwm/Hyprland
Licenses: BSD-3-Clause, BSD-2-Clause
Conflicts: hyprland
Provides: hyprland, wayland-compositor
Submitter: hertog
Maintainer: Vaxry (zjeffer, alba4k)
Last Packager: alba4k
Votes: 94
Popularity: 1.58
First Submitted: 2022-04-12 20:26 (UTC)
Last Updated: 2025-01-15 20:42 (UTC)

Dependencies (55)

Required by (64)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 39 Next › Last »

Polar_Phoenix commented on 2023-10-22 06:31 (UTC)

patch command is used in prepare(). I suggest it need to be added in makedepends

<deleted-account> commented on 2023-10-21 21:50 (UTC)

@MarcusE1W Use gcc >= 13 or clang >= 16.

MarcusE1W commented on 2023-10-21 11:10 (UTC)

I still get this error:

../src/helpers/Vector2D.hpp:4:10: fatal error: format: No such file or directory
    4 | #include <format>
      |          ^~~~~~~~
compilation terminated.
[367/439] Linking target subprojects/wlroots/libwlroots.so.12032

Is there a solutions ?

reeeeeeeeeeelity commented on 2023-10-21 06:28 (UTC) (edited on 2023-10-21 06:29 (UTC) by reeeeeeeeeeelity)

https://github.com/hyprwm/Hyprland/commit/c0082519ae476cf7fb75fcb2016607d193b14c49

I have no idea why it depends on vulkan packages since it does not use the wlroots vulkan backend at all.

the dependency is introduced in 5d9e43565, probably at some point building wlroots requires it. While it is not the case anymore. https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3850

Tested it out and I have not met any problem building or running without.

<deleted-account> commented on 2023-10-20 22:20 (UTC)

I have no idea why it depends on vulkan packages since it does not use the wlroots vulkan backend at all.

Don't think hyprland depends on vulkan-validation-layers anymore. Should be safe to remove that?

Do you have references?

reeeeeeeeeeelity commented on 2023-10-20 09:45 (UTC)

Don't think hyprland depends on vulkan-validation-layers anymore. Should be safe to remove that?

xiota commented on 2023-10-18 23:49 (UTC) (edited on 2023-10-18 23:58 (UTC) by xiota)

I tried rebuilding the old commit (on chaotic), adding xdg-desktop-portal-hyprland to makedepends also seems to prevent the extra files from being added.

$ tar tf hyprland-git-0.31.0.r7.a0b675ec-3-x86_64.pkg.tar.zst | grep xml || echo nothing
nothing

Thank you for your patience and working on resolving the issue.

chaotic-aur now has hyprland-git-0.31.0.r8.d70cc88d-1 without the extra files. There's also a new build of xdg-desktop-portal-hyprland-git, but the aur package is still broken, so it will go out of date as soon as there's a new commit.

<deleted-account> commented on 2023-10-18 23:39 (UTC)

Definitely this one, I think Meson's default is to install only modified data files. I added --skip-subprojects hyprland-protocols as a workaround.


hyprland-git-0.31.0.r8.d70cc88d-1-x86_64.pkg.tar.zst:

I made this change before d70cc88d.


Logically, I think the files installed by hyprland-protocols belong to the hyprland package.

xiota commented on 2023-10-18 23:29 (UTC) (edited on 2023-10-18 23:42 (UTC) by xiota)

Related? https://github.com/hyprwm/Hyprland/issues/2568

<deleted-account> commented on 2023-10-18 22:43 (UTC)

No, that's for headers. I mean, why do subprojects/hypprotocols behave differently?