From 5e1146351cd996c4a4dfec290cddad6dc273b7d2 Mon Sep 17 00:00:00 2001 From: heftig Date: Sat, 6 May 2023 16:43:51 +0000 Subject: [PATCH] db-move: moved gnome-shell from [testing] to [extra] (x86_64) git-svn-id: file:///srv/repos/svn-packages/svn@476837 eb2447ed-0c53-47e4-bac8-5bc4a241df78 --- gnome-shell/repos/extra-x86_64/PKGBUILD | 31 ++---- ...main-Leak-the-GJS-context-and-ShellGlobal.patch | 28 ------ gnome-shell/repos/testing-x86_64/PKGBUILD | 111 --------------------- 3 files changed, 9 insertions(+), 161 deletions(-) delete mode 100644 gnome-shell/repos/testing-x86_64/0001-main-Leak-the-GJS-context-and-ShellGlobal.patch delete mode 100644 gnome-shell/repos/testing-x86_64/PKGBUILD diff --git a/gnome-shell/repos/extra-x86_64/PKGBUILD b/gnome-shell/repos/extra-x86_64/PKGBUILD index 95a22b0dcc4..9fa718adddc 100644 --- a/gnome-shell/repos/extra-x86_64/PKGBUILD +++ b/gnome-shell/repos/extra-x86_64/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Flamelab -Date: Wed, 6 Oct 2021 10:00:43 +0200 -Subject: [PATCH] main: Leak the GJS context and ShellGlobal - -There are many crash-on-exit happening as a side effect of destroying -the GJS context. Work around these until we have a better solution by -leaking them. ---- - src/main.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/main.c b/src/main.c -index 29275cda0725..2311a74bd110 100644 ---- a/src/main.c -+++ b/src/main.c -@@ -589,9 +589,11 @@ main (int argc, char **argv) - - shell_profiler_shutdown (); - -+#if 0 - g_debug ("Doing final cleanup"); - _shell_global_destroy_gjs_context (shell_global_get ()); - g_object_unref (shell_global_get ()); -+#endif - - return ecode; - } diff --git a/gnome-shell/repos/testing-x86_64/PKGBUILD b/gnome-shell/repos/testing-x86_64/PKGBUILD deleted file mode 100644 index 9fa718adddc..00000000000 --- a/gnome-shell/repos/testing-x86_64/PKGBUILD +++ /dev/null @@ -1,111 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Ionut Biru -# Contributor: Flamelab