Search Criteria
Package Details: hyprland-git 0.46.0.r115.ga6b26371-1
Package Actions
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, wayland-compositor |
Submitter: | hertog |
Maintainer: | Vaxry (zjeffer, alba4k) |
Last Packager: | alba4k |
Votes: | 94 |
Popularity: | 1.62 |
First Submitted: | 2022-04-12 20:26 (UTC) |
Last Updated: | 2025-01-15 20:42 (UTC) |
Dependencies (55)
- aquamarine-gitAUR
- cairo (cairo-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- glslang (glslang-gitAUR)
- hyprcursor-gitAUR
- hyprgraphics-gitAUR
- hyprland-qtutils-gitAUR
- hyprlang-gitAUR
- hyprutils-gitAUR
- libdisplay-info (libdisplay-info-gitAUR)
- libdrm (libdrm-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libinput (libinput-multiplierAUR, libinput-noaccumAUR, libinput-three-finger-dragAUR, libinput-gitAUR)
- libliftoff (libliftoff-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxcursor
- libxfixes
- libxkbcommon (libxkbcommon-gitAUR)
- libxrender
- mesa (mesa-minimal-gitAUR, mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-amber)
- opengl-driver (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-vulkan-utilsAUR, mesa-minimal-gitAUR, mesa-wsl2-gitAUR, nvidia-535xx-utilsAUR, mesa-amd-bc250AUR, nvidia-utils-teslaAUR, nvidia-525xx-utilsAUR, amdonly-gaming-mesa-gitAUR, nvidia-550xx-utilsAUR, nvidia-510xx-utilsAUR, mesa-gitAUR, nvidia-390xx-utilsAUR, nvidia-utils-betaAUR, nvidia-470xx-utilsAUR, mesa, mesa-amber, nvidia-utils)
- pango (pango-gitAUR)
- pixman (pixman-gitAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- re2 (re2-gitAUR)
- seatd (seatd-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR)
- tomlplusplus
- util-linux-libs (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- wayland-protocols (wayland-protocols-gitAUR)
- xcb-proto (xcb-proto-gitAUR)
- xcb-util
- xcb-util-errors
- xcb-util-image
- xcb-util-keysyms
- xcb-util-renderutil
- xcb-util-wm
- xorg-xwayland (xorg-xwayland-gitAUR, xorg-xwayland-hidpi-xpropAUR, xorg-xwayland-bug865-issue1578AUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glaze (glaze-gitAUR) (make)
- hyprland-protocols-gitAUR (make)
- hyprwayland-scanner-gitAUR (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- xorgproto (xorgproto-gitAUR) (make)
- cmake (cmake-gitAUR) (optional) – to build and install plugins using hyprpm
- cpio (cpio-gitAUR) (optional) – to build and install plugins using hyprpm
- glaze (glaze-gitAUR) (optional) – to build and install plugins using hyprpm
- meson (meson-gitAUR) (optional) – to build and install plugins using hyprpm
- uwsm (optional) – the recommended way to start Hyprland
Required by (64)
- autoricer-bin (requires hyprland) (optional)
- focal-hyprland-git (requires hyprland)
- gbar-git (requires hyprland) (optional)
- greetd-regreet-git (requires wayland-compositor)
- grimblast-git (requires hyprland)
- hdisplays (requires hyprland) (make)
- hy3 (requires hyprland)
- hy3-git (requires hyprland)
- hycov-git (requires hyprland)
- hypr-trans-git (requires hyprland)
- hypr-wellbeing-bin (requires hyprland)
- hyprdim (requires hyprland)
- hyprdwl-git (requires hyprland)
- hyprfreeze-git (requires hyprland)
- hyprland-activewindow (requires hyprland)
- hyprland-autoname-workspaces-git (requires hyprland)
- hyprland-meta-git
- hyprland-plugin-borders-plus-plus (requires hyprland)
- hyprland-plugin-borders-plus-plus (requires hyprland) (make)
- hyprland-plugin-borders-plus-plus-git (make)
- Show 44 more...
Latest Comments
1 2 3 4 5 6 .. 39 Next › Last »
xiota commented on 2025-02-10 20:25 (UTC)
From Makepkg#Configuration, there are multiple config files. Maybe some are overriding the others.
qwertst commented on 2025-02-10 19:15 (UTC)
The only way I can compile it with all my cores is to add
-j$(nproc)
to the cmake --build command for some reasonxiota commented on 2025-02-10 11:55 (UTC) (edited on 2025-02-10 11:56 (UTC) by xiota)
Seems to be working:
With
unset MAKEFLAGS
.With
MAKEFLAGS="-j32"
.If you're building in clean chroot,
makepkg.conf
is probably being set to default.qwertst commented on 2025-02-10 11:17 (UTC)
@xiota Im well aware of the file and the flag, I have it hardcoded to 8 at the moment That's why I'm asking, no matter what hyprland-git uses only 1 core on my system
xiota commented on 2025-02-10 11:10 (UTC)
@qwertst Could you please read Makepkg#Parallel_compilation?
qwertst commented on 2025-02-10 11:02 (UTC)
Could you please allow for -j $(nproc) ?
At the moment the build takes forever and it only uses 1 core regardless of the settings in the aur manager
PoutineErable commented on 2025-02-05 22:46 (UTC) (edited on 2025-02-05 22:49 (UTC) by PoutineErable)
hyprland-protocols-git are part of it's dependencies. You should add it, otherwise, yay -S hyprland-git fails.
But it works if you yay -S hyprland-protocols-git yay -S hyprland-git
Or maybe it all works. Nvm if im dumb.
Craigccfl commented on 2025-02-03 01:02 (UTC) (edited on 2025-02-08 01:53 (UTC) by Craigccfl)
Fully appreciating the work done on this project. I do have a question. Upstream website is showing 0.47.2 is released. Not sure how I did it, my system is running 0,47.0,r29. This package is no longer working for me.
Got things working by not mixing hyprland packages from the Arch Extra Repo with hyprland packages in the AUR. Go one way or the other. Some packages from the different repos don't play nice.
xiota commented on 2025-02-01 13:47 (UTC)
@tuxmanxd Probably need to rebuild
aur/aquamarine-git
(and possibly other hypr*-git packages).1 2 3 4 5 6 .. 39 Next › Last »