Package Details: hyprland-cmake-git 0.37.1.r15.g7283dde8-1

Git Clone URL: https://aur.archlinux.org/hyprland-cmake-git.git (read-only, click to copy)
Package Base: hyprland-cmake-git
Description: a 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
Submitter: morrone
Maintainer: morrone
Last Packager: morrone
Votes: 2
Popularity: 0.78
First Submitted: 2024-03-10 03:56 (UTC)
Last Updated: 2024-03-19 02:38 (UTC)

Required by (27)

Sources (5)

Latest Comments

morrone commented on 2024-03-19 02:41 (UTC)

The issues with the packaging should be fixed now. Yes the main difference with hyprland-git is the build system, this package uses cmake instead of meson. Some people (me included) are having Hyprland segfault when using that package.

FabioLolix commented on 2024-03-17 13:30 (UTC)

Hello

I didn't notice because it was already installed in my system

morrone commented on 2024-03-15 18:14 (UTC)

@ShyamGadde you're right cpio is needed during the header install. I didn't notice because it was already installed in my system. Should be fixed now

ShyamGadde commented on 2024-03-15 13:18 (UTC)

Hey @morrone, I'm currently trying to install hyprland-cmake-git (version 0.36.0.r108.g164e92f8-1) on my Arch system running kernel version '6.7.9-zen1-1-zen', and I've encountered an issue. Here's the error log I received:

make installheaders
make[1]: Entering directory '/home/shyam/.cache/paru/clone/hyprland-cmake-git/src/Hyprland'
mkdir -p /home/shyam/.cache/paru/clone/hyprland-cmake-git/pkg/hyprland-cmake-git/usr/include/hyprland
mkdir -p /home/shyam/.cache/paru/clone/hyprland-cmake-git/pkg/hyprland-cmake-git/usr/include/hyprland/protocols
mkdir -p /home/shyam/.cache/paru/clone/hyprland-cmake-git/pkg/hyprland-cmake-git/usr/include/hyprland/wlroots
mkdir -p /home/shyam/.cache/paru/clone/hyprland-cmake-git/pkg/hyprland-cmake-git/usr/share/pkgconfig
find src -name '*.h*' -print0 | cpio --quiet -0dump /home/shyam/.cache/paru/clone/hyprland-cmake-git/pkg/hyprland-cmake-git/usr/include/hyprland
/bin/sh: line 1: cpio: command not found
make[1]: *** [Makefile:82: installheaders] Error 127
make[1]: Leaving directory '/home/shyam/.cache/paru/clone/hyprland-cmake-git/src/Hyprland'
make: *** [Makefile:54: install] Error 2
==> ERROR: A failure occurred in package().
    Aborting...
error: failed to build 'hyprland-cmake-git-0.36.0.r108.g164e92f8-1': 
error: packages failed to build: hyprland-cmake-git-0.36.0.r108.g164e92f8-1

I managed to resolve this issue by installing cpio first. Given this, I'm wondering if cpio should be listed as a dependency rather than an optional one.

As I'm new to Arch, I apologize if my understanding is incorrect. I would appreciate any guidance on this matter.

Thanks!