void-packages/srcpkgs/spice-gtk/patches/fix-version.patch

11 lines
342 B
Diff

--- meson.build
+++ meson.build
@@ -2,7 +2,7 @@
# project definition
#
project('spice-gtk', 'c',
- version : run_command('build-aux/git-version-gen', '@0@/.tarball-version'.format(meson.source_root()), check : true).stdout().strip(),
+ version : '0.37',
license : 'LGPLv2.1',
meson_version : '>= 0.49')