Package Details: plasma6-wallpapers-wallpaper-engine-git 0.5.4.r94.g641767d-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: 23
Popularity: 1.84
First Submitted: 2024-03-07 08:50 (UTC)
Last Updated: 2024-08-24 00:21 (UTC)

Required by (0)

Sources (8)

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:


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

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.