fritzkink
2023-01-27 2d715d729d2590fb2b920d9c5856c112984e6e02
glib - update to version 2.74.5

2 files deleted
5 files modified
328 ■■■■ changed files
components/library/glib/Makefile 20 ●●●●● patch | view | raw | blame | history
components/library/glib/glib2.p5m 69 ●●●●● patch | view | raw | blame | history
components/library/glib/manifests/sample-manifest.p5m 81 ●●●● patch | view | raw | blame | history
components/library/glib/patches/15-x-terminal-emulator.patch 69 ●●●●● patch | view | raw | blame | history
components/library/glib/patches/17-python.patch 47 ●●●● patch | view | raw | blame | history
components/library/glib/patches/25-slow-tests.patch 40 ●●●●● patch | view | raw | blame | history
components/library/glib/test/results-all.master 2 ●●● patch | view | raw | blame | history
components/library/glib/Makefile
@@ -12,21 +12,21 @@
#
# Copyright 2016 Alexander Pyhalov
# Copyright 2019 Michal Nowak
# Copyright 2023 Friedrich Kink
#
BUILD_BITS = 32_and_64
BUILD_BITS = 64_and_32
BUILD_STYLE = meson
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        glib
COMPONENT_MJR_VERSION=    2.73
COMPONENT_MNR_VERSION=    3
COMPONENT_MJR_VERSION=    2.74
COMPONENT_MNR_VERSION=    5
COMPONENT_VERSION=    $(COMPONENT_MJR_VERSION).$(COMPONENT_MNR_VERSION)
COMPONENT_REVISION=    1
COMPONENT_SUMMARY=    GNOME core libraries
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH=    sha256:df1a2b841667d6b48b2ef6969ebda4328243829f6e45866726f806f90f64eead
COMPONENT_ARCHIVE_HASH=    sha256:ceba83a5999ceb31a4c4fc9921207cb9ffffd2ab1d6ec03c162d3f608a5c14c8
COMPONENT_ARCHIVE_URL=    https://download.gnome.org/sources/$(COMPONENT_NAME)/$(COMPONENT_MJR_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=    https://wiki.gnome.org/Projects/GLib/
COMPONENT_FMRI=        library/glib2
@@ -36,7 +36,8 @@
include $(WS_MAKE_RULES)/common.mk
PATH = $(PATH.gnu)
# /usr/lib and /usr/lib/$(MACH64) needed to make dbus-daemon program available
PATH = $(PATH.gnu):/usr/lib:/usr/lib/$(MACH64)
# socketpair(3socket) requires -lsocket -lnsl
LDFLAGS += -lsocket -lnsl
@@ -67,8 +68,8 @@
DFLAGS.64 = -64
COMPONENT_BUILD_ENV += DFLAGS=$(DFLAGS.$(BITS))
COMPONENT_POST_CONFIGURE_ACTION= \
  ( cd $(@D); $(GSED) -i "s/_FILE_OFFSET_BITS=64/_FILE_OFFSET_BITS=$(BITS)/g" ./build.ninja )
