Search Criteria
Package Details: wayfire 0.6.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: | |
Conflicts: | |
Submitter: | aperez |
Maintainer: | aperez |
Last Packager: | aperez |
Votes: | 12 |
Popularity: | 2.60 |
First Submitted: | 2019-02-14 08:43 |
Last Updated: | 2020-11-12 02:06 |
Dependencies (10)
- cairo (cairo-infinality, cairo-infinality-remix, cairo-ubuntu, cairo-minimal, cairo-dfb, cairo-glesv2-bin, cairo-glesv3-bin, cairo-git)
- libinput (libinput-swap-two-and-three-finger-tap, libinput-fix101796-git, libinput-no-hysteresis, libinput-nosmoothing, libinput-nomiddletap, libinput-accel-profile-git, libinput-hires-scroll, libinput-complyue, libinput-git, libinput-multiplier, libinput-minimal-git, libinput-three-finger-drag)
- libjpeg (libjpeg-droppatch, mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git, libjpeg-turbo)
- wlroots<0.13 (wlroots-full-git, wlroots-git, wlroots-nosystemd-git, wlroots-hidpi-git)
- wlroots>=0.12 (wlroots-full-git, wlroots-git, wlroots-nosystemd-git, wlroots-hidpi-git)
- wf-config>=0.5 (wf-config-git)
- glm (glm-git, gli) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- wayland-protocols (wayland-protocols-git) (make)
Latest Comments
1 2 Next › Last »
fluix commented on 2020-11-08 19:16
I believe the license should be just
MIT
, notcustom:MIT
1, similar towayfire-git
. This is probably unimportant, but I think quoting extra placing entries like theurl
, packages in (make
)depends
, etc. is also common.oech3 commented on 2020-09-24 18:11
fails to build if -fuse-ld=lld in CFLAGS,CXXFLAGS.
dlupi commented on 2020-05-24 07:28
Compilation error of wf-config-0.4.0:
[2/30] Compiling C++ object 'wf-config@sha/src_section.cpp.o' FAILED: wf-config@sha/src_section.cpp.o c++ -Iwf-config@sha -I. -I../wf-config-0.4.0 -Iinclude -I../wf-config-0.4.0/include -I/usr/include/libevdev-1.0/ -I/usr/include/libxml2 -flto -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++17 -Wno-deprecated-declarations -march=x86-64 -mtune=generic -O2 -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ 'wf-config@sha/src_section.cpp.o' -MF 'wf-config@sha/src_section.cpp.o.d' -o 'wf-config@sha/src_section.cpp.o' -c ../wf-config-0.4.0/src/section.cpp ../wf-config-0.4.0/src/section.cpp: In member function ‘std::shared_ptr<wf::config::option_base_t> wf::config::section_t::get_option(const string&)’: ../wf-config-0.4.0/src/section.cpp:38:20: error: ‘invalid_argument’ is not a member of ‘std’ 38 | throw std::invalid_argument("Non-existing option " + name | ^~~~~~~~~~~~~~~~ ../wf-config-0.4.0/src/section.cpp: In member function ‘void wf::config::section_t::register_new_option(std::shared_ptr<wf::config::option_base_t>)’: ../wf-config-0.4.0/src/section.cpp:60:20: error: ‘invalid_argument’ is not a member of ‘std’ 60 | throw std::invalid_argument( | ^~~~~~~~~~~~~~~~ [7/30] Compiling C++ object 'wf-config@sha/src_file.cpp.o' ninja: build stopped: subcommand failed.
Plexcon commented on 2020-04-01 16:27
==> Missing dependencies: -> wf-config>=0.4 ==> Checking dependencies while compiling... ==> ERROR: Not all dependencies could be solved.
aperez commented on 2020-01-30 16:29
@laichiaheng: The issue should be fixed in version 0.3.1, please give it a try.
laichiaheng commented on 2020-01-27 14:10
Failed to build it.
gonciarz commented on 2019-09-22 11:24
+1 glm
szbergeron commented on 2019-09-21 00:45
Seems to be broken for me at the moment:
```Found CMake: /usr/bin/cmake (3.15.3) Run-time dependency glm found: NO (tried pkgconfig and cmake)
meson.build:27:0: ERROR: Dependency "glm" not found, tried pkgconfig and cmake
A full log can be found at /home/sawyer/.cache/yay/wayfire/src/build/meson-logs/meson-log.txt ==> ERROR: A failure occurred in build(). Aborting... Error making: wayfire```
Any recommended steps to solve this?
dumblob commented on 2019-07-31 08:20
Please consider adding "mkdir -p /etc/skel/.config/; cp /usr/share/doc/wayfire/wayfire.ini.default /etc/skel/.config/wayfire.ini" to install(){} for the time being (until wayfire itself will potentially implement some more sane default configuration under the condition of non-existing ~/.config/wayfire.ini).
chrisjbillington commented on 2019-02-14 22:33
Thanks for putting these up! How about one for wcm-git, the GUI config manager? Here's a PKGBUILD I've been using locally for it, I just don't want to be the AUR maintainer:
https://pastebin.com/aTsJwL9b