From 2df65dc2ad4be2966b3bf2c2a80ff783f23c18c7 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 18 Jan 2024 10:50:05 +0100 Subject: [PATCH 1/3] gtk3: Update version from 3.24.38 to 3.24.39 https://download.gnome.org/sources/gtk+/3.24/gtk%2B-3.24.39.news --- gtk3.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk3.be0 b/gtk3.be0 index cb08c5527..1c778e8d3 100755 --- a/gtk3.be0 +++ b/gtk3.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION gtk3-3.24.38-0 +# BEE_VERSION gtk3-3.24.39-0 #SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gtk+/${PKGVERSION[2]}/gtk+-${PKGVERSION}.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/7ed2f5914683ebd515da22f5784389f4/gtk+-3.24.38.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/9364eedb002a8fab7287b578ef02bdd8/gtk%2b-3.24.39.tar.xz" # PATCHURL+=() From 1cf02803472b410a0679b664354f679cac9e081d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 18 Jan 2024 12:58:18 +0100 Subject: [PATCH 2/3] 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 from giscanner.scannermain import scanner_main File "/usr/lib/gobject-introspection/giscanner/scannermain.py", line 35, in from giscanner.ast import Include, Namespace File "/usr/lib/gobject-introspection/giscanner/ast.py", line 29, in from .sourcescanner import CTYPE_TYPEDEF, CSYMBOL_TYPE_TYPEDEF File "/usr/lib/gobject-introspection/giscanner/sourcescanner.py", line 34, in 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' --- gobject-introspection.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gobject-introspection.be0 b/gobject-introspection.be0 index 24493bf37..54e0657c4 100755 --- a/gobject-introspection.be0 +++ b/gobject-introspection.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION gobject-introspection-1.76.1-0 +# BEE_VERSION gobject-introspection-1.78.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/5cb554fdd139db79f9b1be13892fddac/gobject-introspection-1.76.1.tar.xz" +#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/da2677e6b9c91b33c036d2233a96cec3/gobject-introspection-1.78.1.tar.xz" # PATCHURL+=() From 1a6adb1944c6732a3a74f0a2c01babefa436c6c9 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 18 Jan 2024 13:33:27 +0100 Subject: [PATCH 3/3] glib2: Update version from 2.76.1 to 2.78.3 --- glib2.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glib2.be0 b/glib2.be0 index 9f62cc612..bba04a6b5 100755 --- a/glib2.be0 +++ b/glib2.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION glib2-2.76.1-0 +# BEE_VERSION glib2-2.78.3-0 #SRCURL[0]="https://download.gnome.org/sources/glib/${PKGVERSION[2]}/glib-${PKGVERSION}.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/1adbc389ab891616a041aa6d42ef0529/glib-2.76.1.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/d93fb5bf93a14a2aa0578b97c349e5b9/glib-2.78.3.tar.xz" PATCHURL+=("https://beehive.molgen.mpg.de/ac14fac9d515ad262f4c55041dadf483/glib2-2.70-glib-compile-schemas-no-spam.patch")