Package Details: plasma6-wallpapers-wallpaper-engine-git 0.5.4.r102.ged58dd8-1

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: 26
Popularity: 1.74
First Submitted: 2024-03-07 08:50 (UTC)
Last Updated: 2025-04-10 13:11 (UTC)

Dependencies (21)

Required by (0)

Sources (8)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

ZhangHua commented on 2024-02-12 08:26 (UTC)

@kamikaze211 https://gist.github.com/arenekosreal/99921efb550e41454fef10e3b44d1634 This one should be fine. But I do not test it completely because I am not using plasma6 now. I only tested building PKGBUILD with kde-unstable-x86_64-build script provided by devtools and checking package with namcap. The script kde-unstable-x86_64-build is run and it finally outputs a package. Due to that I am not using plasma6, I cannot maintain this package now, but if you want to maintain it, please feel free to go ahead.

kamikaze211 commented on 2024-02-11 14:40 (UTC)

Hello, I'm now using Plamsa 6 RC2. There is a pull request for Plamsa 6 support : https://github.com/catsout/wallpaper-engine-kde-plugin/pull/344 And I have tried to build it from source, and it works now. Here is what I did that make it works on Plasma 6 : https://github.com/catsout/wallpaper-engine-kde-plugin/pull/344#issuecomment-1937767165 I don't have any programming skill, so I don't know how to make or maintain an AUR package. May I ask you to make a AUR package : plasma6-wallpapers-wallpaper-engine-git ?

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:


:: installing plasma-framework5 (5.111.0-1) breaks dependency 'plasma-framework' required by plasma5-wallpapers-wallpaper-engine-git

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 and provides.

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/3170841d9027e6c338589af4df28ca30933d4754

D3SOX 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.