Package Details: wayfire 0.9.0-1

Git Clone URL: https://aur.archlinux.org/wayfire.git (read-only, click to copy)
Package Base: wayfire
Description: 3D wayland compositor
Upstream URL: https://wayfire.org
Keywords: compositor wayland
Licenses: MIT
Submitter: aperez
Maintainer: aperez
Last Packager: aperez
Votes: 64
Popularity: 0.42
First Submitted: 2019-02-14 08:43 (UTC)
Last Updated: 2024-08-26 08:07 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »

archorz commented on 2021-10-18 21:51 (UTC)

Like sway, on Arch wayfire requires polkit to run with default configuration.

kode54 commented on 2021-09-08 03:38 (UTC)

Might it be a good idea for the PKGBUILD to sed replace some paths in the shipped default config file that goes in docs? For instance, changing /usr/libexec/xdg-desktop-portal in the autostarts to /usr/lib/xdg-desktop-portal so that people like me don't get stupidly confused why it won't start it until I actually dig up where that command lives. It might have prevented me from stupidly adding the old hack for loading systemd's user environment into the process, thinking that was why it wasn't working. The current version already does that, I think.

maderios commented on 2021-07-17 16:26 (UTC)

I get error

Program git found: YES (/usr/bin/git)
Compiler for C++ supports link arguments -lc++fs: NO
Compiler for C++ supports link arguments -lc++experimental: NO
Compiler for C++ supports link arguments -lstdc++fs: YES
Check usable header "GLES3/gl32.h" with dependency glesv2: YES
wayfire-0.7.2/meson.build:124:2: ERROR: Dependencies must be external dependencies

yan12125 commented on 2021-07-01 05:03 (UTC)

@iTux: cmake is just a checkdepends of meson, not a runtime dependency [1].

[1] https://github.com/archlinux/svntogit-packages/blob/packages/meson/trunk/PKGBUILD

iTux commented on 2021-06-30 05:54 (UTC)

@yan12125: cmake needs not to be listed in the makedepends, if you have already meson inside. meson depends on cmake.

scruffidog commented on 2021-06-28 19:03 (UTC)

Seems like wlroots updated to 0.14 and upstream wayfire also updated to 0.7.2. Is there a showstopper to be worried about in updating ?

yan12125 commented on 2021-05-25 02:04 (UTC)

Besides doctest as mentioned by firegem, cmake is also needed to build this. Could you add both to makedepends?

firegem commented on 2021-05-08 02:08 (UTC)

Looks like this needs doctest as a makedepend now.

aperez commented on 2021-05-06 13:50 (UTC)

@Moo-Crumpus: fixed, thanks for the heads up!