Package Details: darkly 0.5.13-1

Git Clone URL: https://aur.archlinux.org/darkly.git (read-only, click to copy)
Package Base: darkly
Description: Bali10050's 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
Conflicts: darkly-bin, lightly-kf6, lightly-qt, lightly-qt6-bin
Submitter: DeltaCopy
Maintainer: DeltaCopy
Last Packager: DeltaCopy
Votes: 5
Popularity: 2.81
First Submitted: 2024-12-21 22:02 (UTC)
Last Updated: 2024-12-21 22:17 (UTC)

Latest Comments

xiota commented on 2024-12-25 00:23 (UTC) (edited on 2024-12-25 00:23 (UTC) by xiota)

Few things...

  • This shouldn't set -j $nproc or similar unless needed to workaround a bug. Users can configure themselves in /etc/makepkg.conf.
  • Conflicts with lightly-* may not be needed because files are renamed.
  • Conflicts with darkly-bin is not needed because darkly-bin conflicts with darkly.

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