Package Details: hyprland-git 0.46.0.r54.4e93b2de-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
Submitter: hertog
Maintainer: Vaxry (zjeffer, alba4k)
Last Packager: alba4k
Votes: 97
Popularity: 4.28
First Submitted: 2022-04-12 20:26 (UTC)
Last Updated: 2025-01-01 16:04 (UTC)

Required by (60)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 28 29 30 31 32 33 34 35 36 Next › Last »

MarcusE1W commented on 2022-12-07 18:52 (UTC) (edited on 2022-12-11 15:30 (UTC) by MarcusE1W)

Update: 11 Dec Some problems solve themselves. Hyprland 0.19 beta-2 compiles just fine :-)

Old: ====================

==> Starting package()...
install: cannot stat 'build/Hyprland': No such file or directory

Error during install of v0.19 beta-1

q234rty commented on 2022-11-13 11:28 (UTC)

This doesn't build after https://github.com/hyprwm/Hyprland/commit/23cd1b8c66da3e85692891e985567f6f45f6e501

nyanbinary commented on 2022-10-13 15:43 (UTC)

Would like to see that as well.

CrezyDud commented on 2022-09-30 14:00 (UTC)

Can you make an option/seperate package to enable to use system wlroots(instead of build and copy, just copy from root(/))

That1Calculator commented on 2022-08-02 14:10 (UTC)

@8x13b that was an upstream issue and is now fixed.

zoeleu commented on 2022-07-23 04:19 (UTC)

Hey, compiling this on a quad-core laptop absolutely murdered my computer because cmake is using 10 compile jobs at the same time. Could this be fixed here, or should it be reported upstream?

EinderJam commented on 2022-07-06 16:10 (UTC) (edited on 2022-07-06 21:41 (UTC) by EinderJam)

@primalmotion, @ryo1711

I managed to fix my issue:

  • /usr/lib/libwlroots.so.11032 was not owned by any package and caused conflicts when installing hyprland-git
  • /usr/lib/libwlroots.so was a symlink belonging to wlroots, pointing on libwlroots.so.11032 instead of libwlroots.so.10

What I did:

  1. reinstall wlroots to fix the symlink

    sudo pacman -S wlroots --asdeps
    
  2. Remove libwlroots.so.11032

    sudo rm /usr/lib/libwlroots.so.11032
    
  3. (re)install hyprland-git

EinderJam commented on 2022-07-06 06:13 (UTC)

@ryu1711 Thank you! @That1Calculator are you aware of the issue?

ryo1711 commented on 2022-07-02 10:39 (UTC)

@EinderJam, @primalmotion, I get the error as well with wlroots installed. Ignoring to build wlroots in the PKGBUILD (commenting out lines 66, 67, 68 and 84) fixes it though.

EinderJam commented on 2022-07-02 06:39 (UTC)

@primalmotion I also get this error when building, with wlroots installed, not wlroots-git