Package Details: plasma-bigscreen-git 6.6.90.r6.gfc755a2-1

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)

Dependencies (12)

Sources (1)

Pinned Comments

Latest Comments

1 2 3 4 Next › Last »

lito commented on 2026-05-05 23:11 (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.

lito commented on 2026-04-29 21:45 (UTC)

Please remove the , on the depends array, it's causing build errors.

==> ERROR: depends contains invalid characters: ','

Jestern commented on 2026-04-15 18:01 (UTC)

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?

User8395 commented on 2026-04-15 16:19 (UTC)

@Jestern fixed (hopefully)

Jestern commented on 2026-04-11 16:09 (UTC)

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 

patlefort commented on 2026-02-17 06:35 (UTC)

Can you please remove the comma at line 14 of the PKGBUILD?

Instagalactix commented on 2026-02-09 05:26 (UTC) (edited on 2026-02-09 06:30 (UTC) by Instagalactix)

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

User8395 commented on 2025-08-08 20:59 (UTC)

Also please make this package depend on plasma-remotecontrollers-git instead of plasma-remotecontrollers

User8395 commented on 2025-07-02 00:15 (UTC)

This package should depend on the plasma-nano-git instead of the regular plasma-nano.

kihanos commented on 2024-12-15 17:39 (UTC)

I updated the PKGBUILD for the new Qt6 version. It runs as expected.