Search Criteria
Package Details: wayfire-git 0.9.0.r11.g6796b085-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, wlroots-git |
Provides: | libwlroots.so, wayfire, wlroots, wlroots-git |
Submitter: | SolarAquarion |
Maintainer: | SolarAquarion (kaneki, kode54) |
Last Packager: | kode54 |
Votes: | 13 |
Popularity: | 0.178818 |
First Submitted: | 2018-06-28 12:32 (UTC) |
Last Updated: | 2024-09-17 03:39 (UTC) |
Dependencies (41)
- cairo (cairo-gitAUR)
- glm (glm-gitAUR)
- glslang (glslang-gitAUR)
- libdisplay-info (libdisplay-info-gitAUR)
- libdrm (libdrm-gitAUR)
- libevdev (libevdev-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libinput (libinput-noaccumAUR, libinput-multiplierAUR, libinput-three-finger-dragAUR)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libpixman-1.so (pixman-gitAUR, pixman)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libseat.so (seatd)
- libudev.so (lib32-systemd-gitAUR, systemd-chromiumos-libsAUR, libeudevAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR, lib32-systemd, systemd-libs)
- libvulkan.so (lib32-vulkan-icd-loader-gitAUR, vulkan-icd-loader-gitAUR, 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)
- libxkbcommon.so (libxkbcommon-gitAUR, lib32-libxkbcommon, libxkbcommon)
- opengl-driver (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-vulkan-utilsAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, nvidia-535xx-utilsAUR, nvidia-470xx-utilsAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, nvidia-550xx-utilsAUR, nvidia-390xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-utils-betaAUR, nvidia-525xx-utilsAUR, nvidia-510xx-utilsAUR, mesa, mesa-amber, nvidia-utils)
- Show 21 more dependencies...
Required by (112)
- cagebreak (requires wlroots)
- cagebreak-bin (requires wlroots)
- cambalache (requires wlroots)
- cambalache-git (requires wlroots)
- desq-shell (requires wayfire)
- dfl-colorschemeparser (requires wlroots) (make)
- dfl-colorschemeparser (requires wayfire) (make)
- dfl-colorschemeparser-qt6 (requires wlroots) (make)
- dfl-colorschemeparser-qt6 (requires wayfire) (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 wlroots)
- dfl-wayfireparser-qt6 (requires wlroots) (make)
- dfl-wayfireparser-qt6 (requires wayfire)
- Show 92 more...
Latest Comments
1 2 3 4 5 6 Next › Last »
kode54 commented on 2024-07-16 03:50 (UTC)
@earlybird: It wasn't my decision to bundle wlroots, but it won't be my decision to stop bundling it, either.
Maybe look into the hidpi-xprop variant I package, which differs only in that it depends on system wlroots, and specifies the wlroots-hidpi-xprop package. (Well, wlroots0.17-hidpi-xprop, since it's still on 0.17.)
earlybird commented on 2024-07-14 05:18 (UTC)
Can you remove this code "'libwlroots.so'" in provides from the PKGBUILD it will create unnecessary depends on Arch and install other desktops because of it
kode54 commented on 2024-06-22 20:54 (UTC)
Builds here in clean chroot.
rabcor commented on 2024-06-22 20:23 (UTC)
Doesn't build. Just gives heaps of compilation errors.
shoryuken commented on 2024-06-21 22:21 (UTC)
Thank you! :)
kode54 commented on 2024-06-21 22:17 (UTC)
@shoryuken Yeah, oops, I already dealt with that in my hidpi-xprop fork package and forgot to apply it to this one during my updates.
shoryuken commented on 2024-06-21 11:06 (UTC) (edited on 2024-06-21 11:07 (UTC) by shoryuken)
Most of the package is currently built twice: once in build() and once in package(). I suspect it's because of
Isn't it possible to put it above
instead?
kode54 commented on 2024-06-19 09:59 (UTC)
@SolarAquarion / @kaneki: you’re welcome to lift the backported patches I added to my wlroots derivative package:
https://aur.archlinux.org/packages/wlroots-hidpi-xprop
The second of the two numbered patches is enough to fix building with libliftoff 0.5.0+, while the former is a post-0.17.3 bug fix I collected from upstream.
earlybird commented on 2024-06-11 05:28 (UTC) (edited on 2024-06-11 05:36 (UTC) by earlybird)
Can you build it now? I get this error - error: too few arguments to function ‘liftoff_output_apply’ - int ret = liftoff_output_apply(crtc->liftoff, req, flags); - added 'libliftoff' but did not help
kode54 commented on 2024-06-04 06:56 (UTC)
@earlybird freedesktop.org is down for maintenance. Take this as your cue to wait until later. :D
1 2 3 4 5 6 Next › Last »