From unknown Mon Jun 23 04:14:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#37274] [PATCHES] libxfce4ui: Add gi and customize vendor. 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:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 37274 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37274@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.156743320916233 (code B ref -1); Mon, 02 Sep 2019 14:07:01 +0000 Received: (at submit) by debbugs.gnu.org; 2 Sep 2019 14:06:49 +0000 Received: from localhost ([127.0.0.1]:58604 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i4myn-0004Dl-9K for submit@debbugs.gnu.org; Mon, 02 Sep 2019 10:06:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:34433) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i4myl-0004Db-CH for submit@debbugs.gnu.org; Mon, 02 Sep 2019 10:06:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56596) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4myk-0007u5-0U for guix-patches@gnu.org; Mon, 02 Sep 2019 10:06: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 1i4myi-00070j-UQ for guix-patches@gnu.org; Mon, 02 Sep 2019 10:06:45 -0400 Received: from mout01.posteo.de ([185.67.36.141]:52063) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i4myi-0006yN-Mv for guix-patches@gnu.org; Mon, 02 Sep 2019 10:06:44 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 381BB16005E for ; Mon, 2 Sep 2019 16:06:43 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46MX2B55R4z6tmB for ; Mon, 2 Sep 2019 16:06:42 +0200 (CEST) From: L p R n d n Date: Mon, 02 Sep 2019 16:06:42 +0200 Message-ID: <87blw2dc7h.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=0008-gnu-libxfce4ui-Add-gobject-introspection-support.patch >From 2b27a5241957d3cb25a066bebac5c7168e4e8730 Mon Sep 17 00:00:00 2001 From: L p R n d n Date: Sun, 18 Aug 2019 22:35:07 +0200 Subject: [PATCH 08/19] gnu: libxfce4ui: Add gobject-introspection support. * gnu/packages/xfce.scm (libxfce4ui): Add gobject-introspection 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 31a1209167..953d9675d0 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -171,7 +171,8 @@ storage system.") (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) - ("intltool" ,intltool))) + ("intltool" ,intltool) + ("gobject-introspection" ,gobject-introspection))) (propagated-inputs `(("gtk+-3" ,gtk+) ; required by libxfce4ui-2.pc ;; libxfce4kbd-private-2.pc refers to all these. -- 2.22.0 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0009-gnu-libxfce4ui-Add-vendor.patch >From 2218da3c69bc58aa9546b62b7e19331cba6e6c46 Mon Sep 17 00:00:00 2001 From: L p R n d n Date: Sun, 18 Aug 2019 22:36:55 +0200 Subject: [PATCH 09/19] gnu: libxfce4ui: Add vendor. * gnu/packages/xfce.scm (libxfce4ui)[arguments]: Add #:configure-flags. --- gnu/packages/xfce.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 953d9675d0..1a6de2e781 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -169,6 +169,9 @@ storage system.") (base32 "1npjhznmnckhnylsv3l7p1zvhckhmp9d7vifs8w12kdfmrg0fjf4")))) (build-system gnu-build-system) + (arguments + `(#:configure-flags + (list "--with-vendor-info=Guix"))) (native-inputs `(("pkg-config" ,pkg-config) ("intltool" ,intltool) -- 2.22.0 --=-=-=-- From unknown Mon Jun 23 04:14:45 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#37274: closed (Re: [bug#37274] [PATCHES] libxfce4ui: Add gi and customize vendor.) Message-ID: References: <87ftl9awld.fsf@gnu.org> <87blw2dc7h.fsf@lprndn.info> X-Gnu-PR-Message: they-closed 37274 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 37274@debbugs.gnu.org Date: Fri, 06 Sep 2019 22:29:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1567808942-2355-1" This is a multi-part message in MIME format... ------------=_1567808942-2355-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #37274: [PATCHES] libxfce4ui: Add gi and customize vendor. 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 37274@debbugs.gnu.org. --=20 37274: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D37274 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1567808942-2355-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 37274-done) by debbugs.gnu.org; 6 Sep 2019 22:28:25 +0000 Received: from localhost ([127.0.0.1]:37421 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i6MiP-0000az-G1 for submit@debbugs.gnu.org; Fri, 06 Sep 2019 18:28:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44306) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i6MiN-0000ak-KD for 37274-done@debbugs.gnu.org; Fri, 06 Sep 2019 18:28:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i6MiI-0003Kc-Ff; Fri, 06 Sep 2019 18:28:18 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42104 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1i6MiG-0001C2-6G; Fri, 06 Sep 2019 18:28:17 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: L p R n d n Subject: Re: [bug#37274] [PATCHES] libxfce4ui: Add gi and customize vendor. References: <87blw2dc7h.fsf@lprndn.info> Date: Sat, 07 Sep 2019 00:28:14 +0200 In-Reply-To: <87blw2dc7h.fsf@lprndn.info> (L. p. R. n. d. n.'s message of "Mon, 02 Sep 2019 16:06:42 +0200") Message-ID: <87ftl9awld.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: 37274-done Cc: 37274-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 2b27a5241957d3cb25a066bebac5c7168e4e8730 Mon Sep 17 00:00:00 2001 > From: L p R n d n > Date: Sun, 18 Aug 2019 22:35:07 +0200 > Subject: [PATCH 08/19] gnu: libxfce4ui: Add gobject-introspection support. > > * gnu/packages/xfce.scm (libxfce4ui): Add gobject-introspection to native= -inputs. [...] >>>From 2218da3c69bc58aa9546b62b7e19331cba6e6c46 Mon Sep 17 00:00:00 2001 > From: L p R n d n > Date: Sun, 18 Aug 2019 22:36:55 +0200 > Subject: [PATCH 09/19] gnu: libxfce4ui: Add vendor. > > * gnu/packages/xfce.scm (libxfce4ui)[arguments]: Add #:configure-flags. Applied both. > --- a/gnu/packages/xfce.scm > +++ b/gnu/packages/xfce.scm > @@ -169,6 +169,9 @@ storage system.") > (base32 > "1npjhznmnckhnylsv3l7p1zvhckhmp9d7vifs8w12kdfmrg0fjf4"))= )) > (build-system gnu-build-system) > + (arguments > + `(#:configure-flags > + (list "--with-vendor-info=3DGuix"))) I changed that to =E2=80=9CGNU Guix=E2=80=9D. :-) ------------=_1567808942-2355-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Sep 2019 14:06:49 +0000 Received: from localhost ([127.0.0.1]:58604 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i4myn-0004Dl-9K for submit@debbugs.gnu.org; Mon, 02 Sep 2019 10:06:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:34433) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i4myl-0004Db-CH for submit@debbugs.gnu.org; Mon, 02 Sep 2019 10:06:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56596) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4myk-0007u5-0U for guix-patches@gnu.org; Mon, 02 Sep 2019 10:06: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 1i4myi-00070j-UQ for guix-patches@gnu.org; Mon, 02 Sep 2019 10:06:45 -0400 Received: from mout01.posteo.de ([185.67.36.141]:52063) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i4myi-0006yN-Mv for guix-patches@gnu.org; Mon, 02 Sep 2019 10:06:44 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 381BB16005E for ; Mon, 2 Sep 2019 16:06:43 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46MX2B55R4z6tmB for ; Mon, 2 Sep 2019 16:06:42 +0200 (CEST) From: L p R n d n To: guix-patches@gnu.org Subject: [PATCHES] libxfce4ui: Add gi and customize vendor. Date: Mon, 02 Sep 2019 16:06:42 +0200 Message-ID: <87blw2dc7h.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=0008-gnu-libxfce4ui-Add-gobject-introspection-support.patch >From 2b27a5241957d3cb25a066bebac5c7168e4e8730 Mon Sep 17 00:00:00 2001 From: L p R n d n Date: Sun, 18 Aug 2019 22:35:07 +0200 Subject: [PATCH 08/19] gnu: libxfce4ui: Add gobject-introspection support. * gnu/packages/xfce.scm (libxfce4ui): Add gobject-introspection 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 31a1209167..953d9675d0 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -171,7 +171,8 @@ storage system.") (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) - ("intltool" ,intltool))) + ("intltool" ,intltool) + ("gobject-introspection" ,gobject-introspection))) (propagated-inputs `(("gtk+-3" ,gtk+) ; required by libxfce4ui-2.pc ;; libxfce4kbd-private-2.pc refers to all these. -- 2.22.0 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0009-gnu-libxfce4ui-Add-vendor.patch >From 2218da3c69bc58aa9546b62b7e19331cba6e6c46 Mon Sep 17 00:00:00 2001 From: L p R n d n Date: Sun, 18 Aug 2019 22:36:55 +0200 Subject: [PATCH 09/19] gnu: libxfce4ui: Add vendor. * gnu/packages/xfce.scm (libxfce4ui)[arguments]: Add #:configure-flags. --- gnu/packages/xfce.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 953d9675d0..1a6de2e781 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -169,6 +169,9 @@ storage system.") (base32 "1npjhznmnckhnylsv3l7p1zvhckhmp9d7vifs8w12kdfmrg0fjf4")))) (build-system gnu-build-system) + (arguments + `(#:configure-flags + (list "--with-vendor-info=Guix"))) (native-inputs `(("pkg-config" ,pkg-config) ("intltool" ,intltool) -- 2.22.0 --=-=-=-- ------------=_1567808942-2355-1--