From 0d9d3cf30ef0a72c3257d07940602f6700ad99c9 Mon Sep 17 00:00:00 2001 From: oreo639 <31916379+Oreo639@users.noreply.github.com> Date: Fri, 8 Jul 2022 01:38:37 -0700 Subject: [PATCH] gnome-shell: rebuild for mutter rpath The typelibdir variable was including pc_sysrootdir, which breaks the rpath when cross compiling. --- srcpkgs/gnome-shell/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnome-shell/template b/srcpkgs/gnome-shell/template index 3d2e3c5cd8e..e0a73c48c1a 100644 --- a/srcpkgs/gnome-shell/template +++ b/srcpkgs/gnome-shell/template @@ -1,7 +1,7 @@ # Template file for 'gnome-shell' pkgname=gnome-shell version=42.3 -revision=1 +revision=2 build_style=meson build_helper=gir configure_args="-Dsystemd=false -Dtests=false"