Package Details: lightlyshaders-git 2.0.0.r9.gcea07c0-1

Git Clone URL: https://aur.archlinux.org/lightlyshaders-git.git (read-only, click to copy)
Package Base: lightlyshaders-git
Description: Round corners and outline effect for KWin
Upstream URL: https://github.com/a-parhom/LightlyShaders
Licenses: GPL3
Conflicts: lightlyshaders
Provides: lightlyshaders
Submitter: gustawho
Maintainer: None
Last Packager: gustawho
Votes: 10
Popularity: 0.000987
First Submitted: 2021-03-25 21:24 (UTC)
Last Updated: 2023-10-21 20:26 (UTC)

Latest Comments

1 2 3 Next › Last »

DexterHaxxor commented on 2024-03-31 15:47 (UTC)

@MarsSeed i maintain a package called lightlyshaders-plasma6-git, what do i do now?

CrowleyBr commented on 2024-02-08 17:38 (UTC) (edited on 2024-02-08 17:40 (UTC) by CrowleyBr)

Hello, brothers, if there is an error related to the installation, try the following:

sudo pacman -S kwin

sudo pacman -S gcc

sudo pacman -S mlocate

sudo pacman -S libkwin

git clone https://github.com/a-parhom/LightlyShaders

cd LightlyShaders;

chmod +x install.sh

sudo ./install.sh

hirad commented on 2024-01-29 07:50 (UTC)

when trying to install it, I get this error:

/usr/bin/ld: cannot find -lkwin: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [src/blur/CMakeFiles/lightlyshaders_blur.dir/build.make:210: src/blur/lightlyshaders_blur.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:1028: src/blur/CMakeFiles/lightlyshaders_blur.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
make: Leaving directory '/home/hirad/.cache/paru/clone/lightlyshaders-git/src/build'
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'lightlyshaders-git-2.0.0.r9.gcea07c0-1': 
error: packages failed to build: lightlyshaders-git-2.0.0.r9.gcea07c0-1

artfox3 commented on 2023-10-21 18:02 (UTC)

dependencies got renamed, update them please

error: failed to prepare transaction (could not satisfy dependencies)
:: installing kconfig5 (5.111.0-1) breaks dependency 'kconfig' required by lightlyshaders-git
:: installing kconfigwidgets5 (5.111.0-1) breaks dependency 'kconfigwidgets' required by lightlyshaders-git
:: installing ki18n5 (5.111.0-1) breaks dependency 'ki18n' required by lightlyshaders-git
:: installing kcoreaddons5 (5.111.0-1) breaks dependency 'kcoreaddons' required by lightlyshaders-git
:: installing kcrash5 (5.111.0-1) breaks dependency 'kcrash' required by lightlyshaders-git
:: installing kio5 (5.111.0-1) breaks dependency 'kio' required by lightlyshaders-git
:: installing kservice5 (5.111.0-1) breaks dependency 'kservice' required by lightlyshaders-git
:: installing knotifications5 (5.111.0-1) breaks dependency 'knotifications' required by lightlyshaders-git
:: installing kwidgetsaddons5 (5.111.0-1) breaks dependency 'kwidgetsaddons' required by lightlyshaders-git
:: installing kwindowsystem5 (5.111.0-1) breaks dependency 'kwindowsystem' required by lightlyshaders-git
:: installing kguiaddons5 (5.111.0-1) breaks dependency 'kguiaddons' required by lightlyshaders-git
:: installing kglobalaccel5 (5.111.0-1) breaks dependency 'kglobalaccel' required by lightlyshaders-git

danir.de commented on 2023-01-24 13:25 (UTC)

v2.0 branch is now out-of date. The master branch has the latest updates (including everything from 2.0).

steiny commented on 2022-10-18 09:10 (UTC) (edited on 2022-10-18 09:10 (UTC) by steiny)

Would it be possible to switch this package to the v2.0 [1] upstream branch? The master branch doesn't build anymore on Arch Linux due to breaking changes in KDE 5.26 [2].

[1] https://github.com/a-parhom/LightlyShaders/tree/v2.0

[2] https://github.com/a-parhom/LightlyShaders/issues/64

Technetium1 commented on 2022-07-01 03:03 (UTC) (edited on 2022-07-01 03:03 (UTC) by Technetium1)

Does not build in a clean chroot, it's missing kglobalaccel, kde-dev-utils, and kwin in depends. We fixed it in the meantime on Chaotic-AUR.