From e6ba0ade2acfee9e9f15ce9ec48309778996c88d Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 17 Dec 2023 23:21:45 +0100 Subject: [PATCH] spice-gtk: update to 0.42. --- srcpkgs/spice-gtk/patches/fix-version.patch | 10 ---------- srcpkgs/spice-gtk/template | 6 +++--- 2 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/spice-gtk/patches/fix-version.patch diff --git a/srcpkgs/spice-gtk/patches/fix-version.patch b/srcpkgs/spice-gtk/patches/fix-version.patch deleted file mode 100644 index 2d51c28bcde..00000000000 --- a/srcpkgs/spice-gtk/patches/fix-version.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/meson.build -+++ b/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') diff --git a/srcpkgs/spice-gtk/template b/srcpkgs/spice-gtk/template index 2694c82e09e..98955d279d0 100644 --- a/srcpkgs/spice-gtk/template +++ b/srcpkgs/spice-gtk/template @@ -1,7 +1,7 @@ # Template file for 'spice-gtk' pkgname=spice-gtk -version=0.41 -revision=4 +version=0.42 +revision=1 build_style=meson build_helper="gir" configure_args="$(vopt_feature gir introspection) @@ -21,7 +21,7 @@ license="LGPL-2.1-or-later" homepage="https://spice-space.org" changelog="https://gitlab.freedesktop.org/spice/spice-gtk/-/raw/master/CHANGELOG.md" distfiles="https://spice-space.org/download/gtk/spice-gtk-${version}.tar.xz" -checksum=d8f8b5cbea9184702eeb8cc276a67d72acdb6e36e7c73349fb8445e5bca0969f +checksum=9380117f1811ad1faa1812cb6602479b6290d4a0d8cc442d44427f7f6c0e7a58 CFLAGS="-Wno-error -Wno-error=unused-but-set-variable"