Closed danirabbit closed 6 years ago
Also I think this:
project('io.elementary.wallpapers', 'c')
Should be this:
project(
'io.elementary.wallpapers',
version: '1.2.3.4.5'
)
Also your test instructions could be
meson build && ninja -C build test
@codygarver I cannot without writing a custom script. Meson doesn't support wildcards https://github.com/mesonbuild/meson/blob/master/docs/markdown/FAQ.md
"Meson does not support this syntax and the reason for this is simple. This can not be made both reliable and fast."
If we moved all the wallpapers into a directory, I could just install the whole directory, but the array would still be needed to tests because you can't use wildcards in commands run by meson either.
I'm abstaining from this review because I feel like giving this repo a build system that can't glob *.jpg is gilding the lily.
Because it's creating friction and pitfalls for what was a simple process: stick a jpg in and open a PR. With no gain IMO.
Yeah that's a fair perspective. To me, my motivations were/are: