Package Details: hyprland-git 0.48.0.r62.gd775686-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
Conflicts: hyprland
Provides: hyprland, wayland-compositor
Submitter: hertog
Maintainer: Vaxry (zjeffer, alba4k)
Last Packager: alba4k
Votes: 95
Popularity: 0.62
First Submitted: 2022-04-12 20:26 (UTC)
Last Updated: 2025-04-11 23:37 (UTC)

Required by (91)

Sources (2)

Pinned Comments

xiota commented on 2025-04-11 01:10 (UTC) (edited on 2025-04-11 01:11 (UTC) by xiota)

Here's the current depends tree to help people figure out (re)build order. Some duplicates are omitted.
hyprland-git
├─aquamarine-git
│ ├─hyprutils-git
│ └─hyprwayland-scanner-git
├─hyprcursor-git
│ └─hyprlang-git
│   └─hyprutils-git
├─hyprgraphics-git
│ └─hyprutils-git
└─hyprland-qtutils-git
  └─hyprland-qt-support-git
    └─hyprlang-git
      └─hyprutils-git

xdg-desktop-portal-hyprland-git
└─hyprlang-git
  └─hyprutils-git

alba4k commented on 2025-04-09 20:40 (UTC)

To report issues, open pull requests, or check out other hyprland-related packages, you can check out https://github.com/alba4k/hyprwm-pkgbuilds

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 40 Next › Last »

kotv commented on 2024-05-14 15:46 (UTC)

@rpi2 still does not work, need to drop lines 130-131 as meson now builds wlroots directly into $pkgdir/usr/include/hyprland/wlr

rpi2 commented on 2024-05-14 12:53 (UTC)

ok, @SentakuHM thanks fixed.

SentakuHM commented on 2024-05-14 11:29 (UTC) (edited on 2024-05-14 13:06 (UTC) by SentakuHM)

line 131 need to be: mv "$pkgdir/usr/include/hyprland/wlroots" "$pkgdir/usr/include/hyprland/wlr"

rpi2 commented on 2024-05-14 11:05 (UTC)

$pkgdir/usr/include/hyprland/wlr no such file or directory?

sevy2010 commented on 2024-05-14 10:07 (UTC)

I also got that error and simply commenting out line 131 did the trick because the wlr folder is at the destination after build anyway

kotv commented on 2024-05-13 12:41 (UTC)

Also for me changing line 131 in PKGBUILD solved .cache/paru/clone/hyprland-git/pkg/hyprland-git/usr/include/wlr': No such file or directory @hertog @memchr please update the PKGBUILD

forgotmypasswd commented on 2024-05-12 19:37 (UTC)

The issue stems from the directory that wlroots is built in changing, it seems. Changing line 131 in PKGBUILD to use "$pkgdir/usr/include/hyprland/wlr" as the source directory allows the package to build correctly.

alekgr commented on 2024-05-12 16:27 (UTC)

All,

Looks like latest commit doesn't build Getting

Installing /home/alek/.cache/paru/clone/hyprland-git/src/Hyprland/build/meson-private/hyprland.pc to /home/alek/.cache/paru/clone/hyprland-git/pkg/hyprland-git/usr/share/pkgconfig mv: cannot stat '/home/alek/.cache/paru/clone/hyprland-git/pkg/hyprland-git/usr/include/wlr': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... error: failed to build 'hyprland-git-0.38.0.r105.582d6233-1':

I have submitted a bug upstream https://github.com/hyprwm/Hyprland/issues/6040

marianoboragno commented on 2024-05-03 16:01 (UTC)

Heads up and further clarification to the error below:

It doesn't compile with the aur/hyprwayland-scanner package, it requires aur/hyprwayland-scanner-git, but the dependency is on aur/hyprwayland-scanner.

If it is the first time hyprwayland-scanner is being installed as a dependency, stop the process, install aur/hyprwayland-scanner-git and then update hyprland.

Pryka commented on 2024-04-30 21:20 (UTC)

@tilltend Thanks. It worked!