Package Details: lightlyshaders-git 2.0.0.r49.g42ba6df-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: GPL-2.0-or-later
Conflicts: lightlyshaders
Provides: lightlyshaders
Submitter: gustawho
Maintainer: gustawho
Last Packager: gustawho
Votes: 12
Popularity: 0.91
First Submitted: 2021-03-25 21:24 (UTC)
Last Updated: 2025-03-20 01:58 (UTC)

Latest Comments

1 2 3 Next › Last »

nizne commented on 2025-02-22 12:26 (UTC)

The PR144 has been merged, so the patch command is no longer necessary.

LittFlower commented on 2025-02-21 05:02 (UTC)

I cannot install this package... log as follow:

:: 正在下载 PKGBUILD……
PKGBUILD 都已是最新版本
没有可供审阅的新更改
正在获取开发版信息……
==> 正在创建软件包:lightlyshaders-plasma6-git 2.0.0.r29.gb159684-4 (2025年02月21日 星期五 12时57分15秒)
==> 获取源代码...
-> 正在升级 LightlyShaders git 仓库...
-> 正在下载 144.diff...
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
100 15462    0 15462    0     0  18734      0 --:--:-- --:--:-- --:--:-- 18741
==> 正在验证 source 文件,使用sha256sums...
LightlyShaders ... 已跳过
144.diff ... 失败
==> 错误: 一个或多个文件没有通过有效性检查!
错误: 未能下载 'lightlyshaders-plasma6-git-2.0.0.r29.gb159684-4' 的源:
错误: 未能构建的软件包:lightlyshaders-plasma6-git-2.0.0.r29.gb159684-4

cmach_socket commented on 2024-07-01 01:10 (UTC)

@sr.team I just found a pull request that could solve the problem:

https://github.com/a-parhom/LightlyShaders/pull/144

But it may cause the performance degradation.

cherkaba commented on 2024-06-27 15:29 (UTC)

error occured in the build:

....

[ 14%] Built target lshelper
[ 14%] Built target kwin_effect_lightlyshaders_autogen_timestamp_deps
[ 16%] Automatic MOC for target kwin_effect_lightlyshaders
AutoMoc warning
---------------
"SRC:/src/lightlyshaders/lightlyshaders.cpp"
includes the moc file "lightlyshaders.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE, Q_NAMESPACE_EXPORT, Q_GADGET_EXPORT, Q_ENUM_NS, K_PLUGIN_FACTORY, K_PLUGIN_CLASS, K_PLUGIN_FACTORY_WITH_JSON or K_PLUGIN_CLASS_WITH_JSON macro.

[ 16%] Built target kwin_effect_lightlyshaders_autogen
[ 18%] Generating lightlyshaders_config.h, lightlyshaders_config.cpp
[ 20%] Automatic RCC for lightlyshaders.qrc
[ 22%] Building CXX object src/lightlyshaders/CMakeFiles/kwin_effect_lightlyshaders.dir/kwin_effect_lightlyshaders_autogen/mocs_compilation.cpp.o
[ 25%] Building CXX object src/lightlyshaders/CMakeFiles/kwin_effect_lightlyshaders.dir/lightlyshaders.cpp.o
/home/XXXX/.cache/yay/lightlyshaders-plasma6-git/src/LightlyShaders/src/lightlyshaders/lightlyshaders.cpp: Dans la fonction membre statique « static bool KWin::LightlyShadersEffect::supported() »:
/home/XXXX/.cache/yay/lightlyshaders-plasma6-git/src/LightlyShaders/src/lightlyshaders/lightlyshaders.cpp:357:61: erreur: « supported » n'est pas un membre de « KWin::GLFramebuffer »
357 |     return effects->isOpenGLCompositing() && GLFramebuffer::supported();
|                                                             ^~~~~~~~~
make[2]: *** [src/lightlyshaders/CMakeFiles/kwin_effect_lightlyshaders.dir/build.make:114: src/lightlyshaders/CMakeFiles/kwin_effect_lightlyshaders.dir/lightlyshaders.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:789: src/lightlyshaders/CMakeFiles/kwin_effect_lightlyshaders.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
make : on quitte le répertoire « /home/XXXX/.cache/yay/lightlyshaders-plasma6-git/src/build »
==> ERROR : orror occure the buil().
Abandon…
->  : lightlyshaders-plasma6-git-exit status 4

lightlyshaders-plasma6-git - exit status 4

sr.team commented on 2024-06-26 19:55 (UTC)

@cmach_socket I think this check may be simplified to return effects->isOpenGLCompositing();

https://github.com/KDE/kwin/commit/feeacf37db5d88fa703c649f8d4edc42bd2d9210

cmach_socket commented on 2024-06-25 00:51 (UTC) (edited on 2024-06-25 01:00 (UTC) by cmach_socket)

I met an error when I run the script to compile :

/home/cmach_socket/.cache/yay/lightlyshaders-plasma6-git/src/LightlyShaders/src/lightlyshaders/lightlyshaders.cpp:357:61: 错误:‘supported’不是‘KWin::GLFramebuffer’的成员
  357 |     return effects->isOpenGLCompositing() && GLFramebuffer::supported();

It seems the upstream software on the plasma6.1 DE caused the problem.

MarsSeed commented on 2024-04-14 06:34 (UTC)

Hi,

I've realized that this package should be named kwin6-effects-lightlyshaders-git to follow the naming patterns described in ArchWiki's KDE package guidelines.

Would you be so kind as to resubmit this under that name?

Thank you in advance!

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