unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68307] [PATCH] gnu: Remove gobject-introspection-next.
@ 2024-01-07 16:35 Liliana Marie Prikler
  2024-01-09 19:54 ` Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Liliana Marie Prikler @ 2024-01-07 16:35 UTC (permalink / raw)
  To: 68307; +Cc: liliana.prikler, maxim.cournoyer, rg

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#68307] [PATCH] gnu: Remove gobject-introspection-next.
  2024-01-07 16:35 [bug#68307] [PATCH] gnu: Remove gobject-introspection-next Liliana Marie Prikler
@ 2024-01-09 19:54 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2024-01-09 19:54 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: rg, 68307

Liliana Marie Prikler <liliana.prikler@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@gmail>

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-09 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-07 16:35 [bug#68307] [PATCH] gnu: Remove gobject-introspection-next Liliana Marie Prikler
2024-01-09 19:54 ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).