void-packages/srcpkgs/spice-gtk/patches/fix-version.patch
Johannes 0232c56f39 spice-gtk: update to 0.37.
Closes #11800.

Signed-off-by: Enno Boland <gottox@voidlinux.org>
2019-05-21 15:21:37 +02:00

10 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')