@leo_sk
I cannot replicate this issue.
Using yay I am able to build and install this application style successfully. Which AUR helper are you using, and have you tried clearing out any cache files related to it.
Git Clone URL: | https://aur.archlinux.org/darkly.git (read-only, click to copy) |
---|---|
Package Base: | darkly |
Description: | Fork of Lightly (A modern style for Qt applications) |
Upstream URL: | https://github.com/Bali10050/darkly |
Keywords: | plasma6-application-style |
Licenses: | GPL-2.0-or-later |
Submitter: | DeltaCopy |
Maintainer: | DeltaCopy |
Last Packager: | DeltaCopy |
Votes: | 6 |
Popularity: | 1.71 |
First Submitted: | 2024-12-21 22:02 (UTC) |
Last Updated: | 2025-02-13 13:45 (UTC) |
@leo_sk
I cannot replicate this issue.
Using yay I am able to build and install this application style successfully. Which AUR helper are you using, and have you tried clearing out any cache files related to it.
Getting error
==> Validating source files with sha256sums...
darkly.git ... fatal: not a valid object name: v0.5.15.r0.g1593f8b
==> ERROR: One or more files did not pass the validity check!
If you run into the following it is related to parallel compilation.
darklyconfigwidget.h:28:10: fatal error: config/ui_darklyconfigurationui.h: No such file or directory
You can configure parallel compilation inside: /etc/makepkg.conf
MAKEFLAGS="--jobs=$(nproc)"
For further details see: https://wiki.archlinux.org/title/Makepkg#Parallel_compilation
@OzzyHelix that shouldn't be the case with Darkly, also I don't see any related issues reported on the upstream URL.
there was a problem from lightly-kf6-git and lightly-kf5-git that had issues with the Application Style settings panel? was that resolved with darkly or is that still an issue?
Thanks @xorly for the information. I have as advised replaced the make
commands with cmake --build
. Builds still work and as a validation install works fine too.
Hi, please don't call make
directly. People may use different default build system than cmake (e.g.: ninja), instead call cmake like in the cmake PKBUILD template https://wiki.archlinux.org/title/CMake_package_guidelines#Template
Pinned Comments
DeltaCopy commented on 2025-01-09 15:42 (UTC)
If you run into the following it is related to parallel compilation.
You can configure parallel compilation inside: /etc/makepkg.conf
For further details see: https://wiki.archlinux.org/title/Makepkg#Parallel_compilation