[bug#77956,gnome-team,03/23] gnu: gobject-introspection: Update to 1.84.0.

Message ID 73aed1f72cb021bebfb090426d097ce1b9596c0e.1745243273.git.liliana.prikler@gmail.com
State New
Headers
Series Start working on GNOME 48 |

Commit Message

Liliana Marie Prikler April 21, 2025, 1:47 p.m. UTC
  * gnu/packages/glib.scm (gobject-introspection-minimal): Update to 1.84.0.
* gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch: Adjust
accordingly.
---
 gnu/packages/glib.scm                                     | 4 ++--
 .../gobject-introspection-absolute-shlib-path.patch       | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)
  

Patch

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3b1e4c10500..ec162f51ed2 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -608,14 +608,14 @@  (define (correct-library-name-phase python name)
 (define gobject-introspection-minimal
   (package
     (name "gobject-introspection")
-    (version "1.82.0")
+    (version "1.84.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/"
                    "gobject-introspection/" (version-major+minor version)
                    "/gobject-introspection-" version ".tar.xz"))
              (sha256
-              (base32 "029gr80q8749dhcpmf5x1w48adinihb634qyqimz4js210clqnhg"))
+              (base32 "0ya7m2adgdvj52h84z974k20r05y2hfhk7mqcv1faqn2gvd5fnwl"))
              (patches (search-patches
                        "gobject-introspection-cc.patch"
                        "gobject-introspection-girepository.patch"
diff --git a/gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch b/gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch
index 8bb86467c08..fe049703ee8 100644
--- a/gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch
+++ b/gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch
@@ -51,10 +51,10 @@  index 1d39ab84..e12ed24e 100644
  def _get_option_parser():
      parser = optparse.OptionParser('%prog [options] sources',
                                     version='%prog ' + giscanner.__version__)
-@@ -220,6 +253,10 @@ match the namespace prefix.""")
-     parser.add_option("", "--compiler",
-                       action="store", dest="compiler", default=None,
-                       help="the C compiler to use internally")
+@@ -225,6 +258,10 @@ match the namespace prefix.""")
+                       help=("name of the documentation format used in the project, "
+                             "should be one of gi-docgen, gtk-doc-docbook, "
+                             "gtk-doc-markdown or hotdoc"))
 +    parser.add_option("", "--fallback-library-path",
 +                      action="store", dest="fallback_libpath",
 +                      default=_get_default_fallback_libpath(),