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.58 |
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
- Show 35 more dependencies...
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
« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 39 Next › Last »
WA4NDR commented on 2024-02-19 02:12 (UTC)
Seconded on the new dependency for hyprlang.
I pulled updates today and the build of this package failed due to the new dependency.
justinesmithies commented on 2024-02-18 15:45 (UTC)
This package as of today now requires either
hyprlang
orhyprlang-git
to build.<deleted-account> commented on 2024-02-02 16:50 (UTC)
does it affect plugins?
EDIT:
upstream still patches soversion of wlroots in CMakeLists. meson.build doesn't do this. But I think it's mostly used to build on nix.
MikeWalrus commented on 2024-02-02 07:24 (UTC)
Now that upstream doesn't patch the soversion of wlroots anymore, we can statically link with wlroots by adding the meson option
-D wlroots:default_library=static
and removing $pkgdir/usr/lib in package().ogios commented on 2024-01-31 15:48 (UTC) (edited on 2024-01-31 15:56 (UTC) by ogios)
need help here, what should i do with this
and i've searched through, no such
.patch
thing:bvr commented on 2024-01-31 14:35 (UTC)
need to adjust a bit after commit
probably just
instead of
patch
andin
package()
<deleted-account> commented on 2024-01-26 08:34 (UTC)
@UltraBlack Yes, clang works.
But you will need libc++, since clang-16 in the repo doesn't compile hyprland with libstdc++. See https://aur.archlinux.org/packages/hyprland-git?O=70#comment-937055
<deleted-account> commented on 2024-01-26 08:31 (UTC)
It is in the dependencies, but I don't think artix report has it.
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=hyprland-git#n34
therafal commented on 2024-01-25 06:25 (UTC)
After the latest update, I get an error related to the lack of libsystemd. I'm on Artix Linux with s6 as the init, been using this package for a while without any problems. If you want to add it as a hard dep, you should at least add it to the dependencies.
UltraBlack commented on 2024-01-13 17:16 (UTC) (edited on 2024-01-13 19:17 (UTC) by UltraBlack)
could you use clang instead of gcc for compiling this package? The gcc version on the arch arm mirrors is so outdated that this isn't buildable, and for months now. Clang allegedly works. They have a guide here
I sadly haven't been able to get this to work myself, but I might be missing something Edit: No idea what it was but it's using clang now. I added the following to the meson command:
CC=clang CXX=clang++ meson setup build ... -Dcpp_args=--stdlib=libstdc++ -Dc_args=-Wno-unused-command-line-argument"
, it's still crashing at a compiler error. Weird...« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 39 Next › Last »