From unknown Sun Jun 22 17:17:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#37272] [PATCHES] xfconf: Add vala and gi support. Resent-From: L p R n d n Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 02 Sep 2019 14:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 37272 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37272@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.156743309215973 (code B ref -1); Mon, 02 Sep 2019 14:05:01 +0000 Received: (at submit) by debbugs.gnu.org; 2 Sep 2019 14:04:52 +0000 Received: from localhost ([127.0.0.1]:58594 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i4mwu-00049Z-F3 for submit@debbugs.gnu.org; Mon, 02 Sep 2019 10:04:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:60743) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i4mwp-00049O-3h for submit@debbugs.gnu.org; Mon, 02 Sep 2019 10:04:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56336) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4mwn-0005nt-Hf for guix-patches@gnu.org; Mon, 02 Sep 2019 10:04:46 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i4mwi-0003tp-MC for guix-patches@gnu.org; Mon, 02 Sep 2019 10:04:45 -0400 Received: from mout01.posteo.de ([185.67.36.141]:39451) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i4mwi-0003sb-FE for guix-patches@gnu.org; Mon, 02 Sep 2019 10:04:40 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 8CE89160068 for ; Mon, 2 Sep 2019 16:04:38 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46MWzn29Fhz6tmJ for ; Mon, 2 Sep 2019 16:04:37 +0200 (CEST) From: L p R n d n Date: Mon, 02 Sep 2019 16:04:36 +0200 Message-ID: <87ftledcaz.fsf@lprndn.info> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.141 X-Spam-Score: -1.6 (-) 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: -2.6 (--) --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0005-gnu-xfconf-Add-support-for-gobject-introspection.patch >From 0ee78a3cba707eb5d49a41d7309c81b5233520a3 Mon Sep 17 00:00:00 2001 From: L p R n d n Date: Sun, 18 Aug 2019 22:00:20 +0200 Subject: [PATCH 05/19] gnu: xfconf: Add support for gobject-introspection. * gnu/packages/xfce.scm (xfconf): Add gobject-introspection to native-inputs. --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 3417fca282..ad18044833 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -140,8 +140,8 @@ Xfce Desktop Environment.") (native-inputs `(("pkg-config" ,pkg-config) ("intltool" ,intltool) - ("glib:bin" ,glib "bin") ;; for gdbus-codegen - )) + ("glib:bin" ,glib "bin") ;; for gdbus-codegen + ("gobject-introspection" ,gobject-introspection))) (propagated-inputs ;; libxfconf-0.pc refers to all these. `(("glib" ,glib))) -- 2.22.0 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0006-gnu-xfconf-Add-vala-support.patch >From f6acf6e80ef7625a41ab9eb6213f83b9ce1439b4 Mon Sep 17 00:00:00 2001 From: L p R n d n Date: Sun, 18 Aug 2019 22:10:46 +0200 Subject: [PATCH 06/19] gnu: xfconf: Add vala support. * gnu/packages/xfce.scm (xfconf): Add vala to native-inputs. --- gnu/packages/xfce.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index ad18044833..eb14157780 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -141,7 +141,8 @@ Xfce Desktop Environment.") `(("pkg-config" ,pkg-config) ("intltool" ,intltool) ("glib:bin" ,glib "bin") ;; for gdbus-codegen - ("gobject-introspection" ,gobject-introspection))) + ("gobject-introspection" ,gobject-introspection) + ("vala" ,vala))) (propagated-inputs ;; libxfconf-0.pc refers to all these. `(("glib" ,glib))) -- 2.22.0 --=-=-=-- From unknown Sun Jun 22 17:17:10 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: L p R n d n Subject: bug#37272: closed (Re: [bug#37272] [PATCHES] xfconf: Add vala and gi support.) Message-ID: References: <87o8zxaxiw.fsf@gnu.org> <87ftledcaz.fsf@lprndn.info> X-Gnu-PR-Message: they-closed 37272 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 37272@debbugs.gnu.org Date: Fri, 06 Sep 2019 22:09:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1567807741-32549-1" This is a multi-part message in MIME format... ------------=_1567807741-32549-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #37272: [PATCHES] xfconf: Add vala and gi support. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 37272@debbugs.gnu.org. --=20 37272: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D37272 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1567807741-32549-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 37272-done) by debbugs.gnu.org; 6 Sep 2019 22:08:17 +0000 Received: from localhost ([127.0.0.1]:37402 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i6MOv-0008Rk-6H for submit@debbugs.gnu.org; Fri, 06 Sep 2019 18:08:17 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40786) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i6MOt-0008RV-Cm for 37272-done@debbugs.gnu.org; Fri, 06 Sep 2019 18:08:15 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i6MOo-0007yI-1H; Fri, 06 Sep 2019 18:08:10 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42082 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1i6MOn-00060E-3t; Fri, 06 Sep 2019 18:08:09 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: L p R n d n Subject: Re: [bug#37272] [PATCHES] xfconf: Add vala and gi support. References: <87ftledcaz.fsf@lprndn.info> Date: Sat, 07 Sep 2019 00:08:07 +0200 In-Reply-To: <87ftledcaz.fsf@lprndn.info> (L. p. R. n. d. n.'s message of "Mon, 02 Sep 2019 16:04:36 +0200") Message-ID: <87o8zxaxiw.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 37272-done Cc: 37272-done@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: -3.3 (---) Hi, L p R n d n skribis: >>>From 0ee78a3cba707eb5d49a41d7309c81b5233520a3 Mon Sep 17 00:00:00 2001 > From: L p R n d n > Date: Sun, 18 Aug 2019 22:00:20 +0200 > Subject: [PATCH 05/19] gnu: xfconf: Add support for gobject-introspection. > > * gnu/packages/xfce.scm (xfconf): Add gobject-introspection to native-inp= uts. [...] >>>From f6acf6e80ef7625a41ab9eb6213f83b9ce1439b4 Mon Sep 17 00:00:00 2001 > From: L p R n d n > Date: Sun, 18 Aug 2019 22:10:46 +0200 > Subject: [PATCH 06/19] gnu: xfconf: Add vala support. > > * gnu/packages/xfce.scm (xfconf): Add vala to native-inputs. Applied, thanks! Ludo=E2=80=99. ------------=_1567807741-32549-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Sep 2019 14:04:52 +0000 Received: from localhost ([127.0.0.1]:58594 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i4mwu-00049Z-F3 for submit@debbugs.gnu.org; Mon, 02 Sep 2019 10:04:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:60743) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i4mwp-00049O-3h for submit@debbugs.gnu.org; Mon, 02 Sep 2019 10:04:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56336) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4mwn-0005nt-Hf for guix-patches@gnu.org; Mon, 02 Sep 2019 10:04:46 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i4mwi-0003tp-MC for guix-patches@gnu.org; Mon, 02 Sep 2019 10:04:45 -0400 Received: from mout01.posteo.de ([185.67.36.141]:39451) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i4mwi-0003sb-FE for guix-patches@gnu.org; Mon, 02 Sep 2019 10:04:40 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 8CE89160068 for ; Mon, 2 Sep 2019 16:04:38 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46MWzn29Fhz6tmJ for ; Mon, 2 Sep 2019 16:04:37 +0200 (CEST) From: L p R n d n To: guix-patches@gnu.org Subject: [PATCHES] xfconf: Add vala and gi support. Date: Mon, 02 Sep 2019 16:04:36 +0200 Message-ID: <87ftledcaz.fsf@lprndn.info> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.141 X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit 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: -2.6 (--) --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0005-gnu-xfconf-Add-support-for-gobject-introspection.patch >From 0ee78a3cba707eb5d49a41d7309c81b5233520a3 Mon Sep 17 00:00:00 2001 From: L p R n d n Date: Sun, 18 Aug 2019 22:00:20 +0200 Subject: [PATCH 05/19] gnu: xfconf: Add support for gobject-introspection. * gnu/packages/xfce.scm (xfconf): Add gobject-introspection to native-inputs. --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 3417fca282..ad18044833 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -140,8 +140,8 @@ Xfce Desktop Environment.") (native-inputs `(("pkg-config" ,pkg-config) ("intltool" ,intltool) - ("glib:bin" ,glib "bin") ;; for gdbus-codegen - )) + ("glib:bin" ,glib "bin") ;; for gdbus-codegen + ("gobject-introspection" ,gobject-introspection))) (propagated-inputs ;; libxfconf-0.pc refers to all these. `(("glib" ,glib))) -- 2.22.0 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0006-gnu-xfconf-Add-vala-support.patch >From f6acf6e80ef7625a41ab9eb6213f83b9ce1439b4 Mon Sep 17 00:00:00 2001 From: L p R n d n Date: Sun, 18 Aug 2019 22:10:46 +0200 Subject: [PATCH 06/19] gnu: xfconf: Add vala support. * gnu/packages/xfce.scm (xfconf): Add vala to native-inputs. --- gnu/packages/xfce.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index ad18044833..eb14157780 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -141,7 +141,8 @@ Xfce Desktop Environment.") `(("pkg-config" ,pkg-config) ("intltool" ,intltool) ("glib:bin" ,glib "bin") ;; for gdbus-codegen - ("gobject-introspection" ,gobject-introspection))) + ("gobject-introspection" ,gobject-introspection) + ("vala" ,vala))) (propagated-inputs ;; libxfconf-0.pc refers to all these. `(("glib" ,glib))) -- 2.22.0 --=-=-=-- ------------=_1567807741-32549-1--