FloFri / kwin-blishhud-shader

6 stars 0 forks source link

Dependecies list for arch needs updating #3

Open Nyalnara opened 5 days ago

Nyalnara commented 5 days ago

Greetings!

Dependencies list for arch is a bit outdated (kf6 is available and builds fine), and most of the kf5/kf6 group isn't used for building (see below).

-- The following OPTIONAL packages have been found:

 * OpenGL
 * Qt6DBusTools (required version >= 6.8.0)
 * Qt6QmlTools (required version >= 6.8.0)
 * Qt6CoreTools (required version >= 6.8.0)
 * XKB (required version >= 0.5.0), XKB API common to servers and clients., <http://xkbcommon.org>
 * WrapVulkanHeaders
 * Qt6GuiTools (required version >= 6.8.0)

-- The following REQUIRED packages have been found:

 * ECM (required version >= 5.100)
 * KF6ConfigWidgets (required version >= 6.8.0)
 * KF6KCMUtils (required version >= 6)
 * KF6 (required version >= 6)
 * KWin
 * epoxy
 * XCB, X protocol C-language Binding, <https://xcb.freedesktop.org/>
 * KWinDBusInterface

I'll check what packages provide those and propose an updated dependencies list tomorrow when I get the time.

Thank you for reading.

Nyalnara commented 3 days ago

So going through the package tree, kwin requires everything except extra-cmake-modules, which is a build dependency you may be missing because kwin could be installed as an already-built binary.

sudo pacman -S extra-cmake-modules kwin should thus be enough to build (it will get either kf5 or 6 dependencies based on the version of kwin you install).