From unknown Sun Jun 22 03:54:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#37271] [PATCHES] libxfce4util: 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:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 37271 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37271@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.156743298815810 (code B ref -1); Mon, 02 Sep 2019 14:04:02 +0000 Received: (at submit) by debbugs.gnu.org; 2 Sep 2019 14:03:08 +0000 Received: from localhost ([127.0.0.1]:58589 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i4mvE-00046v-1G for submit@debbugs.gnu.org; Mon, 02 Sep 2019 10:03:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:44613) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i4mvC-00046o-Fo for submit@debbugs.gnu.org; Mon, 02 Sep 2019 10:03:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56142) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4mvB-00042g-04 for guix-patches@gnu.org; Mon, 02 Sep 2019 10:03:06 -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 1i4mv9-0001W0-9L for guix-patches@gnu.org; Mon, 02 Sep 2019 10:03:04 -0400 Received: from mout01.posteo.de ([185.67.36.141]:34463) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i4mv9-0001Sw-1h for guix-patches@gnu.org; Mon, 02 Sep 2019 10:03:03 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 171DC160064 for ; Mon, 2 Sep 2019 16:02:58 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46MWxs46xXz6tmP for ; Mon, 2 Sep 2019 16:02:57 +0200 (CEST) From: L p R n d n Date: Mon, 02 Sep 2019 16:02:56 +0200 Message-ID: <87k1aqdcdr.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=0003-gnu-libxfce4util-Add-gobject-introspection-support.patch >From 6db4063b2497dcb5366bc43fbdb0e65a67b1d803 Mon Sep 17 00:00:00 2001 From: L p R n d n Date: Sun, 18 Aug 2019 21:34:09 +0200 Subject: [PATCH 03/19] gnu: libxfce4util: Add gobject-introspection support. * gnu/packages/xfce.scm (libxfce4util): Add gobject-introspection to native-inputs. --- gnu/packages/xfce.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index df894b5c9a..aa7a99e95b 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -99,6 +99,7 @@ (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) + ("gobject-introspection" ,gobject-introspection) ("intltool" ,intltool))) (propagated-inputs `(("glib" ,glib))) ; required by libxfce4util-1.0.pc (home-page "https://www.xfce.org/") -- 2.22.0 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0004-gnu-libxfce4util-Build-Vala-bindings.patch >From 2ce598f7e510570314607ad8e6a9d89013a1def4 Mon Sep 17 00:00:00 2001 From: L p R n d n Date: Tue, 20 Aug 2019 12:17:00 +0200 Subject: [PATCH 04/19] gnu: libxfce4util: Build Vala bindings. * gnu/packages/xfce.scm (libxfce4util)[native-inputs]: Add vala. --- 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 aa7a99e95b..3417fca282 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -100,7 +100,8 @@ (native-inputs `(("pkg-config" ,pkg-config) ("gobject-introspection" ,gobject-introspection) - ("intltool" ,intltool))) + ("intltool" ,intltool) + ("vala" ,vala))) (propagated-inputs `(("glib" ,glib))) ; required by libxfce4util-1.0.pc (home-page "https://www.xfce.org/") (synopsis "Basic utility library for Xfce") -- 2.22.0 --=-=-=-- From unknown Sun Jun 22 03:54:33 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#37271: closed (Re: [bug#37271] [PATCHES] libxfce4util: Add vala and gi support.) Message-ID: References: <87lfv3zqnn.fsf@gnu.org> <87k1aqdcdr.fsf@lprndn.info> X-Gnu-PR-Message: they-closed 37271 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 37271@debbugs.gnu.org Date: Wed, 04 Sep 2019 21:41:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1567633262-26730-1" This is a multi-part message in MIME format... ------------=_1567633262-26730-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #37271: [PATCHES] libxfce4util: 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 37271@debbugs.gnu.org. --=20 37271: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D37271 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1567633262-26730-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 37271-done) by debbugs.gnu.org; 4 Sep 2019 21:40:39 +0000 Received: from localhost ([127.0.0.1]:34457 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i5d15-0006wP-AE for submit@debbugs.gnu.org; Wed, 04 Sep 2019 17:40:39 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54557) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i5d14-0006wD-GR for 37271-done@debbugs.gnu.org; Wed, 04 Sep 2019 17:40:38 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i5d0y-0004Ra-ES; Wed, 04 Sep 2019 17:40:32 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=43064 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1i5d0w-0007k0-4G; Wed, 04 Sep 2019 17:40:30 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: L p R n d n Subject: Re: [bug#37271] [PATCHES] libxfce4util: Add vala and gi support. References: <87k1aqdcdr.fsf@lprndn.info> Date: Wed, 04 Sep 2019 23:40:28 +0200 In-Reply-To: <87k1aqdcdr.fsf@lprndn.info> (L. p. R. n. d. n.'s message of "Mon, 02 Sep 2019 16:02:56 +0200") Message-ID: <87lfv3zqnn.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: 37271-done Cc: 37271-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 (---) L p R n d n skribis: >>>From 6db4063b2497dcb5366bc43fbdb0e65a67b1d803 Mon Sep 17 00:00:00 2001 > From: L p R n d n > Date: Sun, 18 Aug 2019 21:34:09 +0200 > Subject: [PATCH 03/19] gnu: libxfce4util: Add gobject-introspection support. > > * gnu/packages/xfce.scm (libxfce4util): Add gobject-introspection to native-inputs. [...] >>>From 2ce598f7e510570314607ad8e6a9d89013a1def4 Mon Sep 17 00:00:00 2001 > From: L p R n d n > Date: Tue, 20 Aug 2019 12:17:00 +0200 > Subject: [PATCH 04/19] gnu: libxfce4util: Build Vala bindings. > > * gnu/packages/xfce.scm (libxfce4util)[native-inputs]: Add vala. Applied, thanks! ------------=_1567633262-26730-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Sep 2019 14:03:08 +0000 Received: from localhost ([127.0.0.1]:58589 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i4mvE-00046v-1G for submit@debbugs.gnu.org; Mon, 02 Sep 2019 10:03:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:44613) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i4mvC-00046o-Fo for submit@debbugs.gnu.org; Mon, 02 Sep 2019 10:03:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56142) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4mvB-00042g-04 for guix-patches@gnu.org; Mon, 02 Sep 2019 10:03:06 -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 1i4mv9-0001W0-9L for guix-patches@gnu.org; Mon, 02 Sep 2019 10:03:04 -0400 Received: from mout01.posteo.de ([185.67.36.141]:34463) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i4mv9-0001Sw-1h for guix-patches@gnu.org; Mon, 02 Sep 2019 10:03:03 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 171DC160064 for ; Mon, 2 Sep 2019 16:02:58 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46MWxs46xXz6tmP for ; Mon, 2 Sep 2019 16:02:57 +0200 (CEST) From: L p R n d n To: guix-patches@gnu.org Subject: [PATCHES] libxfce4util: Add vala and gi support. Date: Mon, 02 Sep 2019 16:02:56 +0200 Message-ID: <87k1aqdcdr.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=0003-gnu-libxfce4util-Add-gobject-introspection-support.patch >From 6db4063b2497dcb5366bc43fbdb0e65a67b1d803 Mon Sep 17 00:00:00 2001 From: L p R n d n Date: Sun, 18 Aug 2019 21:34:09 +0200 Subject: [PATCH 03/19] gnu: libxfce4util: Add gobject-introspection support. * gnu/packages/xfce.scm (libxfce4util): Add gobject-introspection to native-inputs. --- gnu/packages/xfce.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index df894b5c9a..aa7a99e95b 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -99,6 +99,7 @@ (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) + ("gobject-introspection" ,gobject-introspection) ("intltool" ,intltool))) (propagated-inputs `(("glib" ,glib))) ; required by libxfce4util-1.0.pc (home-page "https://www.xfce.org/") -- 2.22.0 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0004-gnu-libxfce4util-Build-Vala-bindings.patch >From 2ce598f7e510570314607ad8e6a9d89013a1def4 Mon Sep 17 00:00:00 2001 From: L p R n d n Date: Tue, 20 Aug 2019 12:17:00 +0200 Subject: [PATCH 04/19] gnu: libxfce4util: Build Vala bindings. * gnu/packages/xfce.scm (libxfce4util)[native-inputs]: Add vala. --- 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 aa7a99e95b..3417fca282 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -100,7 +100,8 @@ (native-inputs `(("pkg-config" ,pkg-config) ("gobject-introspection" ,gobject-introspection) - ("intltool" ,intltool))) + ("intltool" ,intltool) + ("vala" ,vala))) (propagated-inputs `(("glib" ,glib))) ; required by libxfce4util-1.0.pc (home-page "https://www.xfce.org/") (synopsis "Basic utility library for Xfce") -- 2.22.0 --=-=-=-- ------------=_1567633262-26730-1--