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

Dependencies (56)

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 .. 28 29 30 31 32 33 34 35 36 37 38 .. 40 Next › Last »

blackout commented on 2023-07-05 15:43 (UTC) (edited on 2023-07-14 21:44 (UTC) by blackout)

one super strange thing on my machine. I build this package multiple times a week because of the multiple updates. The package version is updated in arch i.e. hyprland-git r3035.981c71e6-1 but after a reboot when I run

❯ /usr/bin/hyprctl version
Hyprland, built from branch main at commit 07d7962c7f56c9928e494e4401806726d7ac5b05 dirty (swipe: fix mixup of r/m).
Tag: v0.26.0-85-g07d7962c

I get an old version. The displayed version is the one that I built manually with:

git clone --recursive https://github.com/hyprwm/Hyprland
cd Hyprland
sudo make install

I found out yesterday when a new windowrule has been introduced. From my hyprland.config windowrulev2=stayfocused,class:^jetbrains-(?!toolbox),floating:1 which didn't work, even though the commit / version from the AUR package should have enabled it.

I am curious if I am the only one.

UPDATE: After a make uninstall and installing the AUR hyprland-git package again the issue is resolved. maybe the different wlroots location caused the issue.

jeanlucthumm commented on 2023-07-01 00:20 (UTC)

If you get compilation errors like

FAILED: CMakeFiles/Hyprland.dir/src/config/ConfigManager.cpp.o 
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/bits/stl_iterator.h:2618:35: error: missing 'typename' prior to dependent type name 'iterator_traits<_It>::iterator_category'
      { using iterator_category = iterator_traits<_It>::iterator_category; };

It could be because you're not using gcc (I was using clang which is not officially supported). To use gcc add this:

  export CC=gcc
  export CXX=g++

In build() before the meson call.

rpi2 commented on 2023-06-18 07:46 (UTC)

thanks guys, thought wlroots just building dependency.

eclairevoyant commented on 2023-06-18 02:50 (UTC) (edited on 2023-06-18 02:52 (UTC) by eclairevoyant)

I installed the wlroots header files because a) it's what the [extra] repo package does, b) hyprland includes wlroots with their own patches, and c) any hyprland plugins likely expect these files to be able to build

FabioLolix commented on 2023-06-17 13:36 (UTC)

why is install wlroots for,etc?

Wayland compositor based on wlroots and is used as git submodules instead of using the system version (may not be compatible with system version)

rpi2 commented on 2023-06-17 02:35 (UTC)

why is install wlroots for,etc?

mitch_mg2 commented on 2023-06-15 23:49 (UTC)

@eclairevoyant. Build works! Congrats. Now we wait...

eclairevoyant commented on 2023-06-15 23:38 (UTC) (edited on 2023-06-15 23:39 (UTC) by eclairevoyant)

Fixed PKGBUILD here: https://gist.github.com/eclairevoyant/0007c44a52c715f243452d17362104b3#file-pkgbuild

This also fixes a reference to $srcdir in /usr/include/hyprland/wlroots/config.h

eclairevoyant commented on 2023-06-15 22:40 (UTC)

Anyway I'm working on a PKGBUILD that should fix-fix all the issues below. Maybe I'll file a bug report for the Arch package too since it seems to have the missing-RELRO issue as well...