[PATCH] gnu: Remove gobject-introspection-next.

  • Open
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Liliana Marie Prikler
Severity
normal
L
L
Liliana Marie Prikler wrote on 7 Jan 17:35 +0100
(address . guix-patches@gnu.org)
52ae70f96290a83efc7ba0580565e6eca352a9cc.1704646458.git.liliana.prikler@gmail.com
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(-)

Toggle diff (46 lines)
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
M
M
Maxim Cournoyer wrote on 9 Jan 20:54 +0100
(name . Liliana Marie Prikler)(address . liliana.prikler@gmail.com)
87zfxeuvt9.fsf@gmail.com
Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

Toggle quote (6 lines)
> 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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 68307@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68307
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch