Search Criteria
Package Details: kwin-effects-forceblur 1.3.2-1
Package Actions
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: | bertptrs |
Votes: | 4 |
Popularity: | 0.111825 |
First Submitted: | 2024-03-09 21:30 (UTC) |
Last Updated: | 2024-09-24 11:05 (UTC) |
Dependencies (8)
- kcrash (kcrash-gitAUR)
- kglobalaccel (kglobalaccel-gitAUR)
- kio (kio-gitAUR)
- knotifications (knotifications-gitAUR)
- kwin (kwin-gitAUR, kwin-unredirAUR, kwin-frog-fifo-v1AUR, theseus-shipAUR)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt6-tools (make)
Latest Comments
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 usingsource=("$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