From b79b42e58b90a54eb5644ae10d04b5bfde26fb75 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 16 Mar 2025 20:12:42 +0100 Subject: moved build-support/disabled to build-support-disabled (collides with some pkginfo stuff otherwise) --- ...e-schemas-Remove-noisy-deprecation-warnin.patch | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 build-support/disabled/glib2/0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch (limited to 'build-support/disabled/glib2/0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch') diff --git a/build-support/disabled/glib2/0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch b/build-support/disabled/glib2/0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch deleted file mode 100644 index 0a0b7f04..00000000 --- a/build-support/disabled/glib2/0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: "Jan Alexander Steffens (heftig)" -Date: Fri, 7 Jan 2022 18:59:10 +0000 -Subject: [PATCH] glib-compile-schemas: Remove noisy deprecation warnings - -While the warnings are useful for developers, Arch Linux users also see -them when glib-compile-schemas gets run after upgrades, where they just -add noise. - -The alternative to this patch would be redirecting the compiler's stderr -to /dev/null, but that might also suppress more useful errors or -warnings we want users to see. ---- - gio/glib-compile-schemas.c | 13 ------------- - 1 file changed, 13 deletions(-) - -diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c -index 04ef40457eba..e791ce254454 100644 ---- a/gio/glib-compile-schemas.c -+++ b/gio/glib-compile-schemas.c -@@ -1232,19 +1232,6 @@ parse_state_start_schema (ParseState *state, - return; - } - -- if (path && (g_str_has_prefix (path, "/apps/") || -- g_str_has_prefix (path, "/desktop/") || -- g_str_has_prefix (path, "/system/"))) -- { -- gchar *message = NULL; -- message = g_strdup_printf (_("Warning: Schema “%s” has path “%s”. " -- "Paths starting with " -- "“/apps/”, “/desktop/” or “/system/” are deprecated."), -- id, path); -- g_printerr ("%s\n", message); -- g_free (message); -- } -- - state->schema_state = schema_state_new (path, gettext_domain, - extends, extends_name, list_of); - -- cgit v1.2.3-70-g09d2