GNU bug report logs - #68307
[PATCH] gnu: Remove gobject-introspection-next.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Sun, 7 Jan 2024 17:27:02 UTC

Severity: normal

Tags: patch

Done: Greg Hogan <code <at> greghogan.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68307 in the body.
You can then email your comments to 68307 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, guix-patches <at> gnu.org:
bug#68307; Package guix-patches. (Sun, 07 Jan 2024 17:27:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, guix-patches <at> gnu.org. (Sun, 07 Jan 2024 17:27:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Remove gobject-introspection-next.
Date: Sun, 7 Jan 2024 17:35:21 +0100
Our gobject-introspection is already newer.

* gnu/packages/glib.scm (gobject-introspection-next): Delete variable.
* gnu/packages/gtk.scm (gtksourceview)[native-inputs]: Use
gobject-introspection instead.
---
 gnu/packages/glib.scm | 17 -----------------
 gnu/packages/gtk.scm  |  2 +-
 2 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 7b8cc3286d..d5d0b77352 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -672,23 +672,6 @@ (define gobject-introspection
       ;; For tools.
       license:gpl2+))))
 
-(define-public gobject-introspection-next
-  (package
-    (inherit gobject-introspection)
-    (name "gobject-introspection")
-    (version "1.73.1")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/"
-                                  "gobject-introspection/" (version-major+minor version)
-                                  "/gobject-introspection-" version ".tar.xz"))
-              (sha256
-               (base32 "1gkbx32as3v2286w7k3j24fwhkxj6brr49881m2zavxamfwxdm34"))
-              (patches (search-patches
-                        "gobject-introspection-cc-1.72.patch"
-                        "gobject-introspection-girepository.patch"
-                        "gobject-introspection-absolute-shlib-path-1.72.patch"))))))
-
 (define intltool
   (package
     (name "intltool")
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 8b4fe7d681..f88ab930d5 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -626,7 +626,7 @@ (define-public gtksourceview
      (list `(,glib "bin")               ; for glib-genmarshal, etc.
            gettext-minimal
            gi-docgen
-           gobject-introspection-next
+           gobject-introspection
            pkg-config
            vala
            ;; For testing.

base-commit: 1cd97066c2dc84c6e538cfa63820e18f6c12a414
prerequisite-patch-id: e8b6782eaa5783cfc6ed74633ca8bfca5fd22715
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#68307; Package guix-patches. (Tue, 09 Jan 2024 19:55:01 GMT) Full text and rfc822 format available.

Message #8 received at 68307 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: rg <at> raghavgururajan.name, 68307 <at> debbugs.gnu.org
Subject: Re: [bug#68307] [PATCH] gnu: Remove gobject-introspection-next.
Date: Tue, 09 Jan 2024 14:54:26 -0500
Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> Our gobject-introspection is already newer.
>
> * gnu/packages/glib.scm (gobject-introspection-next): Delete variable.
> * gnu/packages/gtk.scm (gtksourceview)[native-inputs]: Use
> gobject-introspection instead.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail>

-- 
Thanks,
Maxim




Reply sent to Greg Hogan <code <at> greghogan.com>:
You have taken responsibility. (Sat, 08 Mar 2025 10:04:03 GMT) Full text and rfc822 format available.

Notification sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
bug acknowledged by developer. (Sat, 08 Mar 2025 10:04:03 GMT) Full text and rfc822 format available.

Message #13 received at 68307-done <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: rg <at> raghavgururajan.name, Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 68307-done <at> debbugs.gnu.org
Subject: Re: [bug#68307] [PATCH] gnu: Remove gobject-introspection-next.
Date: Sat, 8 Mar 2025 05:03:04 -0500
On Tue, Jan 9, 2024 at 2:55 PM Maxim Cournoyer
<maxim.cournoyer <at> gmail.com> wrote:
>
> Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
>
> > Our gobject-introspection is already newer.
> >
> > * gnu/packages/glib.scm (gobject-introspection-next): Delete variable.
> > * gnu/packages/gtk.scm (gtksourceview)[native-inputs]: Use
> > gobject-introspection instead.
>
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail>
>
> --
> Thanks,
> Maxim

Closing as this has been applied:

commit 4299b4cc881deaadf908937cda1e9cbc48a40a38
Author: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Date:   Fri Aug 16 09:54:02 2024 +0200

    gnu: Drop gobject-introspection 1.73.1.

    The actual gobject-introspection has been newer than its "next" variant for
    some while.

    * gnu/packages/glib.scm (gobject-introspection-next): Remove variable.
    * gnu/packages/gtk.scm (gtksourceview)[native-inputs]: Replace
    gobject-introspection-next with gobject-introspection.
    * gnu/packages/guile-xyz.scm (guile-g-golf)[native-inputs]: Likewise.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 05 Apr 2025 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 96 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.