Package Details: labfyre-git 0.9.2.r135.8103a01a-1

Git Clone URL: https://aur.archlinux.org/labfyre-git.git (read-only, click to copy)
Package Base: labfyre-git
Description: A wayland stacking and tiling compositor (Labwc fork)
Upstream URL: https://github.com/FyreX-opensource-design/labFyre
Licenses: GPL-2.0-only
Conflicts: labwc, labwc-git
Provides: labwc
Submitter: Nathan22211
Maintainer: Nathan22211
Last Packager: Nathan22211
Votes: 0
Popularity: 0.000000
First Submitted: 2025-12-25 20:35 (UTC)
Last Updated: 2026-01-02 16:11 (UTC)

Pinned Comments

Nathan22211 commented on 2025-12-26 21:50 (UTC)

don't go marking this out of date for not providing labfyre... I don't have a release version of this yet cus I'm not familiar with github actions... so it's from the latest git commit for now

Latest Comments

tskaar commented on 2025-12-27 01:19 (UTC) (edited on 2025-12-27 01:20 (UTC) by tskaar)

@Nathan22211

wlroots19.0 is currently at version 0.19.2-1 (see: wlroots0.19) in the extra repositories

Nathan22211 commented on 2025-12-27 01:17 (UTC)

@tskaar is wl-roots 19.1 on the AUR? I think 19.0 breaks VR support on labwc as well as my fork...

Nathan22211 commented on 2025-12-27 01:15 (UTC)

ok I think those issues should be resolved (I didn't run into that last one on my end...) I fixed updating too since I use a symlink for labwc compatibility

tskaar commented on 2025-12-27 01:14 (UTC)

@Nathan22211

Sure, I'm simply talking about compilation wise now, if I install cmake, xorg-xwayland, wlroots0.19 & libsfdo it will compile + run as expected.

If you look at labwc-git PKGBUILD, you can see that they have included them as dependencies there as well, you can probably use the same dependencies as them :)

Nathan22211 commented on 2025-12-27 01:08 (UTC)

@tskaar I only tested it on two systems, both installs were used for at least a few days, that last error is odd though, cus upstream labwc has those two dependencies as subprojects...

tskaar commented on 2025-12-27 01:05 (UTC) (edited on 2025-12-27 01:06 (UTC) by tskaar)

FYI; For a clean chroot build (wiki entry) it fails to compile, things that are failing are:

  1. cmake - Needs to be included in makedepends
  2. xorg-xwayland - If we assume it's always compiled with XWayland support, push it to be a dependency rather than a optdepend.
  3. wlroots0.19 & libsfdo - Due to meson.build:79:15: ERROR: Automatic wrap-based subproject downloading is disabled

Other nits:

  1. wayland-protocols are listed as both makedepend and depend, just put it in depend, and that covers everything.
  2. LICENSE file is not required when using the most common ones (see wiki)

Otherwise, you're getting there, keep it up!

Nathan22211 commented on 2025-12-26 21:50 (UTC)

don't go marking this out of date for not providing labfyre... I don't have a release version of this yet cus I'm not familiar with github actions... so it's from the latest git commit for now

Nathan22211 commented on 2025-12-25 20:45 (UTC)

bear with me, this is my first AUR package, so getting it up here was tough enough for me to figure out...