From unknown Sat Sep 06 05:21:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30354] [FIXME] gnu: appstream-glib: Propagate some inputs. Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 05 Feb 2018 08:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 30354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 30354@debbugs.gnu.org Cc: Danny Milosavljevic X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.151781853219311 (code B ref -1); Mon, 05 Feb 2018 08:16:02 +0000 Received: (at submit) by debbugs.gnu.org; 5 Feb 2018 08:15:32 +0000 Received: from localhost ([127.0.0.1]:57685 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eibw4-00051P-H9 for submit@debbugs.gnu.org; Mon, 05 Feb 2018 03:15:32 -0500 Received: from eggs.gnu.org ([208.118.235.92]:40970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eibw1-00051A-PS for submit@debbugs.gnu.org; Mon, 05 Feb 2018 03:15:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eibvq-0007AY-NK for submit@debbugs.gnu.org; Mon, 05 Feb 2018 03:15:24 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:58680) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eibvq-0007AL-Hb for submit@debbugs.gnu.org; Mon, 05 Feb 2018 03:15:18 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eibvm-0003ia-Ab for guix-patches@gnu.org; Mon, 05 Feb 2018 03:15:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eibvi-0006tT-9B for guix-patches@gnu.org; Mon, 05 Feb 2018 03:15:14 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:47394) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eibvi-0006rL-21 for guix-patches@gnu.org; Mon, 05 Feb 2018 03:15:10 -0500 Received: from dayas.3.home (77.118.206.253.wireless.dyn.drei.com [77.118.206.253]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 708B033602D0; Mon, 5 Feb 2018 09:15:07 +0100 (CET) From: Danny Milosavljevic Date: Mon, 5 Feb 2018 09:15:04 +0100 Message-Id: <20180205081504.5860-1-dannym@scratchpost.org> X-Mailer: git-send-email 2.15.1 Tags: patch X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) * gnu/packages/glib.scm (appstream-glib)[inputs]: Move gcab, gdk-pixbuf, util-linux to propagated-inputs. --- gnu/packages/glib.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 2c339c17d..4d689ca24 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -733,17 +733,18 @@ programming langauage. It also contains the utility `(("gettext" ,gettext-minimal) ("glib:bin" ,glib "bin") ; for glib-compile-resources ("pkg-config" ,pkg-config))) + (propagated-inputs + `(("gcab" ,gcab) ; for .pc file + ("gdk-pixbuf" ,gdk-pixbuf) ; for .pc file + ("util-linux" ,util-linux))) ; for .pc file (inputs - `(("gdk-pixbuf" ,gdk-pixbuf) - ("gcab" ,gcab) - ("glib" ,glib) + `(("glib" ,glib) ("gperf" ,gperf) ("gtk+" ,gtk+) ("json-glib" ,json-glib) ("libarchive" ,libarchive) ("libsoup" ,libsoup) - ("libyaml" ,libyaml) - ("util-linux" ,util-linux))) ; for libuuid + ("libyaml" ,libyaml))) (arguments `(#:configure-flags (list "-Ddep11=false" From unknown Sat Sep 06 05:21:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30354] [FIXME] gnu: appstream-glib: Propagate some inputs. Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 09 Feb 2018 13:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Danny Milosavljevic Cc: 30354@debbugs.gnu.org Received: via spool by 30354-submit@debbugs.gnu.org id=B30354.15181838858654 (code B ref 30354); Fri, 09 Feb 2018 13:45:01 +0000 Received: (at 30354) by debbugs.gnu.org; 9 Feb 2018 13:44:45 +0000 Received: from localhost ([127.0.0.1]:34780 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ek8yq-0002FV-NK for submit@debbugs.gnu.org; Fri, 09 Feb 2018 08:44:44 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:47704) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ek8yo-0002FN-Op for 30354@debbugs.gnu.org; Fri, 09 Feb 2018 08:44:43 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 43CE61119B; Fri, 9 Feb 2018 14:44:42 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uNl52ABq3yvR; Fri, 9 Feb 2018 14:44:41 +0100 (CET) Received: from ribbon (unknown [193.50.110.130]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 816E16FAE; Fri, 9 Feb 2018 14:44:41 +0100 (CET) From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180205081504.5860-1-dannym@scratchpost.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 =?UTF-8?Q?Pluvi=C3=B4se?= an 226 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 09 Feb 2018 14:44:41 +0100 In-Reply-To: <20180205081504.5860-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Mon, 5 Feb 2018 09:15:04 +0100") Message-ID: <87inb61dme.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) 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 (+) Danny Milosavljevic skribis: > * gnu/packages/glib.scm (appstream-glib)[inputs]: Move gcab, gdk-pixbuf, > util-linux to propagated-inputs. I guess you can go ahead with this one, thanks! Ludo'. From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 09 10:01:45 2018 Received: (at control) by debbugs.gnu.org; 9 Feb 2018 15:01:45 +0000 Received: from localhost ([127.0.0.1]:35567 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekABL-0004Mm-EM for submit@debbugs.gnu.org; Fri, 09 Feb 2018 10:01:43 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:53108) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekABI-0004Me-U8 for control@debbugs.gnu.org; Fri, 09 Feb 2018 10:01:41 -0500 Received: from localhost (178.113.144.132.wireless.dyn.drei.com [178.113.144.132]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 0C76633617F2 for ; Fri, 9 Feb 2018 16:01:38 +0100 (CET) Date: Fri, 9 Feb 2018 16:01:31 +0100 From: Danny Milosavljevic To: Message-ID: <20180209160127.629c33c7@scratchpost.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 30354 [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [85.13.145.193 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [85.13.145.193 listed in wl.mailspike.net] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: control 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.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 30354 [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [85.13.145.193 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [85.13.145.193 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.0 TVD_SPACE_RATIO No description available. close 30354