Package Details: hyprland-git 0.39.1.r105.5e6f7b1c-1

Git Clone URL: https://aur.archlinux.org/hyprland-git.git (read-only, click to copy)
Package Base: hyprland-git
Description: A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.
Upstream URL: https://github.com/hyprwm/Hyprland
Licenses: BSD
Conflicts: hyprland
Provides: hyprland
Submitter: hertog
Maintainer: memchr
Last Packager: memchr
Votes: 74
Popularity: 7.49
First Submitted: 2022-04-12 20:26 (UTC)
Last Updated: 2024-05-14 01:37 (UTC)

Required by (35)

Sources (5)

Pinned Comments

memchr commented on 2024-04-26 13:54 (UTC) (edited on 2024-04-26 13:55 (UTC) by memchr)

What is the difference between foo and foo-git packages?

Many AUR packages come in "stable" release and "unstable" development versions. Development packages usually have a suffix denoting their Version Control System and are not intended for regular use, but may offer new features or bugfixes. Because these packages only download the latest available source when you execute makepkg, their pkgver() in the AUR does not reflect upstream changes.

Latest Comments

1 2 3 4 5 6 .. 23 Next › Last »

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!

tilltend commented on 2024-04-30 19:09 (UTC)

@Pryka You need update hyprwayland-scanner-git.