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: 2.51
First Submitted: 2022-04-12 20:26 (UTC)
Last Updated: 2025-04-11 23:37 (UTC)

Required by (71)

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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 40 Next › Last »

zjeffer commented on 2024-07-17 16:45 (UTC) (edited on 2024-07-17 17:54 (UTC) by zjeffer)

@alekgr Should now be fixed. I updated the PKGBUILD to depend on the -git hypr packages instead of the releases.

EDIT: nevermind, I see what the problem is now. See disucssion here: https://github.com/hyprwm/hyprutils/pull/9. Recompiling should fix it.

alekgr commented on 2024-07-16 23:41 (UTC)

workaround by sym linking libhyprutils.so.0 to libhyprutils.0.2.0

alekgr commented on 2024-07-16 22:21 (UTC)

Anybody having issues starting Hyprland with the latest 2 commits Looks like hyprutils 2.0 broke it for me

Getting this on error logs. I can't see libhyprutils.so.0
Hyprland: error while loading shared libraries: libhyprutils.so.0: cannot open shared object file: No such file or directory

lrwxrwxrwx 1 root root 17 Jul 15 20:19 libhyprutils.so -> libhyprutils.so.1 -rwxr-xr-x 1 root root 75824 Jul 15 20:19 libhyprutils.so.0.2.0 lrwxrwxrwx 1 root root 21 Jul 15 20:19 libhyprutils.so.1 -> libhyprutils.so.0.2.0

zjeffer commented on 2024-06-29 07:59 (UTC)

@xiota SCRINFO should now be fixed.

<deleted-account> commented on 2024-06-27 07:15 (UTC)

Got flagged a couple of times that the pkgver was too low, so I changed it to zero.

DodoGTA commented on 2024-06-27 07:00 (UTC)

Why does this package have a 0 pkgver in the AUR listing?

earlybird commented on 2024-06-26 09:46 (UTC)

Here is a working pkgbuild - https://pastebin.com/anARcKRb

<deleted-account> commented on 2024-06-26 05:55 (UTC)

The libdisplay-info problem is caused by the PKGBUILD having libdisplay-info.so.1 in the dependency array. To fix this, uninstall hyprland-git, upgrade libdisplay-info and then reinstall hyprland-git

hyprland is not the solo consumer of libdisplay-info, using the git version may cause conflicts. so it's not an option.

<deleted-account> commented on 2024-06-26 05:55 (UTC)

The libdisplay-info problem is caused by the older PKGBUILDs having libdisplay-info.so.1 in the dependency array. To fix this, uninstall hyprland-git, upgrade libdisplay-info and then reinstall hyprland-git

hyprland is not the solo consumer of libdisplay-info, using the git version may cause conflicts. so it's not an option.