Package Details: plasma-integration-git 6.6.80_r983.gb49256f-1

Git Clone URL: https://aur.archlinux.org/plasma-integration-git.git (read-only, click to copy)
Package Base: plasma-integration-git
Description: Qt Platform Theme integration plugins for the Plasma workspaces
Upstream URL: https://kde.org/plasma-desktop/
Licenses: LGPL-2.0-or-later
Groups: plasma-git
Conflicts: plasma-integration
Provides: plasma-integration
Submitter: IslandC0der
Maintainer: IslandC0der (chaotic-aur)
Last Packager: IslandC0der
Votes: 1
Popularity: 0.000000
First Submitted: 2021-02-02 18:16 (UTC)
Last Updated: 2026-05-04 01:54 (UTC)

Latest Comments

IslandC0der commented on 2026-05-04 01:54 (UTC)

Thanks!

lito commented on 2026-04-24 07:59 (UTC)

Second this. Please change build() to:

build() {
  cmake -B build -S ${pkgname%-git} \
    -DQT_MAJOR_VERSION=6 \
    -DBUILD_QT5=OFF \
    -DBUILD_QT6=ON \
    -DBUILD_TESTING=OFF
  cmake --build build
}

User8395 commented on 2026-02-15 15:06 (UTC)

BUILD_QT5 should be off by default, and BUILD_QT6 should be on by default.

lito commented on 2025-08-10 01:14 (UTC)

Please add kwayland5-git as a dependency

SashaMTR commented on 2024-07-09 02:58 (UTC)

Please add kwayland5 as dependancy

caseif commented on 2023-10-04 00:29 (UTC)

This fails to build now unless BUILD_QT5=OFF is passed to CMake. Unsure if this is an upstream issue though, as it doesn't really make sense to me to build against Qt5 and Qt6 simultaneously by default...