* [bug#40398] [PATCH] gnu: Add jsonrpc-glib.
@ 2020-04-02 23:47 Alexandros Theodotou
2020-04-19 18:44 ` Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Alexandros Theodotou @ 2020-04-02 23:47 UTC (permalink / raw)
To: 40398
[-- Attachment #1.1: Type: text/plain, Size: 228 bytes --]
Hi,
I tried building gnome-builder but I was having unknown problems so I
gave up. Anyway, this is one of its dependencies so it would make the
life of whoever tries to package gnome builder later easier.
Thanks,
Alex
[-- Attachment #1.2: 0001-gnu-Add-jsonrpc-glib.patch --]
[-- Type: text/x-patch, Size: 1926 bytes --]
From 4d96ac7b836f1c1029d79c1fa632d4cc16cb7e9c Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Fri, 3 Apr 2020 00:44:07 +0100
Subject: [PATCH] gnu: Add jsonrpc-glib.
* gnu/packages/gnome.scm: (jsonrpc-glib) New variable.
---
gnu/packages/gnome.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b29acf3225..8d461330de 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9942,3 +9942,33 @@ to.")
environment. Its main purpose is the manual transcription of spoken
audio files.")
(license license:gpl3+))))
+
+(define-public jsonrpc-glib
+ (package
+ (name "jsonrpc-glib")
+ (version "3.32.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.gnome.org/GNOME/jsonrpc-glib.git")
+ (commit version)))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "0mjr4g6jm3nwsjw0mnwnxr7ndnzaq2b2pr92xk1dmnca5znmal34"))))
+ (build-system meson-build-system)
+ (inputs
+ `(("glib" ,glib)
+ ("gobject-introspection" ,gobject-introspection)
+ ("json-glib" ,json-glib)
+ ("vala" ,vala)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (home-page "https://gitlab.gnome.org/GNOME/jsonrpc-glib")
+ (synopsis "JSON-RPC library for GLib")
+ (description "Jsonrpc-GLib is a library to communicate with JSON-RPC
+based peers in either a synchronous or asynchronous fashion. It also
+allows communicating using the GVariant serialization format instead of
+JSON when both peers support it. You might want that when communicating
+on a single host to avoid parser overhead and memory-allocator fragmentation.")
+ (license license:lgpl2.1+)))
--
2.26.0
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#40398] [PATCH] gnu: Add jsonrpc-glib.
2020-04-02 23:47 [bug#40398] [PATCH] gnu: Add jsonrpc-glib Alexandros Theodotou
@ 2020-04-19 18:44 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-04-19 18:44 UTC (permalink / raw)
To: Alexandros Theodotou; +Cc: 40398-done
[-- Attachment #1: Type: text/plain, Size: 268 bytes --]
It looks like this patch was applied, closing the bug
--
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:[~2020-04-19 18:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-02 23:47 [bug#40398] [PATCH] gnu: Add jsonrpc-glib Alexandros Theodotou
2020-04-19 18:44 ` 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).