# necessary otherwise make REQUIRED_PACKAGES will fail
COMPONENT_POST_INSTALL_ACTION.64= $(GSED) -i -e "s:\#!/usr/bin/env .*$$:/usr/bin/python$(PYTHON_VERSION):" $(PROTOUSRBINDIR)/g*
# Otherwise tests fail
unexport SHELLOPTS
@@ -85,6 +86,8 @@
COMPONENT_TEST_TRANSFORMER = $(NAWK)
COMPONENT_TEST_TRANSFORMS = "'/^(Fail|Ok|Expected Fail|Unexpected Pass|Skipped|Timeout)/'"
PYTHON_REQUIRED_PACKAGES += runtime/python
# dbus-daemon is needed for testing
REQUIRED_PACKAGES += system/library/dbus
@@ -92,7 +95,6 @@
REQUIRED_PACKAGES += library/desktop/desktop-file-utils
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += runtime/python
REQUIRED_PACKAGES += library/libffi
REQUIRED_PACKAGES += library/pcre2
REQUIRED_PACKAGES += library/zlib
components/library/glib/glib2.p5m
@@ -13,6 +13,7 @@
# Copyright 2014 Alexander Pyhalov. All rights reserved.
# Copyright 2016 Jim Klimov
# Copyright 2019 Michal Nowak
# Copyright 2023 Friedrich Kink
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -29,24 +30,9 @@
depend fmri=$(COMPONENT_FMRI)/charset-alias@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) type=require
file path=usr/bin/$(MACH64)/gapplication
file path=usr/bin/$(MACH64)/gdbus
file path=usr/bin/$(MACH64)/gdbus-codegen pkg.depend.bypass-generate=.*codegen.*
file path=usr/bin/$(MACH64)/gio
file path=usr/bin/$(MACH64)/gio-querymodules
file path=usr/bin/$(MACH64)/glib-compile-resources
file path=usr/bin/$(MACH64)/glib-compile-schemas
file path=usr/bin/$(MACH64)/glib-genmarshal
file path=usr/bin/$(MACH64)/glib-gettextize
file path=usr/bin/$(MACH64)/glib-mkenums
file path=usr/bin/$(MACH64)/gobject-query
file path=usr/bin/$(MACH64)/gresource
file path=usr/bin/$(MACH64)/gsettings
file path=usr/bin/$(MACH64)/gtester
file path=usr/bin/$(MACH64)/gtester-report pkg.depend.bypass-generate=.*(content|subunit|testtools).*
file path=usr/bin/gapplication
file path=usr/bin/gdbus
file path=usr/bin/gdbus-codegen pkg.depend.bypass-generate=.*codegen.*
file path=usr/bin/gdbus-codegen pkg.depend.bypass-generate=.*
file path=usr/bin/gio
file path=usr/bin/gio-querymodules
file path=usr/bin/glib-compile-resources
@@ -58,7 +44,7 @@
file path=usr/bin/gresource
file path=usr/bin/gsettings
file path=usr/bin/gtester
file path=usr/bin/gtester-report pkg.depend.bypass-generate=.*(content|subunit|testtools).*
file path=usr/bin/gtester-report pkg.depend.bypass-generate=.*
file path=usr/include/gio-unix-2.0/gio/gdesktopappinfo.h
file path=usr/include/gio-unix-2.0/gio/gfiledescriptorbased.h
file path=usr/include/gio-unix-2.0/gio/gunixfdmessage.h
@@ -336,23 +322,23 @@
file path=usr/include/glib-2.0/gobject/gvaluetypes.h
file path=usr/lib/$(MACH64)/glib-2.0/include/glibconfig.h
link path=usr/lib/$(MACH64)/libgio-2.0.so target=libgio-2.0.so.0
link path=usr/lib/$(MACH64)/libgio-2.0.so.0 target=libgio-2.0.so.0.7303.0
file path=usr/lib/$(MACH64)/libgio-2.0.so.0.7303.0
link path=usr/lib/$(MACH64)/libgio-2.0.so.0 target=libgio-2.0.so.0.7400.5
file path=usr/lib/$(MACH64)/libgio-2.0.so.0.7400.5
link path=usr/lib/$(MACH64)/libglib-2.0.so target=libglib-2.0.so.0
link path=usr/lib/$(MACH64)/libglib-2.0.so.0 target=libglib-2.0.so.0.7303.0
file path=usr/lib/$(MACH64)/libglib-2.0.so.0.7303.0
link path=usr/lib/$(MACH64)/libglib-2.0.so.0 target=libglib-2.0.so.0.7400.5
file path=usr/lib/$(MACH64)/libglib-2.0.so.0.7400.5
link path=usr/lib/$(MACH64)/libgmodule-2.0.so target=libgmodule-2.0.so.0
link path=usr/lib/$(MACH64)/libgmodule-2.0.so.0 \
    target=libgmodule-2.0.so.0.7303.0
file path=usr/lib/$(MACH64)/libgmodule-2.0.so.0.7303.0
    target=libgmodule-2.0.so.0.7400.5
file path=usr/lib/$(MACH64)/libgmodule-2.0.so.0.7400.5
link path=usr/lib/$(MACH64)/libgobject-2.0.so target=libgobject-2.0.so.0
link path=usr/lib/$(MACH64)/libgobject-2.0.so.0 \
    target=libgobject-2.0.so.0.7303.0
file path=usr/lib/$(MACH64)/libgobject-2.0.so.0.7303.0
    target=libgobject-2.0.so.0.7400.5
file path=usr/lib/$(MACH64)/libgobject-2.0.so.0.7400.5
link path=usr/lib/$(MACH64)/libgthread-2.0.so target=libgthread-2.0.so.0
link path=usr/lib/$(MACH64)/libgthread-2.0.so.0 \
    target=libgthread-2.0.so.0.7303.0
