Package Details: darkly 0.5.17-1

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)

Pinned Comments

DeltaCopy commented on 2025-01-09 15:42 (UTC)

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

Latest Comments

DeltaCopy commented on 2025-02-03 10:53 (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.

leo_sk commented on 2025-02-02 20:01 (UTC)

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!

DeltaCopy commented on 2025-01-09 15:42 (UTC)

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

DeltaCopy commented on 2024-12-30 09:41 (UTC)

@OzzyHelix that shouldn't be the case with Darkly, also I don't see any related issues reported on the upstream URL.

OzzyHelix commented on 2024-12-29 04:08 (UTC) (edited on 2024-12-29 22:26 (UTC) by OzzyHelix)

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?

DeltaCopy commented on 2024-10-26 11:48 (UTC) (edited on 2024-10-26 11:49 (UTC) by DeltaCopy)

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.

xorly commented on 2024-10-25 15:09 (UTC)

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