From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 05 03:15:32 2018 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 To: guix-patches@gnu.org Subject: [FIXME] gnu: appstream-glib: Propagate some inputs. 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-Debbugs-Envelope-To: submit Cc: Danny Milosavljevic 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 debbugs-submit-bounces@debbugs.gnu.org Fri Feb 09 08:44:45 2018 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?=) To: Danny Milosavljevic Subject: Re: [bug#30354] [FIXME] gnu: appstream-glib: Propagate some inputs. 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-Debbugs-Envelope-To: 30354 Cc: 30354@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 (+) 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 From unknown Sat Sep 06 05:21:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 10 Mar 2018 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