diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
| commit | dea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch) | |
| tree | f331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/glib-gi | |
| parent | ef5bfeb93345a5a681d88e99775622bf28defd8d (diff) | |
| download | alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip | |
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/glib-gi')
| -rw-r--r-- | repos/extra/glib-gi/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/glib-gi/.files | 19 | ||||
| -rwxr-xr-x | repos/extra/glib-gi/0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch | 40 | ||||
| -rwxr-xr-x | repos/extra/glib-gi/abuild | 24 | ||||
| -rwxr-xr-x | repos/extra/glib-gi/depends | 1 | ||||
| -rw-r--r-- | repos/extra/glib-gi/outdated | 1 |
6 files changed, 0 insertions, 87 deletions
diff --git a/repos/extra/glib-gi/.checksum b/repos/extra/glib-gi/.checksum deleted file mode 100644 index 1303b63a..00000000 --- a/repos/extra/glib-gi/.checksum +++ /dev/null @@ -1,2 +0,0 @@ -e888056a509e73c6c02c044ab8252b0eb135a6b0b20b6026b30d8b8454e2183a 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch -d6545c4f9f44c8e950e1e2b8f0fd5d4d5345b107bfa407f1f2f5cd306a22323c glib-2.88.1.tar.xz diff --git a/repos/extra/glib-gi/.files b/repos/extra/glib-gi/.files deleted file mode 100644 index e6e4e630..00000000 --- a/repos/extra/glib-gi/.files +++ /dev/null @@ -1,19 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/girepository-1.0/ --rw-r--r-- root/root usr/lib/girepository-1.0/GIRepository-3.0.typelib --rw-r--r-- root/root usr/lib/girepository-1.0/GLib-2.0.typelib --rw-r--r-- root/root usr/lib/girepository-1.0/GLibUnix-2.0.typelib --rw-r--r-- root/root usr/lib/girepository-1.0/GModule-2.0.typelib --rw-r--r-- root/root usr/lib/girepository-1.0/GObject-2.0.typelib --rw-r--r-- root/root usr/lib/girepository-1.0/Gio-2.0.typelib --rw-r--r-- root/root usr/lib/girepository-1.0/GioUnix-2.0.typelib -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/gir-1.0/ --rw-r--r-- root/root usr/share/gir-1.0/GIRepository-3.0.gir --rw-r--r-- root/root usr/share/gir-1.0/GLib-2.0.gir --rw-r--r-- root/root usr/share/gir-1.0/GLibUnix-2.0.gir --rw-r--r-- root/root usr/share/gir-1.0/GModule-2.0.gir --rw-r--r-- root/root usr/share/gir-1.0/GObject-2.0.gir --rw-r--r-- root/root usr/share/gir-1.0/Gio-2.0.gir --rw-r--r-- root/root usr/share/gir-1.0/GioUnix-2.0.gir diff --git a/repos/extra/glib-gi/0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch b/repos/extra/glib-gi/0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch deleted file mode 100755 index 0a0b7f04..00000000 --- a/repos/extra/glib-gi/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)" <jan.steffens@gmail.com> -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); - diff --git a/repos/extra/glib-gi/abuild b/repos/extra/glib-gi/abuild deleted file mode 100755 index 705c59a6..00000000 --- a/repos/extra/glib-gi/abuild +++ /dev/null @@ -1,24 +0,0 @@ -name=glib-gi -version=2.88.1 -release=1 -source="https://download.gnome.org/sources/glib/${version%.*}/glib-$version.tar.xz - 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch" -build_opt=" - -Dselinux=disabled - -Dtests=false - -Dintrospection=enabled -" - -postbuild() { - mkdir -p $SRC/tmp - mv $PKG/usr/lib/girepository-1.0 $SRC/tmp - mv $PKG/usr/share/gir-1.0 $SRC/tmp - rm -rf $PKG/* - - mkdir -p \ - $PKG/usr/lib \ - $PKG/usr/share - - mv $SRC/tmp/girepository-1.0 $PKG/usr/lib - mv $SRC/tmp/gir-1.0 $PKG/usr/share -} diff --git a/repos/extra/glib-gi/depends b/repos/extra/glib-gi/depends deleted file mode 100755 index 6b609f79..00000000 --- a/repos/extra/glib-gi/depends +++ /dev/null @@ -1 +0,0 @@ -gobject-introspection diff --git a/repos/extra/glib-gi/outdated b/repos/extra/glib-gi/outdated deleted file mode 100644 index 8713324b..00000000 --- a/repos/extra/glib-gi/outdated +++ /dev/null @@ -1 +0,0 @@ -name=glib |