From afacad8b67d624b2b0f206acb7233785a296be7c Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 19 Nov 2021 15:17:54 -0500 Subject: gnu: gnome-shell: Update to 41.0. * gnu/packages/gnome.scm (gnome-shell): Update to 41.0. [origin]: Remove patches and modules fields. [phases]{pre-check}: Set HOME. * gnu/packages/patches/gnome-shell-disable-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. --- .../patches/gnome-shell-disable-test.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 gnu/packages/patches/gnome-shell-disable-test.patch (limited to 'gnu/packages/patches') diff --git a/gnu/packages/patches/gnome-shell-disable-test.patch b/gnu/packages/patches/gnome-shell-disable-test.patch deleted file mode 100644 index c61ff4a942..0000000000 --- a/gnu/packages/patches/gnome-shell-disable-test.patch +++ /dev/null @@ -1,24 +0,0 @@ -This test seems to require a D-Bus connection not available in the build -environment. - ---- a/src/st/meson.build 2021-09-21 19:07:38.673049200 +0000 -+++ b/src/st/meson.build 2021-09-26 18:23:38.461569826 +0000 -@@ -191,18 +191,6 @@ - sources: st_enums[1] - ) - --test_theme = executable('test-theme', -- sources: 'test-theme.c', -- c_args: st_cflags, -- dependencies: [mutter_dep, gtk_dep, libxml_dep], -- build_rpath: mutter_typelibdir, -- link_with: libst --) -- --test('CSS styling support', test_theme, -- workdir: meson.current_source_dir() --) -- - libst_gir = gnome.generate_gir(libst, - sources: st_gir_sources, - nsversion: '1.0', -- cgit v1.2.3