GNU bug report logs -
#68307
[PATCH] gnu: Remove gobject-introspection-next.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 8 Mar 2025 05:03:04 -0500
with message-id <CA+3U0Zn8hQYiy+18COnUSfjykcHdAnVODL202xuWvZPi1O55Hg <at> mail.gmail.com>
and subject line Re: [bug#68307] [PATCH] gnu: Remove gobject-introspection-next.
has caused the debbugs.gnu.org bug report #68307,
regarding [PATCH] gnu: Remove gobject-introspection-next.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
68307: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68307
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
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.
This bug report was last modified 134 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.