From unknown Tue Jun 17 01:47:28 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#67420 <67420@debbugs.gnu.org> To: bug#67420 <67420@debbugs.gnu.org> Subject: Status: [PATCH gnome-team] gnu: json-glib: Update to 1.6.6. Reply-To: bug#67420 <67420@debbugs.gnu.org> Date: Tue, 17 Jun 2025 08:47:28 +0000 retitle 67420 [PATCH gnome-team] gnu: json-glib: Update to 1.6.6. reassign 67420 guix-patches submitter 67420 Vivien Kraus severity 67420 normal tag 67420 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 23 18:13:10 2023 Received: (at submit) by debbugs.gnu.org; 23 Nov 2023 23:13:10 +0000 Received: from localhost ([127.0.0.1]:35324 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r6Isg-0003is-5M for submit@debbugs.gnu.org; Thu, 23 Nov 2023 18:13:10 -0500 Received: from lists.gnu.org ([2001:470:142::17]:47356) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r6Isd-0003iV-MQ for submit@debbugs.gnu.org; Thu, 23 Nov 2023 18:13:08 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r6IsT-0005hw-CB for guix-patches@gnu.org; Thu, 23 Nov 2023 18:12:57 -0500 Received: from planete-kraus.eu ([89.234.140.182]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1r6IsQ-0001av-8c for guix-patches@gnu.org; Thu, 23 Nov 2023 18:12:56 -0500 Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id d17188f7; Thu, 23 Nov 2023 23:12:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:from:date:subject:to:cc:mime-version; s=albinoniA; bh=hmUIzfCFfPkxcoF8RE24fB7eTl8=; b=Ysbr1jl9U82AMLB4ZlELFK4hoEIX SIvDiRIyLvhbejYOt9vpfh/xIPVXx6vnw3afUGLfA3JgN4kGlfRm1czRIiw01Nie /p/KA0wMbI+V6cOWw3eELtmkSLC66YIJDZq/EUjlXYQkMbWfljnNleoZNjfY1+9j ivjsapHaF7RLdxf4hrv4c2qg5dEHXEAVfWsN2Oce2Vhp0w5ai7F/19/r5NKIAP0b ZhXlz7oVlko+m842iU5Kx220xEffO9tnpSMIoUb3ZxUs7v3IToB4vc2SL2bNGXV6 iEQRmf9w4ie35qJx8Act6nJ5w1UIflS5Cc2XLq2P9xRtx1eh2iI4ZXswyQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 6af6643b (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Thu, 23 Nov 2023 23:12:51 +0000 (UTC) Message-ID: From: Vivien Kraus Date: Fri, 24 Nov 2023 00:08:44 +0100 Subject: [PATCH gnome-team] gnu: json-glib: Update to 1.6.6. To: guix-patches@gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.46.4 Received-SPF: pass client-ip=89.234.140.182; envelope-from=vivien@planete-kraus.eu; helo=planete-kraus.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: rg@raghavgururajan.name, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/gnome.scm (json-glib-minimal): Update to 1.6.6. [arguments]: Convert to list of G-Expressions. [#:configure-flags]: Add -Dgtk_doc=disabled. [native-inputs]: Drop labels. (json-glib) [#:configure-flags]: Remove -Ddocs=true. Unless cross-compiling, add -Dgtk_doc=enabled and -Dintrospection=enabled. [#:phases] : Replace /share/gtk-doc with /share/doc. [native-inputs]: Add gi-docgen, libxml2 and python. Change-Id: Ib88f2fb59a776312bf3b452eecfe201e272a3888 --- gnu/packages/gnome.scm | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 194a443484..477b6e07fe 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4679,7 +4679,7 @@ (define-public dconf (define-public json-glib-minimal (package (name "json-glib-minimal") - (version "1.6.2") + (version "1.6.6") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/json-glib/" @@ -4687,14 +4687,16 @@ (define-public json-glib-minimal "/json-glib-" version ".tar.xz")) (sha256 (base32 - "092g2dyy1hhl0ix9kp33wcab0pg1qicnsv0cj5ms9g9qs336cgd3")))) + "03j9ba2sccbz954smk3n1swwnvpzl8yhwwin6vixvxligaz9iv4n")))) (build-system meson-build-system) (arguments - `(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas + (list #:glib-or-gtk? #t + #:configure-flags #~'("-Dgtk_doc=disabled"))) (native-inputs - `(("gettext" ,gettext-minimal) - ("glib" ,glib "bin") ;for glib-mkenums and glib-genmarshal - ("pkg-config" ,pkg-config))) + (list + gettext-minimal + `(,glib "bin") ;for glib-mkenums and glib-genmarshal + pkg-config)) (inputs (list bash-minimal)) (propagated-inputs @@ -4713,8 +4715,7 @@ (define-public json-glib (arguments (substitute-keyword-arguments (package-arguments json-glib-minimal) ((#:configure-flags _) - #~(list "-Ddocs=true" - "-Dman=true" + #~(list "-Dman=true" #$@(if (%current-target-system) ;; If enabled, gtkdoc-scangobj will try to execute a ;; cross-compiled binary. @@ -4722,7 +4723,8 @@ (define-public json-glib ;; Trying to build introspection data when cross-compiling ;; causes errors during linking. "-Dintrospection=disabled") - #~()))) + #~("-Dgtk_doc=enabled" + "-Dintrospection=enabled")))) ((#:phases phases '%standard-phases) #~(modify-phases #$phases ;; When cross-compiling, there are no docs to move. @@ -4735,16 +4737,19 @@ (define-public json-glib (lambda _ (mkdir-p (string-append #$output:doc "/share")) (rename-file - (string-append #$output "/share/gtk-doc") + (string-append #$output "/share/doc") (string-append #$output:doc - "/share/gtk-doc")))))))))) + "/share/doc")))))))))) (native-inputs (modify-inputs (package-native-inputs json-glib-minimal) (prepend docbook-xml-4.3 docbook-xsl + gi-docgen gobject-introspection gtk-doc - libxslt))))) + libxml2 + libxslt + python))))) (define-public libxklavier (package base-commit: 60db3a6b3f6e4d1bd751d04b7d9ad1e894febf93 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 24 00:14:27 2023 Received: (at 67420) by debbugs.gnu.org; 24 Nov 2023 05:14:27 +0000 Received: from localhost ([127.0.0.1]:35444 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r6OWJ-0004wQ-HK for submit@debbugs.gnu.org; Fri, 24 Nov 2023 00:14:27 -0500 Received: from mail-ej1-x643.google.com ([2a00:1450:4864:20::643]:56791) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r6OWI-0004wD-A9 for 67420@debbugs.gnu.org; Fri, 24 Nov 2023 00:14:26 -0500 Received: by mail-ej1-x643.google.com with SMTP id a640c23a62f3a-a0029289b1bso206984866b.1 for <67420@debbugs.gnu.org>; Thu, 23 Nov 2023 21:14:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1700802856; x=1701407656; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=FMuEQanSoT0W5odrHNKod4NRjCYqQj0Vw6tLL1LzsoU=; b=dQxZRpBq9csBNlSFQs82/6LFZnVgBQAzNKQViybNiIf+/gCAJoQOai9SERF1q2v7lm eyvuQSWjV5Wv0emvgoOeRcUxuXYiM1vLxgQwGoZvPjOqnXDooWtmacwOoyM41uPguPoX TWyrCW62Ha4XodD8FnSa8bvivwjkYzCegXOEDtZyi68V+FWXgCyx+nV+9kfyjBgIqtBg VIrV4zDPuDMu7OQrgsTDnTnKzX/gkz+frFQIhDsWrWtg+IxPIPm5vl9G9gjWyVpRXKwI XBVVfFYJ3hLgAc5z24S4NNgAq3NBd60I01HNvAZb9ObEgRTDWazQswnARZESB3l1N1wl 7QFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700802856; x=1701407656; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=FMuEQanSoT0W5odrHNKod4NRjCYqQj0Vw6tLL1LzsoU=; b=g4HWSgu+L9pg/cc1L0h75kpez4YRqR7C9DrjmxLwwdaV3KgY6pnXmxk6fpEdHVIlui E8E9iXDIhzyM+NiDHbJpiQGXyUA7L1rKcqgpYPJz4ULMqG8cO4PapJ6pptdFyxwoFa+n EWyhC7C21XWwFoPDXb1uwFML+pDPCwCTN3bsjr1Hf1Y9dLjHtEIIQrCB6Zvnf00zZsaH SgwTZV3o4HYUkUky5Aqc/bU14iazJ0CWUhbkYlQGERxyq7QZl/7EYDRJtwav9EG/KGjF FSKLlmOKzmKGMA/1jenW5i+5Jjj/8m/o+9opozGwJ1W5QHEe5FuTyzr0NOQ9nQy2Vd58 ghVg== X-Gm-Message-State: AOJu0YwL/0nd8JBa+J4dJjGTAvHW6pflWm27fmN0gzMr3w1XI6NKz83C udmmjeVMRaZqBw0QzPWjKkU= X-Google-Smtp-Source: AGHT+IE1oBOBgl4m3pOS4hkd+BniMX3whXc2QfpcUtRyElosdHKX9gDKf5kf3meWDwB4xvm6yWSTlQ== X-Received: by 2002:a17:907:7413:b0:9fd:a469:b367 with SMTP id gj19-20020a170907741300b009fda469b367mr749204ejc.39.1700802855978; Thu, 23 Nov 2023 21:14:15 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id c24-20020a170906529800b009fe2f96ee9bsm1602752ejm.8.2023.11.23.21.14.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Nov 2023 21:14:15 -0800 (PST) Message-ID: <34b69379a1b6e0ed466896ed6a51fdfb2a682219.camel@gmail.com> Subject: Re: [PATCH gnome-team] gnu: json-glib: Update to 1.6.6. From: Liliana Marie Prikler To: Vivien Kraus , 67420@debbugs.gnu.org Date: Fri, 24 Nov 2023 06:14:13 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67420 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Freitag, dem 24.11.2023 um 00:08 +0100 schrieb Vivien Kraus: > * gnu/packages/gnome.scm (json-glib-minimal): Update to 1.6.6. > [arguments]: Convert to list of G-Expressions. > [#:configure-flags]: Add -Dgtk_doc=3Ddisabled. > [native-inputs]: Drop labels. > (json-glib) [#:configure-flags]: Remove -Ddocs=3Dtrue.=C2=A0 Unless cross= - > compiling, > add -Dgtk_doc=3Denabled and -Dintrospection=3Denabled. > [#:phases] : Replace /share/gtk-doc with /share/doc. > [native-inputs]: Add gi-docgen, libxml2 and python. >=20 > Change-Id: Ib88f2fb59a776312bf3b452eecfe201e272a3888 > --- If gi-docgen is used, you can probably remove gtk-doc. Cheers From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 24 17:26:01 2023 Received: (at 67420) by debbugs.gnu.org; 24 Nov 2023 22:26:01 +0000 Received: from localhost ([127.0.0.1]:37428 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r6eca-0008DT-VA for submit@debbugs.gnu.org; Fri, 24 Nov 2023 17:26:01 -0500 Received: from planete-kraus.eu ([89.234.140.182]:33566) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r6ecX-0008Cp-5L for 67420@debbugs.gnu.org; Fri, 24 Nov 2023 17:25:57 -0500 Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id e20772f8; Fri, 24 Nov 2023 22:25:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:from:date:subject:to:cc:mime-version; s=albinoniA; bh=dA0L8Ecvjzogm3ksomyqF6dYqJs=; b=g9A/USBm/4SFnaQI3GpIVV77X8Dy cyJw3ziL4WHfJxuuDcYxfcPpAFTexsTqeToyLcpzYKZ1DXPF9WBHJHutk7a9wI1Y diwzwTN4nJM9y8o19rDIBgaBC4Um7qK39rRjL0tIEpOFchNLShWxwLuD0SJd3Mkf mpd1BBNHI7TK0fLVSHl9qMyNv01qWIxSW3eED/LtVqevOiwephIbOO0ePxHZpE3V QXvUuZ8ympTD5+URwAHwKdoi4ftHms6EdjFGNEBj93L0ZNktc3vMyCEHXVSdl42Q F4fEVYAOipJ/VuKeRUK2Qmf1ElRPFj4M0CXLcyHlqyZcE4XmHRI2ep6i9w== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id ec996dad (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 24 Nov 2023 22:25:50 +0000 (UTC) Message-ID: <4a8421cd144ee7b910e5e70571fb3839a6bdd8a2.1700864554.git.vivien@planete-kraus.eu> From: Vivien Kraus Date: Fri, 24 Nov 2023 00:08:44 +0100 Subject: [PATCH gnome-team v2] gnu: json-glib: Update to 1.6.6. To: 67420@debbugs.gnu.org,Liliana Marie Prikler MIME-Version: 1.0 User-Agent: Evolution 3.46.4 X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 67420 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.2 (/) * gnu/packages/gnome.scm (json-glib-minimal): Update to 1.6.6. [arguments]: Convert to list of G-Expressions. [#:configure-flags]: Add -Dgtk_doc=disabled. [native-inputs]: Drop labels. (json-glib) [#:configure-flags]: Remove -Ddocs=true. Unless cross-compiling, add -Dgtk_doc=enabled and -Dintrospection=enabled. [#:phases] : Replace /share/gtk-doc with /share/doc. [native-inputs]: Add gi-docgen, libxml2 and python. Remove gtk-doc. Change-Id: Ib88f2fb59a776312bf3b452eecfe201e272a3888 --- gnu/packages/gnome.scm | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 194a443484..93bd623697 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4679,7 +4679,7 @@ (define-public dconf (define-public json-glib-minimal (package (name "json-glib-minimal") - (version "1.6.2") + (version "1.6.6") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/json-glib/" @@ -4687,14 +4687,16 @@ (define-public json-glib-minimal "/json-glib-" version ".tar.xz")) (sha256 (base32 - "092g2dyy1hhl0ix9kp33wcab0pg1qicnsv0cj5ms9g9qs336cgd3")))) + "03j9ba2sccbz954smk3n1swwnvpzl8yhwwin6vixvxligaz9iv4n")))) (build-system meson-build-system) (arguments - `(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas + (list #:glib-or-gtk? #t + #:configure-flags #~'("-Dgtk_doc=disabled"))) (native-inputs - `(("gettext" ,gettext-minimal) - ("glib" ,glib "bin") ;for glib-mkenums and glib-genmarshal - ("pkg-config" ,pkg-config))) + (list + gettext-minimal + `(,glib "bin") ;for glib-mkenums and glib-genmarshal + pkg-config)) (inputs (list bash-minimal)) (propagated-inputs @@ -4713,8 +4715,7 @@ (define-public json-glib (arguments (substitute-keyword-arguments (package-arguments json-glib-minimal) ((#:configure-flags _) - #~(list "-Ddocs=true" - "-Dman=true" + #~(list "-Dman=true" #$@(if (%current-target-system) ;; If enabled, gtkdoc-scangobj will try to execute a ;; cross-compiled binary. @@ -4722,7 +4723,8 @@ (define-public json-glib ;; Trying to build introspection data when cross-compiling ;; causes errors during linking. "-Dintrospection=disabled") - #~()))) + #~("-Dgtk_doc=enabled" + "-Dintrospection=enabled")))) ((#:phases phases '%standard-phases) #~(modify-phases #$phases ;; When cross-compiling, there are no docs to move. @@ -4735,16 +4737,18 @@ (define-public json-glib (lambda _ (mkdir-p (string-append #$output:doc "/share")) (rename-file - (string-append #$output "/share/gtk-doc") + (string-append #$output "/share/doc") (string-append #$output:doc - "/share/gtk-doc")))))))))) + "/share/doc")))))))))) (native-inputs (modify-inputs (package-native-inputs json-glib-minimal) (prepend docbook-xml-4.3 docbook-xsl + gi-docgen gobject-introspection - gtk-doc - libxslt))))) + libxml2 + libxslt + python))))) (define-public libxklavier (package base-commit: 60db3a6b3f6e4d1bd751d04b7d9ad1e894febf93 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 27 14:24:42 2023 Received: (at control) by debbugs.gnu.org; 27 Nov 2023 19:24:42 +0000 Received: from localhost ([127.0.0.1]:44833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7hDl-0003oz-V0 for submit@debbugs.gnu.org; Mon, 27 Nov 2023 14:24:42 -0500 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]:55360) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7hDk-0003ok-Gb for control@debbugs.gnu.org; Mon, 27 Nov 2023 14:24:40 -0500 Received: by mail-wm1-x344.google.com with SMTP id 5b1f17b1804b1-40838915cecso32172705e9.2 for ; Mon, 27 Nov 2023 11:24:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1701113068; x=1701717868; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=CIqKYkK55bZIWbfYCHeBUGpErAnwC+DHqamqch1MNvU=; b=Yshv59e79tBFx9t2viKfKOxx+GZoxbqV1cjyLalkOJGFDqYlk238TnyuubEjAChPii X5vBT4Va6n9Ilfj98QAq0fuaR0XoRHV5vrItB6WkHoIx8M4a4NMOyZfJD59EoxtN3BMt Hq0QU7aaHMi0ghLYIu6mq59O8B6mpJ58I+erPXBd+S2DeIFK18n1OVnBTr1xHWLBBqxc m/pQvK3AOXFmV8hcZXuspuU2XzoCTgSSZSvm/pXjXn60HsJ5gHQ8EsxTVMydEPJUlIOT s7PcMvcJchF16wj+2j6qed6gzA3AJvC6viX8jj/O/STdLsOZKg8Efy/9gvQ9KJTmlge2 ZvFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701113068; x=1701717868; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=CIqKYkK55bZIWbfYCHeBUGpErAnwC+DHqamqch1MNvU=; b=eZaxn4H6WYWalSiabIbQpMEN3YGiGlF1xzwYKy/NMpj7WgAHmOrtDAjdf7zSnVpmQR tOa3HmbZrEYe3/W899evd9UzcQLzP0T8aPt3J1Zx2aHefRAjj59hLKIivaCOdaMDexM1 m4RS11tpJVCMXmRY4oEFyShfbXT1nvqFU/DomgwIWXzKj+3ekp694Qlt2fYnNdu1PUfG Waj3oGz15i44CKDeTtBOCLmXIJ2P+fSneeQNEGRH3b8SiVUKC4zLgN3GboY3IuQmAHC/ 8rd+B08OlTTcmSfjcVu19zhoXb7a0M8LzZDN8GBosBmDDKkiq+5YK8hmNW9vfy76v4Xc kZmQ== X-Gm-Message-State: AOJu0YzqnFQORF5GaZ1BPC+E5m7u85gVtolaOmbV1CDqLXvhI1h82c6K b3zriYFVqnqjCE+RpTg7PZUfexa4cnf17g== X-Google-Smtp-Source: AGHT+IEzL129BrTPNrzRp9MV9UV11ytTNirh+yprZMv1XJ7JcqPyD77Yj6Jf94muiZsCxHVaMuLbmg== X-Received: by 2002:a05:600c:35d5:b0:401:bcd9:4871 with SMTP id r21-20020a05600c35d500b00401bcd94871mr6027970wmq.21.1701113067897; Mon, 27 Nov 2023 11:24:27 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id i5-20020adfe485000000b0033300a0b444sm3712565wrm.66.2023.11.27.11.24.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Nov 2023 11:24:27 -0800 (PST) Message-ID: <5c16fa00f99da91649438767580fcddd6bd7138f.camel@gmail.com> Subject: Re: [PATCH gnome-team 00/12] Hopefully the last world rebuild From: Liliana Marie Prikler To: Vivien Kraus , control@debbugs.gnu.org Date: Mon, 27 Nov 2023 20:24:26 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) merge 67473 67166 67169 67222 67408 67410 67420 67423 67424 67437 thanks Am Montag, dem 27.11.2023 um 02:58 +0100 schrieb Vivien Kraus: > Dear guix, >=20 > Here are all the updates for GNOME 44.6 that rebuild the world.=C2=A0 > Please find annotated to the left of the summary message the issue it > was originally published to.=C2=A0 The last 3 have not been published as > part of another issue. >=20 > Best regards, >=20 > Vivien >=20 > Vivien Kraus (12): > [67166]=C2=A0 gnu: gdk-pixbuf: Update to 2.42.10. > [67169]=C2=A0 gnu: glib-networking: Update to 2.76.1. > [67222]=C2=A0 gnu: gnome-backgrounds: Update to 44.0. > [67408]=C2=A0 gnu: gtk+: Update to 3.24.38. > [67410]=C2=A0 gnu: gtkmm-3: Update to 3.24.8. > [67420]=C2=A0 gnu: json-glib: Update to 1.6.6. > [67423]=C2=A0 gnu: libnotify: Update to 0.8.3. > [67424]=C2=A0 gnu: libsoup: Update to 3.4.4. > [67437]=C2=A0 gnu: mm-common: Update to 1.0.5. Merged the bug numbers. From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 03 18:59:55 2023 Received: (at 67420) by debbugs.gnu.org; 3 Dec 2023 23:59:56 +0000 Received: from localhost ([127.0.0.1]:33074 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r9wNP-0004Af-HP for submit@debbugs.gnu.org; Sun, 03 Dec 2023 18:59:55 -0500 Received: from mail-qv1-xf2d.google.com ([2607:f8b0:4864:20::f2d]:55333) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r9wNN-0004AQ-86 for 67420@debbugs.gnu.org; Sun, 03 Dec 2023 18:59:54 -0500 Received: by mail-qv1-xf2d.google.com with SMTP id 6a1803df08f44-67acd6309e3so476026d6.2 for <67420@debbugs.gnu.org>; Sun, 03 Dec 2023 15:59:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1701647977; x=1702252777; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=kjtjswd17c2iIB2usdQ2o1ZKp8jdwmh0tye5wWwIT7c=; b=LoCf92nL3ux3M1Z6DmIFEy/Mpu2ZODPbIyF9gFxAkVNo7phVWuXjAm/WOgC42d1IPE ye/AN+yUSdZubJcYX3uPQDVMgkip/BV7GiWtp4qyq9e4ZnVo/gFDbD/xKq8llE1RSdM4 c34ZNcFVsU7QB/1vqFmaZ+hVAlmgFWkNB97AeOnPESCww3WQeIP8aeqEwSUfmJMwB9he UdfLngUUpCvOssEH4k8LxUueyVPgNkmJ/S0tN75gU5xLwWGG5vRdbj+gVsbtD1+oO6TZ S4MMnlQlr+uLEgS6wu9TXSvBCkh+aKPFW7LAdcrszkZOxpIUNt33cOtSXKnLoQY98jlE XK/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701647977; x=1702252777; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=kjtjswd17c2iIB2usdQ2o1ZKp8jdwmh0tye5wWwIT7c=; b=mq7L9RDWRoTcB9gKiSBBf4wFnH6oBjIcgSgqcv6E4ZRqcSduKUA2raYJuxhGZwwHNo 0oR/iSvPgrDXk+hblf6lFmyJPco7h5ZBo+5PDgTwDvJnQD7sxCCTXyQyiOKxtpJcoTvS kAcQrx7C51KMsY63IVNUDJS0WKAwa0kvMn7nHR8FabBTpNwksOpHRC8ouNSUTqerJrgO 0HF3bjI+5f5F31Tk1ZgyjRqXVUWOTA3/UQjbuaQE6W1bnrzCR1i2FiZzRtRlag0GXg9D VlDlPSFQaiKELd1kPiKv4nnC/ofxg9V0wU2oryJm4voWcmi6rqUkUu/JmEsgBwoJh7uN F5AQ== X-Gm-Message-State: AOJu0YxF2Jcd19wWsfd72vZta3M68tIsV7ci2YwnpZrgdwDBvd/N4k5M loIEbfQS205/ZLDjVTEiP9c= X-Google-Smtp-Source: AGHT+IHdf6nTRwcL5qi1kiD6iUIskkFESaMsnp5pTx3tRgJEVhtQn6t6cW6tComGJJX3Su+vpu391w== X-Received: by 2002:ad4:59c6:0:b0:67a:8b06:ef07 with SMTP id el6-20020ad459c6000000b0067a8b06ef07mr3667045qvb.59.1701647977348; Sun, 03 Dec 2023 15:59:37 -0800 (PST) Received: from hurd (dsl-141-198.b2b2c.ca. [66.158.141.198]) by smtp.gmail.com with ESMTPSA id g12-20020a0caacc000000b0067a39a44ca5sm2230426qvb.77.2023.12.03.15.59.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 03 Dec 2023 15:59:37 -0800 (PST) From: Maxim Cournoyer To: Vivien Kraus Subject: Re: [PATCH gnome-team v2] gnu: json-glib: Update to 1.6.6. In-Reply-To: <4a8421cd144ee7b910e5e70571fb3839a6bdd8a2.1700864554.git.vivien@planete-kraus.eu> (Vivien Kraus's message of "Fri, 24 Nov 2023 00:08:44 +0100") References: <4a8421cd144ee7b910e5e70571fb3839a6bdd8a2.1700864554.git.vivien@planete-kraus.eu> Date: Sun, 03 Dec 2023 18:59:35 -0500 Message-ID: <87bkb6x2fs.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67420 Cc: rg@raghavgururajan.name, Liliana Marie Prikler , 67420@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, Vivien Kraus writes: > * gnu/packages/gnome.scm (json-glib-minimal): Update to 1.6.6. > [arguments]: Convert to list of G-Expressions. > [#:configure-flags]: Add -Dgtk_doc=disabled. > [native-inputs]: Drop labels. > (json-glib) [#:configure-flags]: Remove -Ddocs=true. Unless cross-compiling, > add -Dgtk_doc=enabled and -Dintrospection=enabled. > [#:phases] : Replace /share/gtk-doc with /share/doc. > [native-inputs]: Add gi-docgen, libxml2 and python. Remove gtk-doc. Please stick to one package per change, unless they'd cause the tree to be broken (non atomic). -- Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 04 13:14:47 2023 Received: (at 67420) by debbugs.gnu.org; 4 Dec 2023 18:14:47 +0000 Received: from localhost ([127.0.0.1]:35652 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rADSx-0006Aq-JF for submit@debbugs.gnu.org; Mon, 04 Dec 2023 13:14:47 -0500 Received: from planete-kraus.eu ([89.234.140.182]:54410) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rADSu-0006Ah-T3 for 67420@debbugs.gnu.org; Mon, 04 Dec 2023 13:14:46 -0500 Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id b71985af; Mon, 4 Dec 2023 18:14:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:cc:date:in-reply-to:references :content-type:content-transfer-encoding:mime-version; s= albinoniB; bh=QjRCFnUd4Sb6uAjz5E6bX8tTRnQ=; b=AZO/KnoRnS2f3fNDXR P2inywX/Te5nuzUMtQ75ovfUkBbgDKAQApOrM1MO4vOL/Wi22Q4+H66KOjraOaXE V0Btd6OKCTCCcfrgmhEQV9WtfQWqx17NLvplkBpg3YkY5Ru+7Xs+V7GxTQFbjzNN EIq1FVYMTCsGHOuH4PqlMZZIbXG6eNaiFIy3VhMPw6wHcNmhsnC04SzHzf1g6NSr PRH9bEeeHHJxBs4/hi2x2u1eDY9w7J7jV7pBTr4nsy7xofkOU4ZTJKeBL9gkWwKa 8V2xSNwzsFCPKUeEKDvso47ug+RIPKwlNZUUpSPS2IQCcC6rS/Ru4NGccMmkd0T6 qm2w== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 4f71544f (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 4 Dec 2023 18:14:32 +0000 (UTC) Message-ID: <9063654fd47f607c786f62575ed68ae4c5179a2e.camel@planete-kraus.eu> Subject: Re: [PATCH gnome-team v2] gnu: json-glib: Update to 1.6.6. From: Vivien Kraus To: Maxim Cournoyer Date: Mon, 04 Dec 2023 19:14:30 +0100 In-Reply-To: <87bkb6x2fs.fsf@gmail.com> References: <4a8421cd144ee7b910e5e70571fb3839a6bdd8a2.1700864554.git.vivien@planete-kraus.eu> <87bkb6x2fs.fsf@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67420 Cc: rg@raghavgururajan.name, Liliana Marie Prikler , 67420@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Le dimanche 03 d=C3=A9cembre 2023 =C3=A0 18:59 -0500, Maxim Cournoyer a =C3= =A9crit=C2=A0: > > * gnu/packages/gnome.scm (json-glib-minimal): Update to 1.6.6. > > [arguments]: Convert to list of G-Expressions. > > [#:configure-flags]: Add -Dgtk_doc=3Ddisabled. > > [native-inputs]: Drop labels. > > (json-glib) [#:configure-flags]: Remove -Ddocs=3Dtrue.=C2=A0 Unless cro= ss- > > compiling, > > add -Dgtk_doc=3Denabled and -Dintrospection=3Denabled. > > [#:phases] : Replace /share/gtk-doc with /share/doc. > > [native-inputs]: Add gi-docgen, libxml2 and python.=C2=A0 Remove gtk- > > doc. >=20 > Please stick to one package per change, unless they'd cause the tree > to > be broken (non atomic). Hello, Unfortunately, this is not possible, as the =E2=80=9Cdocs=E2=80=9D option c= hanged from one release to the next. Best regards, Vivien From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 04 18:07:12 2023 Received: (at 67420) by debbugs.gnu.org; 4 Dec 2023 23:07:12 +0000 Received: from localhost ([127.0.0.1]:36097 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rAI1v-0000Hq-Pc for submit@debbugs.gnu.org; Mon, 04 Dec 2023 18:07:12 -0500 Received: from mail-qk1-x72e.google.com ([2607:f8b0:4864:20::72e]:60898) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rAI1t-0000HZ-L5 for 67420@debbugs.gnu.org; Mon, 04 Dec 2023 18:07:10 -0500 Received: by mail-qk1-x72e.google.com with SMTP id af79cd13be357-77f17979c36so32973685a.1 for <67420@debbugs.gnu.org>; Mon, 04 Dec 2023 15:06:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1701731213; x=1702336013; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=ODtRfmEf1Zkvrd2mejTcSnUo0c6aOYeENB3ZxMl4Eio=; b=dOQDp+xXhMNleRJ4epUc77NuSrsBu4a02t9Ir1bowDvcGr2X9Alw0j0f4bh4Hy82Fx OvJq11EuDlxlDoGZPpawWlndwUnaxy1RqyihwXSWBuoG70lhrAT7Ss6+vn24oGwDwRyf kC5Js3wZXEjDZ1aKolX8dMZAP9FLNo1zFDDp9fYDnBqLZMyt7NB9nxgHGNfa3oa60GCP 6XSqmcclsrpqvesyyYjZx9kn+ZjOGqFg1apSbdzLr78dez4OrSTgc+YlEQ4fP6rLuyD0 Zqm0GVr8zSev8iCy07OXQ8oXcpEzoTMXSAi57DjqzZ6z0KK1PS5Q/pEunnqZQdeYdznl aIPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701731213; x=1702336013; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=ODtRfmEf1Zkvrd2mejTcSnUo0c6aOYeENB3ZxMl4Eio=; b=Mfbg2smIPscP8RQQQqY01qnyUsk8QWupiqI2Eb/0t7ZTIY+diElcIkwGbFQT5mERKG i/cx7yICWp0LfxSbIog/5cHnbxarCQ24quvapiNu2jmaS+F00miSFI//H4wZgOTiiYVY 4slygzMUrqskui+XgdIco0qRCd1nYbuPtOcc2irFoHYQI9tWim7H/v2q/518XbViXHR4 c4+87mBekpte+m0Jk9udSFL1xAgOYqA2040XBKPZEKSPIrFCe3VH4wz5Z8zBZPx/S7zq t7axqZ73pUy2jQmtviWGS33rqjb/VZy6ySOHfzUuLlFfvvXOV6XFC4kX57bbTyMFYSp9 5A1w== X-Gm-Message-State: AOJu0YxHh4J4bXlu/NGcRvEE52mIt+QSrx6qpia2wiWRp5b0lDR1IXHd JYZ93u+fAUp1/8LWbVy1Ddw= X-Google-Smtp-Source: AGHT+IFdK4segkTnFWzIhy9w9slCvHS7ZIPGs2Qj08eb8VNsV5NVZAz4dhTQ3TOpyqWgsBGgHfnj3g== X-Received: by 2002:a05:620a:3991:b0:77e:fba4:3a41 with SMTP id ro17-20020a05620a399100b0077efba43a41mr280989qkn.151.1701731213275; Mon, 04 Dec 2023 15:06:53 -0800 (PST) Received: from hurd (dsl-141-198.b2b2c.ca. [66.158.141.198]) by smtp.gmail.com with ESMTPSA id j5-20020a05620a288500b0077d8526bcdesm4606822qkp.86.2023.12.04.15.06.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Dec 2023 15:06:52 -0800 (PST) From: Maxim Cournoyer To: Vivien Kraus Subject: Re: [PATCH gnome-team v2] gnu: json-glib: Update to 1.6.6. In-Reply-To: <9063654fd47f607c786f62575ed68ae4c5179a2e.camel@planete-kraus.eu> (Vivien Kraus's message of "Mon, 04 Dec 2023 19:14:30 +0100") References: <4a8421cd144ee7b910e5e70571fb3839a6bdd8a2.1700864554.git.vivien@planete-kraus.eu> <87bkb6x2fs.fsf@gmail.com> <9063654fd47f607c786f62575ed68ae4c5179a2e.camel@planete-kraus.eu> Date: Mon, 04 Dec 2023 18:06:51 -0500 Message-ID: <87cyvlpnxw.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67420 Cc: rg@raghavgururajan.name, Liliana Marie Prikler , 67420@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, Vivien Kraus writes: > Le dimanche 03 d=C3=A9cembre 2023 =C3=A0 18:59 -0500, Maxim Cournoyer a = =C3=A9crit=C2=A0: >> > * gnu/packages/gnome.scm (json-glib-minimal): Update to 1.6.6. >> > [arguments]: Convert to list of G-Expressions. >> > [#:configure-flags]: Add -Dgtk_doc=3Ddisabled. >> > [native-inputs]: Drop labels. >> > (json-glib) [#:configure-flags]: Remove -Ddocs=3Dtrue.=C2=A0 Unless cr= oss- >> > compiling, >> > add -Dgtk_doc=3Denabled and -Dintrospection=3Denabled. >> > [#:phases] : Replace /share/gtk-doc with /share/doc. >> > [native-inputs]: Add gi-docgen, libxml2 and python.=C2=A0 Remove gtk- >> > doc. >>=20 >> Please stick to one package per change, unless they'd cause the tree >> to >> be broken (non atomic). > > Hello, > > Unfortunately, this is not possible, as the =E2=80=9Cdocs=E2=80=9D option= changed from > one release to the next. OK! Good to know, thanks for the explanation. --=20 Thanks, Maxim From unknown Tue Jun 17 01:47:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 29 Jan 2024 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator