Package Details: kwin-effects-forceblur 1.3.6-1

Git Clone URL: https://aur.archlinux.org/kwin-effects-forceblur.git (read-only, click to copy)
Package Base: kwin-effects-forceblur
Description: KWin Blur effect fork with window class force blur feature (Wayland & X11)
Upstream URL: https://github.com/taj-ny/kwin-effects-forceblur
Licenses: GPL3
Submitter: D3SOX
Maintainer: D3SOX
Last Packager: D3SOX
Votes: 8
Popularity: 1.82
First Submitted: 2024-03-09 21:30 (UTC)
Last Updated: 2025-01-11 14:48 (UTC)

Latest Comments

D3SOX commented on 2024-12-30 10:37 (UTC)

@shaybox I'm not entirely sure if and how to implement this as there are many different AUR helpers and checking for each of them is not so clean. Do you know an example package which includes such a hook.
I tend to say it's the user's responsibility and they should use the rebuild-detector package.

shaybox commented on 2024-12-25 19:28 (UTC)

This package should include a pacman hook to rebuild it on update

D3SOX commented on 2024-03-31 13:33 (UTC)

@simbalarue np I had to learn about this one day too :) I have this script to do it automatically https://github.com/D3SOX/scripts/blob/master/rebuild-kde-aur-packages.sh It's not perfect but works for my use case

simbalarue commented on 2024-03-31 13:31 (UTC)

@D3SOX my fault you are indeed absolutely right. sorry about that

D3SOX commented on 2024-03-31 13:06 (UTC) (edited on 2024-03-31 13:06 (UTC) by D3SOX)

@simbalarue Can't test now but I'm pretty sure that you're not familiar with compiled KDE addons on Arch from the AUR. You have to rebuild all C++ ones after a Plasma update. For example with paru -S --rebuild

simbalarue commented on 2024-03-31 12:02 (UTC)

package doesn't work anymore on plasma 6.0.3; the option for enabling blur under desktop effects no longer appears

D3SOX commented on 2024-03-22 21:47 (UTC)

Thanks addressed your points. Thought I already noticed 2 but I wasn't sure which one was the correct one

doppelhelix commented on 2024-03-22 21:26 (UTC)

May I suggest two things

1.) Please don't enforce MAKEFLAGS="-j$(nproc)". The user may have a different configuration in his /etc/makepkg.conf.

2.) source=("$url/archive/v$pkgver.tar.gz") may result in inconsistant checksum. You can avoid this by using source=("$url/archive/refs/tags/v$pkgver.tar.gz")

see https://github.com/bazel-contrib/SIG-rules-authors/issues/11#issuecomment-1029861300

D3SOX commented on 2024-03-22 21:22 (UTC)

@traysh try again

traysh commented on 2024-03-22 00:00 (UTC)

Can't install: failed to verify integrity or prepare kwin-effects-forceblur package