Skip to content

Commit

Permalink
gobject-introspection: Update version from 1.68.0 to 1.76.1
Browse files Browse the repository at this point in the history
Currently, `g-ir-scanner` fails to run – probably due to updating our
Python environment.

    $ /usr/bin/g-ir-scanner --version
    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'

So, update to the latest release, so it’s also rebuild against our current
system Python 3.10.10.

https://gitlab.gnome.org/GNOME/gobject-introspection/-/blob/1.76.1/NEWS

Resolves: #2888
  • Loading branch information
pmenzel committed Apr 26, 2023
1 parent 113b763 commit bff4422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gobject-introspection.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION gobject-introspection-1.68.0-0
# BEE_VERSION gobject-introspection-1.76.1-0

# SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gobject-introspection/${PKGVERSION[2]}/gobject-introspection-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/b106680b153bebb67c8987e64bbafcc6/gobject-introspection-1.68.0.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/5cb554fdd139db79f9b1be13892fddac/gobject-introspection-1.76.1.tar.xz"

# PATCHURL+=()

Expand Down

0 comments on commit bff4422

Please sign in to comment.