Search Criteria
Package Details: plasma-remotecontrollers-git 5.26.90.r373.gb4f43e8-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/plasma-remotecontrollers-git.git (read-only, click to copy) |
|---|---|
| Package Base: | plasma-remotecontrollers-git |
| Description: | Translate various input device events into keyboard and pointer events |
| Upstream URL: | https://invent.kde.org/plasma-bigscreen/plasma-remotecontrollers |
| Licenses: | GPL2 |
| Conflicts: | plasma-remotecontrollers |
| Submitter: | f43nd1r |
| Maintainer: | User8395 (espidev) |
| Last Packager: | User8395 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-05-05 13:36 (UTC) |
| Last Updated: | 2026-03-05 01:50 (UTC) |
Dependencies (6)
- plasma-bigscreen-gitAUR
- plasma-workspace-gitAUR
- extra-cmake-modules-gitAUR (make)
- libcec-gitAUR (make)
- plasma-wayland-protocols-gitAUR (make)
- libcec (libcec-gitAUR) (optional) – support for TV remotes
Required by (1)
- plasma-bigscreen-git (optional)
Latest Comments
ccharabaruk commented on 2025-08-10 00:40 (UTC)
@User8395 thanks, although even if plasma-bigscreen-git changes to depend on this package, this one should still provide plasma-remotecontrollers as tends to be standard for -git packages.
User8395 commented on 2025-08-08 20:59 (UTC)
@ccharabaruk I have asked the package maintainer to update the dependencies of plasma-bigscreen-git.
ccharabaruk commented on 2025-08-08 20:56 (UTC)
Should this not also provide plasma-remotecontrollers? Right now there's a bootstrap problem since this depends on plasma-bigscreen-git but plasma-bigscreen-git itself depends on the old plasma-remotecontrollers package still stuck at 5.27.10.
lito commented on 2025-07-16 22:52 (UTC)
Yes it works now, thank you for fixing it :D
User8395 commented on 2025-07-16 22:11 (UTC)
Please verify that it works now
lito commented on 2025-07-16 22:03 (UTC)
It does not build right now due to the directory name missing the -git suffix, replacing
cd "$pkgname"
with
cd "plasma-remotecontrollers"
solves the issue