Search Criteria
Package Details: waywallen 0.1.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/waywallen.git (read-only, click to copy) |
|---|---|
| Package Base: | waywallen |
| Description: | Wallpaper Manager for Linux. |
| Upstream URL: | https://github.com/waywallen/waywallen |
| Licenses: | MIT |
| Submitter: | ZhangHua |
| Maintainer: | ZhangHua |
| Last Packager: | ZhangHua |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-05-04 02:28 (UTC) |
| Last Updated: | 2026-05-13 08:16 (UTC) |
Dependencies (26)
- cubebAUR (cubeb-gitAUR, cubebAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR, ffmpeg-full-gitAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgcc (libgcc-snapshotAUR)
- libglvnd (libglvnd-gitAUR)
- libstdc++ (libstdc++-snapshotAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-rk35xx-gitAUR, mesa-nollvm-gitAUR, mesa-rdna2vrAUR, mesa-minimal-gitAUR, mesa-amber)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-grpc
- sqlite (sqlite-fossilAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- asio (asio-gitAUR) (make)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- corrosion (corrosion-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- Show 6 more dependencies...
Required by (3)
Sources (7)
- 0001-use-system-deps.diff
- git+https://github.com/hypengw/ncrequest.git#commit=404868aa2aa4481e262f25d8f7d053f42b61b7b8
- git+https://github.com/hypengw/QExtra.git#commit=e9984a0dc57a4abecf5795a067ff4132bcb9489d
- git+https://github.com/hypengw/QmlMaterial.git#commit=ca470c74e51185b0848c29dfb200ba82bf982ce3
- git+https://github.com/hypengw/rstd.git#commit=9fdc3ebeda7289bd1db7d2fb0b978e6ed0b1a63e
- git+https://github.com/hypengw/wavsen.git#commit=b6fca590e5b874f4d87ba0ab2a54df580e242439
- git+https://github.com/waywallen/waywallen.git#tag=v0.1.4
Latest Comments
kamikaze211 commented on 2026-05-22 20:14 (UTC)
Got some building error when tring to install this package, btw I use cachyos with arch official repo.
Deigoodle commented on 2026-05-20 16:06 (UTC) (edited on 2026-05-20 16:07 (UTC) by Deigoodle)
@Sterophonick
I have the same problem
ZhangHua commented on 2026-05-20 02:31 (UTC)
@Sterophonick @mr_nuub
I believe your problems are the same. But I cannot reproduce on my vanilla archlinux, my help maybe very limited. I ran
pkgctl buildon my PKGBUILD repository just now and it still succeeds. As 0.1.1 builds while later versions fails, the most notable changes related to qmlmaterai is that I replace aur/qmlmaterial with a bundled one, because aur/qmlmaterial is not new enough. You may consider usingpkgctl buildto build this in an isolated chroot environment. @mr_nuub usesopt-level=3in rust flags while using-O2in c++ part, I am not sure if this is related to the problems you faced either. Maybe you can unify opt level to 2 on both parts? If that failed, you may consider creating an issue at upstream repository.Sterophonick commented on 2026-05-19 03:20 (UTC)
Unable to be compiled,
_deps/qml_material-build/CMakeFiles/qml_materialplugin_init.dir/./qml_materialplugin_init_autogen/mocs_compilation.cpp.o: file not recognized: file format not recognizedmr_nuub commented on 2026-05-18 18:02 (UTC) (edited on 2026-05-18 18:08 (UTC) by mr_nuub)
I used rustup because I wanted to develop some software. The more I used rust, the less I liked it. So now I switched to system rust. I removed everything using
rustup uninstallbefore I switched. As I said previously, I can build version 0.1.1, but as soon as I want to build something newer, it fails.I think the switch from system qmlmaterial to source qmlmaterial broke it.
Build log of PKGBUILD commit 10bf40f635a4: https://paste.cachyos.org/p/33c213a.txt
Build log of PKGBUILD commit a5e52c3226fe: https://paste.cachyos.org/p/ec6e56a.txt
Here 's the output of
cat /etc/makepkg.conf.d/*: https://paste.cachyos.org/p/070cc07.txtEDIT: I removed system qmlmaterial and the outcome didn't change.
ZhangHua commented on 2026-05-18 05:40 (UTC)
@mr_nuub
This seems not right, the linker should be lld instead clang? But I really have not checked about this.
Besides, according to your log, you are using rust 1.92 from rustup, you may consider using rust from repository, which has been 1.95 now. The more important, I build this package by using rust from repository.
Not only
makepkg.conf, but also the drop-in files inmakepkg.conf.d/*.confcan change your flags.To overcome all problems mentioned above, while keep least changes to your system, you can build this package in a chroot environment by using
pkgctl buildafter you installeddevtools.mr_nuub commented on 2026-05-17 17:45 (UTC) (edited on 2026-05-17 17:52 (UTC) by mr_nuub)
I simply cannot build this anymore. I have already tried commenting out
CPPFLAGS,CFLAGS,CXXFLAGS,LDFLAGS,LTOFLAGS,MAKEFLAGS,NINJAFLAGS,DEBUG_CFLAGSandDEBUG_CXXFLAGSinmakepkg.conf. I tried a freshgit cloneandmakepkg -si. The result is the same, every time.This is my
makepkg.conf: https://paste.cachyos.org/p/cf702ec.txtThis is the log of
paru -Syu makepkg: https://paste.cachyos.org/p/3716627.txtUPDATE: new build log with stderr
ZhangHua commented on 2026-05-13 06:46 (UTC)
@mr_nuub I cannot reproduce this on my machine even replace my CXXFLAGS to
-march=native -O3like yours. As I only got parts of your build log, I guess this is because that you mixed your compiler during building by accident. You may build this package in a chroot environment to avoid this.mr_nuub commented on 2026-05-10 20:36 (UTC) (edited on 2026-05-10 20:36 (UTC) by mr_nuub)
Hi! I am unable to build this PKGBUILD since 0.1.2. 0.1.3 is affected, too. 0.1.1 worked like a charm. The system is updated at a daily basis. Here's the log: https://paste.cachyos.org/p/39053e6.txt