Open boredsquirrel opened 2 months ago
@TKK13909 might be able to help, at the moment I'm totally unfamiliar with fedora kionite.
I'm not sure what the question is. Are you wondering how many of the dependencies in the install instructions are actually necessary to build? If so, I'm currently testing that very thing.
Just submitted a PR to trim down the dependencies for the Distrobox method. https://github.com/Bali10050/Lightly/pull/11
Inside your F40/F41 distrobox run:
dnf install 'cmake' \
'cmake(KDecoration2)' 'cmake(KF6ConfigWidgets)' 'cmake(KF6Config)' 'cmake(KF6CoreAddons)' \
'cmake(KF6Crash)' 'cmake(KF6DocTools)' 'cmake(KF6FrameworkIntegration)' \
'cmake(KF6GlobalAccel)' 'cmake(KF6GuiAddons)' 'cmake(KF6I18n)' 'cmake(KF6IconThemes)' \
'cmake(KF6KCMUtils)' 'cmake(KF6KIO)' 'cmake(KF6Notifications)' 'cmake(KF6Package)' \
'cmake(KF6WindowSystem)' 'cmake(KF6KirigamiPlatform)' 'cmake(KWayland)' 'cmake(KWin)' \
'cmake(Plasma)' 'cmake(Qt6Core)' 'cmake(Qt6DBus)' 'cmake(Qt6Gui)' 'cmake(Qt6UiTools)' \
'pkgconfig(epoxy)' 'extra-cmake-modules' 'gcc-c++'
Hey, really cool that you forked the project!
I am trying to build it, using Distrobox on Fedora Kinoite, with a Fedora 40 base container.
I wonder what Qt5 dependencies are still needed, as those packages are basically unmaintained bloat... but the transition is not complete yet
Currently on Kinoite I have