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: | 93 |
Popularity: | 1.26 |
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)
- 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
- Show 35 more dependencies...
Required by (66)
- 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)
- hdrop-git (requires hyprland)
- hy3 (requires hyprland)
- hy3-git (requires hyprland)
- hycov-git (requires hyprland)
- hypr-trans-git (requires hyprland)
- hypr-wellbeing-bin (requires hyprland)
- hypraway (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)
- Show 46 more...
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 39 Next › Last »
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 havinglibdisplay-info.so.1
in the dependency array. To fix this, uninstallhyprland-git
, upgrade libdisplay-info and then reinstallhyprland-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 havinglibdisplay-info.so.1
in the dependency array. To fix this, uninstallhyprland-git
, upgrade libdisplay-info and then reinstallhyprland-git
hyprland is not the solo consumer of
libdisplay-info
, using the git version may cause conflicts. so it's not an option.earlybird commented on 2024-06-23 07:30 (UTC) (edited on 2024-06-23 07:31 (UTC) by earlybird)
Why not change these ( hyprutils hyprcursor hyprlang hyprwayland-scanner libdisplay-info) into their -git counterparts in the PKGBUILDS?
zjeffer commented on 2024-06-10 20:19 (UTC)
@memchr
Indeed, so can't you change the PKGBUILD to depend on the -git libraries instead of the non-git ones?
Currently, on a new system running
paru -S hyprland-git
will install the non-git dependencies, failing the compilation of Hyprland.<deleted-account> commented on 2024-06-10 00:39 (UTC)
hyprwm libraries
Hyprland source changes frequently, it is recommended to use the
-git
version of the dependent hyprwm libraries.paru
yay
using ccache/sccache
Precompiled headers (PCH) was enabled by default, this would most likely invalidate the compiler cache if any of the upstream header files change. To disable PCH, add the meson build option
-Db_pch=false
tobuild()
.Build with specific pull requests
Use
pick_mr <pull request number>
at the end ofprepare()
to merge pull requests locally. For example, to merge https://github.com/hyprwm/Hyprland/pull/6268, useEnable legacy renderer
In the
build()
function, add-D legacy_renderer=true
tomeson setup
Compilation errors
If you encounter compilation errors, try the following first:
protocols/
, such asprotocols/linux-dmabuf-v1.hpp
, then rebuild or installhyprwayland-scanner-git
;-git
packages for all hyprwm libraries;makepkg --cleanbulid
.Symbol not declared
Errors like
<symbol> was not declared in this scope
<symbol> has not been declared
are usually caused by missing headers. Please consider reporting this upstream or creating a pull request if it has not already been done.
alekgr commented on 2024-06-09 05:13 (UTC)
looks like hyprutils( newe repo) is needed here to build hyprland
The C compiler identification is GNU 14.1.1 -- The CXX compiler identification is GNU 14.1.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring hyprlang in Release -- Found PkgConfig: /usr/bin/pkg-config (found version "2.1.1") -- Checking for module 'hyprutils>=0.1.1' -- Package 'hyprutils', required by 'virtual:world', not found CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:634 (message): The following required packages were not found:
hyprutils>=0.1.1
Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:862 (_pkg_check_modules_internal) CMakeLists.txt:32 (pkg_check_modules)
-- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred
zjeffer commented on 2024-06-08 14:47 (UTC)
Since latest PKGBUILD change:
when installing/updating the package. Preferably, this package would use the hyprwayland-scanner-git package.
<deleted-account> commented on 2024-06-06 02:48 (UTC)
@electwix
Update your hyprland source code. Remove
--holdver
flag if you use it.See: https://github.com/hyprwm/Hyprland/commit/098ac916a6314a2b731532e0c85f357e3cf90d2f
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 39 Next › Last »