* [bug#50547] [PATCH core-updates-frozen] gnu: gobby: Update to 0.6.0.
@ 2021-09-12 12:30 Felix Gruber
2021-09-12 13:48 ` bug#50547: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-09-12 12:30 UTC (permalink / raw)
To: 50547; +Cc: Felix Gruber
This fixes a build failure due to our libinfinite being too recent for
gobby 0.5.0.
* gnu/packages/gobby.scm (gobby): Update to 0.6.0.
[build-system]: Change to glib-or-gtk-build-system which helps to find
glib-compile-schemas.
[native-inputs]: Add itstool.
[inputs]: Replace gtkmm-2 with gtkmm and gtksourceview-2 with
gtksourceview-3.
---
gnu/packages/gobby.scm | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gobby.scm b/gnu/packages/gobby.scm
index 931b35bc52..aeec3d6de9 100644
--- a/gnu/packages/gobby.scm
+++ b/gnu/packages/gobby.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2017, 2019 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -24,6 +25,7 @@
#:use-module (guix download)
#:use-module (guix utils)
#:use-module ((guix licenses) #:prefix license:)
+ #:use-module (guix build-system glib-or-gtk)
#:use-module (guix build-system gnu)
#:use-module (gnu packages)
#:use-module (gnu packages glib)
@@ -143,7 +145,7 @@ connect to a server running the old 0.4 protocol.")
(define-public gobby
(package
(name "gobby")
- (version "0.5.0")
+ (version "0.6.0")
(source (origin
(method url-fetch)
(uri (string-append "http://releases.0x539.de/gobby/gobby-"
@@ -151,16 +153,17 @@ connect to a server running the old 0.4 protocol.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "165x0r668ma5blziisvbr8qig3jw9hf7i6w8r7wwvz3wsac3bswc"))))
- (build-system gnu-build-system)
+ "1p2wbnchxy2wdzk19p7bxfpbq5zawa0l500na57jp8jgk3qz7czx"))))
+ (build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
- ("intltool" ,intltool)))
+ ("intltool" ,intltool)
+ ("itstool" ,itstool)))
(inputs
`(("gnutls" ,gnutls)
("gsasl" ,gsasl)
- ("gtkmm-2" ,gtkmm-2)
- ("gtksourceview-2" ,gtksourceview-2)
+ ("gtkmm" ,gtkmm)
+ ("gtksourceview" ,gtksourceview-3)
("libinfinity" ,libinfinity)
("libxml++-2" ,libxml++-2)))
(arguments
--
2.30.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#50547: [PATCH core-updates-frozen] gnu: gobby: Update to 0.6.0.
2021-09-12 12:30 [bug#50547] [PATCH core-updates-frozen] gnu: gobby: Update to 0.6.0 Felix Gruber
@ 2021-09-12 13:48 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-09-12 13:48 UTC (permalink / raw)
To: Felix Gruber; +Cc: 50547-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
Thanks. Patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-12 13:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-12 12:30 [bug#50547] [PATCH core-updates-frozen] gnu: gobby: Update to 0.6.0 Felix Gruber
2021-09-12 13:48 ` bug#50547: " Efraim Flashner
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).