Search Criteria
Package Details: plasma6-wallpapers-wallpaper-engine-git 0.5.4.r94.g641767d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/plasma6-wallpapers-wallpaper-engine-git.git (read-only, click to copy) |
---|---|
Package Base: | plasma6-wallpapers-wallpaper-engine-git |
Description: | A simple kde wallpaper plugin integrating wallpaper engine |
Upstream URL: | https://github.com/catsout/wallpaper-engine-kde-plugin |
Licenses: | GPL-2.0-only |
Conflicts: | plasma6-wallpapers-wallpaper-engine |
Provides: | plasma6-wallpapers-wallpaper-engine |
Submitter: | ZhangHua |
Maintainer: | ZhangHua |
Last Packager: | ZhangHua |
Votes: | 23 |
Popularity: | 1.84 |
First Submitted: | 2024-03-07 08:50 (UTC) |
Last Updated: | 2024-08-24 00:21 (UTC) |
Dependencies (21)
- glfw (glfw-wayland-minecraft-cursorfixAUR, glfw-gitAUR, glfw-waywallAUR)
- gst-libav (gst-libav-gitAUR)
- kdeclarative (kdeclarative-gitAUR)
- kpackage (kpackage-gitAUR)
- libplasma (libplasma-gitAUR)
- plasma-workspace (plasma-workspace-gitAUR)
- plasma5support (plasma5support-gitAUR)
- python-websockets
- qt6-5compat
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-multimedia
- qt6-webchannel
- qt6-webengine
- qt6-websockets
- vulkan-driver (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, swiftshader-gitAUR, amdvlk-debugAUR, nvidia-vulkan-utilsAUR, amdvlk-2023q3.3AUR, amdvlk-2021q2.5AUR, amdvlk-gitAUR, vulkan-nouveau-gitAUR, mesa-minimal-gitAUR, vulkan-amdgpu-pro-legacyAUR, amdvlk-binAUR, mesa-wsl2-gitAUR, nvidia-535xx-utilsAUR, nvidia-470xx-utilsAUR, vulkan-radeon-amd-bc250AUR, nvidia-390xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-utils-betaAUR, vulkan-amdgpu-proAUR, nvidia-510xx-utilsAUR, nvidia-525xx-utilsAUR, amdonly-gaming-vulkan-radeon-gitAUR, mesa-gitAUR, nvidia-550xx-utilsAUR, amdvlk, nvidia-utils, vulkan-intel, vulkan-nouveau, vulkan-radeon, vulkan-swrast, vulkan-virtio)
- cmake (cmake-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- mpv (mpv-light-pulseAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-build-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- Show 1 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
queenbiscuit311 commented on 2023-10-20 07:20 (UTC) (edited on 2023-10-20 17:55 (UTC) by queenbiscuit311)
Looks like the latest KDE packages broke some dependencies by further committing to the package name change:
PKGBUILD will likely need an update to fix it.
ZhangHua commented on 2023-05-10 01:16 (UTC)
@EndlessEden This may be related to https://github.com/catsout/wallpaper-engine-kde-plugin/issues/286 and I have seen a PR to fix this. However, the PR is not merged now, I will try to merge it manually here
EndlessEden commented on 2023-05-10 01:07 (UTC)
this recently stopped building for me,
GCC: 13.1.1 LLVM: 15.0.7
tried with both clang and gcc, snprintf is not being declared or imported.
backend_scene/third_party/vk_mem_alloc.h:2723:9: error: ‘snprintf’ was not declared in this scope
SunRed commented on 2022-04-20 20:10 (UTC)
I pushed a new package to the AUR now that uses a recently published fixed release tag and should also have the dependencies set correctly now with
mpv
being optional, just required for the build process (as stated in the readme).You may want to add this package to your
conflicts
andprovides
.fallenpixel commented on 2022-03-30 04:01 (UTC) (edited on 2022-03-30 13:10 (UTC) by fallenpixel)
If you'd allow me to suggest adding
git submodule update --init
to a prepare function, makepkg'd automatically handle the gslang submodule needed for compilation"yanyongyu commented on 2022-03-24 12:55 (UTC)
vulkan-headers
is needed. See https://github.com/catsout/wallpaper-engine-kde-plugin/commit/3170841d9027e6c338589af4df28ca30933d4754D3SOX commented on 2022-03-22 09:18 (UTC)
See https://github.com/catsout/wallpaper-engine-kde-plugin/pull/135
epixtm commented on 2021-12-02 00:45 (UTC)
Thanks warigan, I applied the patch and credited you in the commit history. I've been busy and I don't use KDE on my main desktop so this was put on the backburner for awhile.
Erde commented on 2021-11-23 17:48 (UTC)
Can confirm warigan's patch works (after adding the missing spaces before newlines without a - or +). Much obliged.
warigan commented on 2021-11-20 02:08 (UTC) (edited on 2021-11-23 22:30 (UTC) by warigan)
I had the same issue.
In upstream commit cf694e4 installation of plugin is handled by cmake instead of plasmapkg2. It seems some additional dependencies was also specified in the README.
I made a patch where plasmapkg2 is no longer used to install plugin and I also added the dependencies, see below. It seems to work for me.
https://gist.github.com/warigan/be5ade18876fdeea67436ff72583c5be
Edit: Trouble with formatting in markdown, so I added it as a gist instead. Fixes problem with spaces on some lines.
« First ‹ Previous 1 2 3 4 Next › Last »