Search Criteria
Package Details: wayfire-git 0.9.0.r81.gf865e23c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wayfire-git.git (read-only, click to copy) |
---|---|
Package Base: | wayfire-git |
Description: | 3D wayland compositor |
Upstream URL: | https://github.com/WayfireWM/wayfire |
Keywords: | compositor wayfire wayland wm |
Licenses: | MIT |
Conflicts: | wayfire |
Provides: | libwlroots-0.18.so, wayfire, wlroots |
Submitter: | SolarAquarion |
Maintainer: | SolarAquarion (kode54) |
Last Packager: | kode54 |
Votes: | 14 |
Popularity: | 0.91 |
First Submitted: | 2018-06-28 12:32 (UTC) |
Last Updated: | 2025-03-26 06:52 (UTC) |
Dependencies (43)
- cairo (cairo-gitAUR)
- glm (glm-gitAUR)
- glslang (glslang-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libdisplay-info (libdisplay-info-gitAUR)
- libdrm (libdrm-gitAUR)
- libevdev (libevdev-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libinput (libinput-multiplierAUR, libinput-noaccumAUR, libinput-three-finger-dragAUR, libinput-gitAUR)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libliftoff (libliftoff-gitAUR)
- libpixman-1.so (pixman-gitAUR, pixman)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libseat.so (seatd)
- libudev.so (systemd-chromiumos-libsAUR, libeudevAUR, systemd-libs-fmlAUR, lib32-systemd-gitAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR, lib32-systemd, systemd-libs)
- libvulkan.so (lib32-vulkan-icd-loader-gitAUR, vulkan-icd-loader-gitAUR, advantagescopeAUR, lib32-vulkan-icd-loader, vulkan-icd-loader)
- libwayland-client.so (wayland-asan-gitAUR, wayland-chromiumAUR, lib32-wayland, wayland)
- libwayland-server.so (wayland-asan-gitAUR, wayland-chromiumAUR, lib32-wayland, wayland)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- Show 23 more dependencies...
Required by (109)
- cage-git (requires libwlroots-0.18.so)
- cagebreak (requires wlroots)
- cagebreak-bin (requires wlroots)
- cambalache (requires wlroots)
- cambalache-git (requires wlroots)
- clipcell (requires wlroots)
- desq-shell (requires wayfire)
- dfl-colorschemeparser (requires wayfire) (make)
- dfl-colorschemeparser (requires wlroots) (make)
- dfl-colorschemeparser-qt6 (requires wayfire) (make)
- dfl-colorschemeparser-qt6 (requires wlroots) (make)
- dfl-hjsonparser (requires wayfire) (make)
- dfl-hjsonparser (requires wlroots) (make)
- dfl-hjsonparser-qt6 (requires wayfire) (make)
- dfl-hjsonparser-qt6 (requires wlroots) (make)
- dfl-wayfireparser (requires wayfire)
- dfl-wayfireparser (requires wayfire) (make)
- dfl-wayfireparser (requires wlroots)
- dfl-wayfireparser (requires wlroots) (make)
- dfl-wayfireparser-qt6 (requires wayfire)
- Show 89 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
luluco250 commented on 2022-05-26 23:18 (UTC)
Build fails if nlohmann-json is not found, apparently it's a runtime dependency, so I think it should be added as a dependency. It worked for me after I installed it.
tombh commented on 2022-05-19 13:48 (UTC) (edited on 2022-05-19 14:12 (UTC) by tombh)
It seems we can't use
arch-meson
to build at the moment? I'm getting the error:plugins/ipc/meson.build:7:2: ERROR: Automatic wrap-based subproject downloading is disabled
. I'm using a hack I found in the mangohud-git AUR package to fix it. Just add this function to the PKGBUILD:HVLife commented on 2022-05-03 14:06 (UTC)
Here is pkgbuild, if you want to install wayfire-git with wlroots package and wf-config-git. Just because I have sway on my system...
mr_spuck commented on 2022-01-30 00:38 (UTC)
Could you please also add 'wlroots' to the provides array ?
nuc commented on 2022-01-25 04:11 (UTC)
I have the same issue as @Tom_B
Tom_B commented on 2022-01-08 18:32 (UTC)
This conflicts with wlroots but wlroots is a dependency for wf-shell-git which means we can't currently install wayfire-git and wf-shell-git at the same time. What is the best way to solve this conflict?
kaneki commented on 2022-01-03 14:13 (UTC)
@lama_reborn your requests have been implemented.
lama_reborn commented on 2021-12-02 17:24 (UTC) (edited on 2021-12-02 17:32 (UTC) by lama_reborn)
I would to point out a minor issue here. If you use wlroots-git package you might end up not being able to compile wayfire. Reason is stated on wayfire.org webpage - they are not able to precisely keep up with upstream wlroots project. For that reason they created git subproject in wayfire git that points to the latest wlroots commit wayfire functions with. Here you can see it: https://github.com/WayfireWM/wayfire/tree/master/subprojects
After finding that out and not being entirely happy about this package I prepared another AUR package that compiles with build-type=release (which turns on compiler optimizations), compiles wlroots subproject and wf-config subproject and has X11 as optional dependency. Since it was promptly marked as duplicate and deleted from AUR I am not going to bother arguing that and will just put the changes here. Feel free to adopt parts of it or nothing at all.
Also thanks for maintaining this.
kode54 commented on 2021-11-27 23:18 (UTC)
@cock Check
/usr/bin/arch-meson
, which this PKGBUILD uses, which already selects a buildtype appropriate for packaging.cock commented on 2021-11-27 19:43 (UTC) (edited on 2021-11-27 19:45 (UTC) by cock)
can you please add:
buildtype=release
or otherwise starting wayfire takes ages(confirmed the problem is this) because it's a debug build(please do this in your other packages too)
« First ‹ Previous 1 2 3 4 5 6 Next › Last »