New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/48642#issuecomment-1937805832 Comment: -- Andrew J. ***@***.***[Mobile communication](585) 203-4284On Feb 11, 2024, at 10:07 AM, Melroy van den Berg ***@***.***> wrote: @melroy89 commented on this pull request. In srcpkgs/winegui/template: > @@ -0,0 +1,21 @@ +# Template file for 'winegui' +pkgname=winegui +version=2.3.5 +revision=1 +archs="i686* x86_64*" +build_style=cmake +configure_args="-DCUSTOM_PROJECT_VERSION:STRING=${version}" I try my best. I don't want a version number checked in the source code. I like the way of dynamically setting the version (based on a git tags or a variable). However, it seems like GitLab doesn't allow me to have any control of the published source archives. Meaning there is no easy way to prepare those generated source archives. And as I mentioned on IRC I don't like to check in generated code. The version is based on git tags, which work very well when doing package releasing via gitlab ci/cd. —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>