Skip to content

Update GLib from 2.76.1 to 2.78.3, gobject-introspection from 1.76.1 to 1.78.1 and GTK from 3.24.38 to 3.24.39 #3056

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    2df65dc View commit details
    Browse the repository at this point in the history
  2. gobject-introspection: Update version from 1.76.1 to 1.78.1

    This also builds against Python 3.11.7, the current default in MarIuX, and
    fixes the error below.
    
        $ g-ir-scanner
        Traceback (most recent call last):
          File "/usr/bin/g-ir-scanner", line 98, in <module>
            from giscanner.scannermain import scanner_main
          File "/usr/lib/gobject-introspection/giscanner/scannermain.py", line 35, in <module>
            from giscanner.ast import Include, Namespace
          File "/usr/lib/gobject-introspection/giscanner/ast.py", line 29, in <module>
            from .sourcescanner import CTYPE_TYPEDEF, CSYMBOL_TYPE_TYPEDEF
          File "/usr/lib/gobject-introspection/giscanner/sourcescanner.py", line 34, in <module>
            from giscanner._giscanner import SourceScanner as CSourceScanner
        ModuleNotFoundError: No module named 'giscanner._giscanner'
    
    Do not use version 1.79.x, as that requires at least GLib 2.79.0:
    
        Dependency glib-2.0 found: NO found 2.76.1 but need: '>=2.79.0'
    pmenzel committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1cf0280 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a6adb1 View commit details
    Browse the repository at this point in the history