From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 6FDYB1sF8V4FXAAA0tVLHw (envelope-from ) for ; Mon, 22 Jun 2020 19:24:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id KMejA1sF8V4oTAAA1q6Kng (envelope-from ) for ; Mon, 22 Jun 2020 19:24:11 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6C7BF94051E for ; Mon, 22 Jun 2020 19:24:10 +0000 (UTC) Received: from localhost ([::1]:35786 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jnS37-000405-2D for larch@yhetil.org; Mon, 22 Jun 2020 15:24:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52870) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jnS30-0003yZ-US for guix-patches@gnu.org; Mon, 22 Jun 2020 15:24:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51260) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jnS30-0007TZ-LA for guix-patches@gnu.org; Mon, 22 Jun 2020 15:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jnS30-00089d-Dk for guix-patches@gnu.org; Mon, 22 Jun 2020 15:24:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41293] [PATCH 2/3] gnu: Add appstream. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 22 Jun 2020 19:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41293 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: rprior@protonmail.com, 41293@debbugs.gnu.org X-Debbugs-Original-To: Ryan Prior , Ryan Prior via Guix-patches , 41293@debbugs.gnu.org Received: via spool by 41293-submit@debbugs.gnu.org id=B41293.159285379931283 (code B ref 41293); Mon, 22 Jun 2020 19:24:02 +0000 Received: (at 41293) by debbugs.gnu.org; 22 Jun 2020 19:23:19 +0000 Received: from localhost ([127.0.0.1]:34572 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnS2I-00088V-TY for submit@debbugs.gnu.org; Mon, 22 Jun 2020 15:23:19 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnS2F-000880-Hh for 41293@debbugs.gnu.org; Mon, 22 Jun 2020 15:23:16 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47432) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jnS29-0007PM-EU; Mon, 22 Jun 2020 15:23:09 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:56582 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jnS28-0004My-VT; Mon, 22 Jun 2020 15:23:09 -0400 From: Marius Bakke In-Reply-To: <20200602012736.4292-3-rprior@protonmail.com> References: <20200602012736.4292-1-rprior@protonmail.com> <20200602012736.4292-3-rprior@protonmail.com> Date: Mon, 22 Jun 2020 21:23:06 +0200 Message-ID: <87a70udhwl.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: m1iH8Ypt4uj+ --=-=-= Content-Type: text/plain Ryan Prior via Guix-patches via writes: > * gnu/packages/freedesktop.scm (appstream): New variable. [...] > + (inputs > + `(("glib" ,glib) > + ("gperf" ,gperf) > + ("libsoup" ,libsoup) > + ("libxml2" ,libxml2) > + ("libxslt" ,libxslt) > + ("libyaml" ,libyaml) > + ("lmdb" ,lmdb))) > + (native-inputs > + `(("cmake" ,cmake) 'cmake-minimal' here too. > + ("gettext" ,gettext-minimal) > + ("glib:bin" ,glib "bin") ; for glib-compile-resources > + ("gobject-introspection" ,gobject-introspection) > + ("pkg-config" ,pkg-config) > + ("vala" ,vala))) > + (home-page "https://www.freedesktop.org/wiki/Distributions/AppStream/") > + (synopsis "Provides the foundation to build software-center applications") I think the GitHub tagline is better: "Tools and libraries to work with AppStream metadata". > + (description "AppStream is a cross-distribution effort for enhancing the way > +we interact with the software repositories provided by GNU/Linux distributions > +by standardizing software component metadata.") Who is 'we' in this context? Maybe we can use the README description: "AppStream is a collaborative effort for making machine-readable software metadata available to programs that need it." Do you know if Guix is supported? :-) > + (license license:gpl2))) The library portions of this package seems to be 'lgpl2.1+', and the tools are 'gpl2' (only). Can you add a comment about it and list both licenses? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7xBRoACgkQoqBt8qM6 VPow7wf/W5q3fkv0OGsxgenmxupck4wFpQNbgirGIdfi6cBszTOwBke/elrTeFmG uF1JdXWdS009tQJQNvP1Dz7YAGpzT2UwIIOaxiYCtzyadfJk7lPFNh2izgbSVLuV mB6VmexPVtwG6Mp0/A6mcQGihuRuSINNNuLVV8mMIsS7PhWfppGkFV6JdQFA2yEL KBlyTNDrp72Nl/RgRf8cu1UOldKoRkTCKA44gRP4cDyafnl0Dnqk1OsYtYl586U7 2ArW3hNWKREnGnrX2ABQSNhUoU6gfsTjpF7F3GPMtvqfpkinsHHHN0HJ5SjIk4+9 8/NvyH/aucTfx8jhtXMvT/K19wUGag== =XAtu -----END PGP SIGNATURE----- --=-=-=--