Package Details: lightly-qt6-git 0.5.12.r0.gfcba413-1

Git Clone URL: https://aur.archlinux.org/lightly-git.git (read-only, click to copy)
Package Base: lightly-git
Description: Modern style for KF6/Qt6 applications
Upstream URL: https://github.com/Bali10050/lightly
Licenses: GPL-2.0-or-later
Conflicts: lightly-kf6, lightly-qt6
Provides: lightly-kf6, lightly-qt6
Submitter: Scrumplex
Maintainer: D3SOX (xiota)
Last Packager: xiota
Votes: 10
Popularity: 0.021924
First Submitted: 2020-08-03 11:07 (UTC)
Last Updated: 2024-12-20 03:22 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

evpok commented on 2023-11-04 18:42 (UTC) (edited on 2023-11-04 18:54 (UTC) by evpok)

The new pkgver doesn't work well with xonsh where git describe --long --tags | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g' needs an extra escape for \1.- Could we use git describe --long --tags | sed -E "s/^v//;s/([^-]*-g)/r\\1/;s/-/./g" instead, which should work in bash, fish and xonsh (or even sed -E "s/v([^-]*)-([^-]*)-(g.*)/\\1.r\\2.\\3/", which is more explicit in extracting the version from the git version string?)?

xiota commented on 2023-11-02 19:39 (UTC)

Thanks. I'll update the package.

D3SOX commented on 2023-11-02 16:30 (UTC)

@xiota Ok I see. I'm not using the theme anymore anyways, just wanted to fix the package. I've added you as a co-maintainer. If you want to adopt it too, just tell me.

xiota commented on 2023-11-01 05:44 (UTC) (edited on 2023-11-01 05:56 (UTC) by xiota)

It's not about whether "it works fine". It's about having a useful version string that is comparable with the stable package. Also, according to VCS package guidelines, #.r#.g# is the preferred format for projects that have had stable releases. r#.# is a fallback for projects that have not yet had any release. The lightly project has had releases.

Also consider revising the build() and package() functions according to CMake package guidelines, Specifying directories.

D3SOX commented on 2023-11-01 00:14 (UTC)

@xiota Can you please elaborate the reason for this change? I think it works fine how it is.

xiota commented on 2023-10-31 19:15 (UTC)

Please update pkgver() to use format #.r#.g#.

git describe --long --tags | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'

D3SOX commented on 2023-10-31 14:25 (UTC)

Fixed, sorry it took so long

D3vil0p3r commented on 2023-10-21 21:53 (UTC)

Some dependencies are not more available, please update them according to the previous comment.

yuhldr commented on 2023-10-20 08:20 (UTC) (edited on 2023-10-20 08:21 (UTC) by yuhldr)

depends and makedepends should be kcmutils5 frameworkintegration5 kwayland5