'git', 'plasma-wayland-protocols-git'
==> ERROR: makedepends contains invalid characters: ','
exit 12
Please remove that comma as well. In Bash, arrays must not be separated with commas.
| Git Clone URL: | https://aur.archlinux.org/plasma-bigscreen-git.git (read-only, click to copy) |
|---|---|
| Package Base: | plasma-bigscreen-git |
| Description: | A big launcher giving you easy access to any installed apps and skills |
| Upstream URL: | https://plasma-bigscreen.org/ |
| Licenses: | GPL2 |
| Conflicts: | plasma-bigscreen |
| Provides: | plasma-bigscreen |
| Submitter: | ArchieMeng |
| Maintainer: | User8395 |
| Last Packager: | User8395 |
| Votes: | 4 |
| Popularity: | 0.002008 |
| First Submitted: | 2020-12-02 08:40 (UTC) |
| Last Updated: | 2026-05-18 06:20 (UTC) |
'git', 'plasma-wayland-protocols-git'
==> ERROR: makedepends contains invalid characters: ','
exit 12
Please remove that comma as well. In Bash, arrays must not be separated with commas.
Please remove the , on the depends array, it's causing build errors.
==> ERROR: depends contains invalid characters: ','
Thank you @User8395! I just compiled and it's working. It seems the comma is back again after bluez-qt-git in the depends block.
I don't know if this is because I'm changing the PKGBUILD to compile against the latest stable version of KDE. But to be able to compile I need to have installed plasma-wayland-protocols or the git version. Would it be good to add it to the make depends?
@Jestern fixed (hopefully)
Right now the session seems to be broken without setting CMAKE_INSTALL_LIBEXECDIR=lib at build. By default it seems to point to /urs/lib/libexec and fails to run plasma-dbus-run-session-if-needed
cmake -B build \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
-DCMAKE_BUILD_TYPE=Release
Can you please remove the comma at line 14 of the PKGBUILD?
is it normal for on a fresh install to need to approve removing conflicting packages? is there a way you could make this automated since the script takes forever.
EDIT: to be clear by fresh install i mean i freshly setup an arch build installed a networkmanager and then paru, thats it. also it literally doesnt work. the script makes conflicting dependency with the mix of -git and standard packages that means that kguiaddons cant even install
Also please make this package depend on plasma-remotecontrollers-git instead of plasma-remotecontrollers
This package should depend on the plasma-nano-git instead of the regular plasma-nano.
I updated the PKGBUILD for the new Qt6 version. It runs as expected.
Pinned Comments