file path=usr/lib/$(MACH64)/libgthread-2.0.so.0.7303.0
    target=libgthread-2.0.so.0.7400.5
file path=usr/lib/$(MACH64)/libgthread-2.0.so.0.7400.5
file path=usr/lib/$(MACH64)/pkgconfig/gio-2.0.pc
file path=usr/lib/$(MACH64)/pkgconfig/gio-unix-2.0.pc
file path=usr/lib/$(MACH64)/pkgconfig/glib-2.0.pc
@@ -364,20 +350,20 @@
file usr/lib/gio-launch-desktop path=usr/bin/gio-launch-desktop mode=0555
file path=usr/lib/glib-2.0/include/glibconfig.h
link path=usr/lib/libgio-2.0.so target=libgio-2.0.so.0
link path=usr/lib/libgio-2.0.so.0 target=libgio-2.0.so.0.7303.0
file path=usr/lib/libgio-2.0.so.0.7303.0
link path=usr/lib/libgio-2.0.so.0 target=libgio-2.0.so.0.7400.5
file path=usr/lib/libgio-2.0.so.0.7400.5
link path=usr/lib/libglib-2.0.so target=libglib-2.0.so.0
link path=usr/lib/libglib-2.0.so.0 target=libglib-2.0.so.0.7303.0
file path=usr/lib/libglib-2.0.so.0.7303.0
link path=usr/lib/libglib-2.0.so.0 target=libglib-2.0.so.0.7400.5
file path=usr/lib/libglib-2.0.so.0.7400.5
link path=usr/lib/libgmodule-2.0.so target=libgmodule-2.0.so.0
link path=usr/lib/libgmodule-2.0.so.0 target=libgmodule-2.0.so.0.7303.0
file path=usr/lib/libgmodule-2.0.so.0.7303.0
link path=usr/lib/libgmodule-2.0.so.0 target=libgmodule-2.0.so.0.7400.5
file path=usr/lib/libgmodule-2.0.so.0.7400.5
link path=usr/lib/libgobject-2.0.so target=libgobject-2.0.so.0
link path=usr/lib/libgobject-2.0.so.0 target=libgobject-2.0.so.0.7303.0
file path=usr/lib/libgobject-2.0.so.0.7303.0
link path=usr/lib/libgobject-2.0.so.0 target=libgobject-2.0.so.0.7400.5
file path=usr/lib/libgobject-2.0.so.0.7400.5
link path=usr/lib/libgthread-2.0.so target=libgthread-2.0.so.0
link path=usr/lib/libgthread-2.0.so.0 target=libgthread-2.0.so.0.7303.0
file path=usr/lib/libgthread-2.0.so.0.7303.0
link path=usr/lib/libgthread-2.0.so.0 target=libgthread-2.0.so.0.7400.5
file path=usr/lib/libgthread-2.0.so.0.7400.5
file path=usr/lib/pkgconfig/gio-2.0.pc
file path=usr/lib/pkgconfig/gio-unix-2.0.pc
file path=usr/lib/pkgconfig/glib-2.0.pc
@@ -394,10 +380,10 @@
file path=usr/share/bash-completion/completions/gio
file path=usr/share/bash-completion/completions/gresource
file path=usr/share/bash-completion/completions/gsettings
file path=usr/share/gdb/auto-load/usr/lib/$(MACH64)/libglib-2.0.so.0.7303.0-gdb.py
file path=usr/share/gdb/auto-load/usr/lib/$(MACH64)/libgobject-2.0.so.0.7303.0-gdb.py
file path=usr/share/gdb/auto-load/usr/lib/libglib-2.0.so.0.7303.0-gdb.py
file path=usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.7303.0-gdb.py
file path=usr/share/gdb/auto-load/usr/lib/$(MACH64)/libglib-2.0.so.0.7400.5-gdb.py
file path=usr/share/gdb/auto-load/usr/lib/$(MACH64)/libgobject-2.0.so.0.7400.5-gdb.py
file path=usr/share/gdb/auto-load/usr/lib/libglib-2.0.so.0.7400.5-gdb.py
file path=usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.7400.5-gdb.py
file path=usr/share/gettext/its/gschema.its
file path=usr/share/gettext/its/gschema.loc
file path=usr/share/glib-2.0/codegen/__init__.py
@@ -457,6 +443,7 @@
file path=usr/share/locale/hu/LC_MESSAGES/glib20.mo
file path=usr/share/locale/hy/LC_MESSAGES/glib20.mo
file path=usr/share/locale/id/LC_MESSAGES/glib20.mo
file path=usr/share/locale/ie/LC_MESSAGES/glib20.mo
file path=usr/share/locale/is/LC_MESSAGES/glib20.mo
file path=usr/share/locale/it/LC_MESSAGES/glib20.mo
file path=usr/share/locale/ja/LC_MESSAGES/glib20.mo
components/library/glib/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2022 <contributor>
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -23,21 +23,21 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/$(MACH64)/gapplication
file path=usr/bin/$(MACH64)/gdbus
file path=usr/bin/$(MACH64)/gdbus-codegen
file path=usr/bin/$(MACH64)/gio
file path=usr/bin/$(MACH64)/gio-querymodules
file path=usr/bin/$(MACH64)/glib-compile-resources
file path=usr/bin/$(MACH64)/glib-compile-schemas
file path=usr/bin/$(MACH64)/glib-genmarshal
file path=usr/bin/$(MACH64)/glib-gettextize
file path=usr/bin/$(MACH64)/glib-mkenums
file path=usr/bin/$(MACH64)/gobject-query
file path=usr/bin/$(MACH64)/gresource
file path=usr/bin/$(MACH64)/gsettings
file path=usr/bin/$(MACH64)/gtester
file path=usr/bin/$(MACH64)/gtester-report
file path=usr/bin/$(MACH32)/gapplication
file path=usr/bin/$(MACH32)/gdbus
file path=usr/bin/$(MACH32)/gdbus-codegen
file path=usr/bin/$(MACH32)/gio
file path=usr/bin/$(MACH32)/gio-querymodules
file path=usr/bin/$(MACH32)/glib-compile-resources
file path=usr/bin/$(MACH32)/glib-compile-schemas
file path=usr/bin/$(MACH32)/glib-genmarshal
file path=usr/bin/$(MACH32)/glib-gettextize
file path=usr/bin/$(MACH32)/glib-mkenums
file path=usr/bin/$(MACH32)/gobject-query
file path=usr/bin/$(MACH32)/gresource
file path=usr/bin/$(MACH32)/gsettings
file path=usr/bin/$(MACH32)/gtester
file path=usr/bin/$(MACH32)/gtester-report
file path=usr/bin/gapplication
file path=usr/bin/gdbus
file path=usr/bin/gdbus-codegen
@@ -330,23 +330,23 @@
file path=usr/include/glib-2.0/gobject/gvaluetypes.h
file path=usr/lib/$(MACH64)/glib-2.0/include/glibconfig.h
link path=usr/lib/$(MACH64)/libgio-2.0.so target=libgio-2.0.so.0
link path=usr/lib/$(MACH64)/libgio-2.0.so.0 target=libgio-2.0.so.0.7303.0
file path=usr/lib/$(MACH64)/libgio-2.0.so.0.7303.0
link path=usr/lib/$(MACH64)/libgio-2.0.so.0 target=libgio-2.0.so.0.7400.5
file path=usr/lib/$(MACH64)/libgio-2.0.so.0.7400.5
link path=usr/lib/$(MACH64)/libglib-2.0.so target=libglib-2.0.so.0
link path=usr/lib/$(MACH64)/libglib-2.0.so.0 target=libglib-2.0.so.0.7303.0
file path=usr/lib/$(MACH64)/libglib-2.0.so.0.7303.0
link path=usr/lib/$(MACH64)/libglib-2.0.so.0 target=libglib-2.0.so.0.7400.5
file path=usr/lib/$(MACH64)/libglib-2.0.so.0.7400.5
link path=usr/lib/$(MACH64)/libgmodule-2.0.so target=libgmodule-2.0.so.0
link path=usr/lib/$(MACH64)/libgmodule-2.0.so.0 \
    target=libgmodule-2.0.so.0.7303.0
