Stapler backend for KDE Discover
  • C++ 92.6%
  • Shell 3.4%
  • CMake 3.2%
  • C 0.8%
Find a file
2026-06-03 15:20:06 +03:00
.vscode fix: add ability to specify stplr path and improve dx 2026-04-07 20:33:29 +03:00
contrib fix: add ability to specify stplr path and improve dx 2026-04-07 20:33:29 +03:00
data fix: call stplr refresh in checkForUpdates 2026-04-07 11:26:40 +03:00
hack fix: vendor Discover headers per version to match its vtable 2026-06-03 14:51:21 +03:00
include fix: vendor Discover headers per version to match its vtable 2026-06-03 14:51:21 +03:00
LICENSES initial commit 2026-04-06 14:11:02 +03:00
scripts fix: add ability to specify stplr path and improve dx 2026-04-07 20:33:29 +03:00
src release: 0.1.3 2026-06-03 15:20:06 +03:00
.gitignore fix: vendor Discover headers per version to match its vtable 2026-06-03 14:51:21 +03:00
CMakeLists.txt fix: add missing quote in CMakeLists.txt 2026-06-03 15:19:54 +03:00
LICENSE initial commit 2026-04-06 14:11:02 +03:00
README.md fix: add ability to specify stplr path and improve dx 2026-04-07 20:33:29 +03:00
REUSE.toml initial commit 2026-04-06 14:11:02 +03:00

plasma-discover-stplr

Stapler backend for KDE Discover

Build

cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(nproc)

Install

sudo cmake --install build

Acknowledgments

Based on:

License

GPL-2.0-only