file path=usr/lib/$(MACH64)/libgmodule-2.0.so.0.7303.0
    target=libgmodule-2.0.so.0.7400.5
file path=usr/lib/$(MACH64)/libgmodule-2.0.so.0.7400.5
link path=usr/lib/$(MACH64)/libgobject-2.0.so target=libgobject-2.0.so.0
link path=usr/lib/$(MACH64)/libgobject-2.0.so.0 \
    target=libgobject-2.0.so.0.7303.0
file path=usr/lib/$(MACH64)/libgobject-2.0.so.0.7303.0
    target=libgobject-2.0.so.0.7400.5
file path=usr/lib/$(MACH64)/libgobject-2.0.so.0.7400.5
link path=usr/lib/$(MACH64)/libgthread-2.0.so target=libgthread-2.0.so.0
link path=usr/lib/$(MACH64)/libgthread-2.0.so.0 \
    target=libgthread-2.0.so.0.7303.0
file path=usr/lib/$(MACH64)/libgthread-2.0.so.0.7303.0
    target=libgthread-2.0.so.0.7400.5
file path=usr/lib/$(MACH64)/libgthread-2.0.so.0.7400.5
file path=usr/lib/$(MACH64)/pkgconfig/gio-2.0.pc
file path=usr/lib/$(MACH64)/pkgconfig/gio-unix-2.0.pc
file path=usr/lib/$(MACH64)/pkgconfig/glib-2.0.pc
@@ -358,20 +358,20 @@
file path=usr/lib/gio-launch-desktop
file path=usr/lib/glib-2.0/include/glibconfig.h
link path=usr/lib/libgio-2.0.so target=libgio-2.0.so.0
link path=usr/lib/libgio-2.0.so.0 target=libgio-2.0.so.0.7303.0
file path=usr/lib/libgio-2.0.so.0.7303.0
link path=usr/lib/libgio-2.0.so.0 target=libgio-2.0.so.0.7400.5
file path=usr/lib/libgio-2.0.so.0.7400.5
link path=usr/lib/libglib-2.0.so target=libglib-2.0.so.0
link path=usr/lib/libglib-2.0.so.0 target=libglib-2.0.so.0.7303.0
file path=usr/lib/libglib-2.0.so.0.7303.0
link path=usr/lib/libglib-2.0.so.0 target=libglib-2.0.so.0.7400.5
file path=usr/lib/libglib-2.0.so.0.7400.5
link path=usr/lib/libgmodule-2.0.so target=libgmodule-2.0.so.0
link path=usr/lib/libgmodule-2.0.so.0 target=libgmodule-2.0.so.0.7303.0
file path=usr/lib/libgmodule-2.0.so.0.7303.0
link path=usr/lib/libgmodule-2.0.so.0 target=libgmodule-2.0.so.0.7400.5
file path=usr/lib/libgmodule-2.0.so.0.7400.5
link path=usr/lib/libgobject-2.0.so target=libgobject-2.0.so.0
link path=usr/lib/libgobject-2.0.so.0 target=libgobject-2.0.so.0.7303.0
file path=usr/lib/libgobject-2.0.so.0.7303.0
link path=usr/lib/libgobject-2.0.so.0 target=libgobject-2.0.so.0.7400.5
file path=usr/lib/libgobject-2.0.so.0.7400.5
link path=usr/lib/libgthread-2.0.so target=libgthread-2.0.so.0
link path=usr/lib/libgthread-2.0.so.0 target=libgthread-2.0.so.0.7303.0
file path=usr/lib/libgthread-2.0.so.0.7303.0
link path=usr/lib/libgthread-2.0.so.0 target=libgthread-2.0.so.0.7400.5
file path=usr/lib/libgthread-2.0.so.0.7400.5
file path=usr/lib/pkgconfig/gio-2.0.pc
file path=usr/lib/pkgconfig/gio-unix-2.0.pc
file path=usr/lib/pkgconfig/glib-2.0.pc
@@ -388,10 +388,10 @@
file path=usr/share/bash-completion/completions/gio
file path=usr/share/bash-completion/completions/gresource
file path=usr/share/bash-completion/completions/gsettings
file path=usr/share/gdb/auto-load/usr/lib/$(MACH64)/libglib-2.0.so.0.7303.0-gdb.py
file path=usr/share/gdb/auto-load/usr/lib/$(MACH64)/libgobject-2.0.so.0.7303.0-gdb.py
file path=usr/share/gdb/auto-load/usr/lib/libglib-2.0.so.0.7303.0-gdb.py
file path=usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.7303.0-gdb.py
file path=usr/share/gdb/auto-load/usr/lib/$(MACH64)/libglib-2.0.so.0.7400.5-gdb.py
file path=usr/share/gdb/auto-load/usr/lib/$(MACH64)/libgobject-2.0.so.0.7400.5-gdb.py
file path=usr/share/gdb/auto-load/usr/lib/libglib-2.0.so.0.7400.5-gdb.py
file path=usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.7400.5-gdb.py
file path=usr/share/gettext/its/gschema.its
file path=usr/share/gettext/its/gschema.loc
file path=usr/share/glib-2.0/codegen/__init__.py
@@ -451,6 +451,7 @@
file path=usr/share/locale/hu/LC_MESSAGES/glib20.mo
file path=usr/share/locale/hy/LC_MESSAGES/glib20.mo
file path=usr/share/locale/id/LC_MESSAGES/glib20.mo
file path=usr/share/locale/ie/LC_MESSAGES/glib20.mo
file path=usr/share/locale/is/LC_MESSAGES/glib20.mo
file path=usr/share/locale/it/LC_MESSAGES/glib20.mo
file path=usr/share/locale/ja/LC_MESSAGES/glib20.mo
components/library/glib/patches/15-x-terminal-emulator.patch
File was deleted
components/library/glib/patches/17-python.patch
@@ -1,51 +1,14 @@
3 tests more fail, if only 'find_installation('python3') is used
--- glib-2.62.3/meson.build.~2~    2019-12-19 12:55:14.141812814 +0000
+++ glib-2.62.3/meson.build    2019-12-19 12:57:07.818095148 +0000
@@ -1992,9 +1992,8 @@
--- glib-2.75.2/meson.build    2023-01-25 16:18:55.570622511 +0000
+++ glib-2.75.2/meson.build.new    2023-01-25 17:10:36.757782083 +0000
@@ -2274,9 +2274,8 @@
 
 glib_conf.set('HAVE_PROC_SELF_CMDLINE', have_proc_self_cmdline)
 
-python = import('python').find_installation('python3')
-python = import('python').find_installation()
-# used for '#!/usr/bin/env <name>'
-python_name = 'python3'
+python = import('python').find_installation('python3.9')
+python_name = '/usr/bin/python3.9'
 
 python_version = python.language_version()
 python_version_req = '>=3.4'
diff -ur glib-2.55.2-orig/gio/gdbus-2.0/codegen/gdbus-codegen.in glib-2.55.2/gio/gdbus-2.0/codegen/gdbus-codegen.in
--- glib-2.55.2-orig/gio/gdbus-2.0/codegen/gdbus-codegen.in    2018-02-16 17:18:51.213354835 +0000
+++ glib-2.55.2/gio/gdbus-2.0/codegen/gdbus-codegen.in    2018-02-16 17:19:19.687640248 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/env @PYTHON@
+#!@PYTHON@
 # GDBus - GLib D-Bus Library
 #
diff -ur glib-2.55.2-orig/gobject/glib-genmarshal.in glib-2.55.2/gobject/glib-genmarshal.in
--- glib-2.55.2-orig/gobject/glib-genmarshal.in    2018-02-16 17:18:51.225945754 +0000
+++ glib-2.55.2/gobject/glib-genmarshal.in    2018-02-16 17:19:48.804553286 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/env @PYTHON@
+#!@PYTHON@
 # pylint: disable=too-many-lines, missing-docstring, invalid-name
diff -ur glib-2.55.2-orig/gobject/glib-mkenums.in glib-2.55.2/gobject/glib-mkenums.in
--- glib-2.55.2-orig/gobject/glib-mkenums.in    2018-02-16 17:18:51.226243036 +0000
+++ glib-2.55.2/gobject/glib-mkenums.in    2018-02-16 17:20:01.125266201 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/env @PYTHON@
+#!@PYTHON@
 # If the code below looks horrible and unpythonic, do not panic.
 #
--- glib-2.62.3/glib/gtester-report.in.1    2019-12-19 12:52:05.595160008 +0000
+++ glib-2.62.3/glib/gtester-report.in    2019-12-19 12:52:15.716208884 +0000
@@ -1,4 +1,4 @@
-#! /usr/bin/env @PYTHON@
+#!@PYTHON@
 # GLib Testing Framework Utility            -*- Mode: python; -*-
 # Copyright (C) 2007 Imendio AB
 # Authors: Tim Janik
 python_version_req = '>=3.5'
components/library/glib/patches/25-slow-tests.patch
File was deleted
components/library/glib/test/results-all.master
@@ -1,4 +1,4 @@
Ok:                 264
Ok:                 319
Expected Fail:      0   
Fail:               12  
Unexpected Pass:    0