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 0LtfAD6k817xbwAA0tVLHw (envelope-from ) for ; Wed, 24 Jun 2020 19:06:38 +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 qNbVNz2k816hQgAA1q6Kng (envelope-from ) for ; Wed, 24 Jun 2020 19:06:37 +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 90F21940990 for ; Wed, 24 Jun 2020 19:06:37 +0000 (UTC) Received: from localhost ([::1]:33584 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1joAjE-0003hQ-FC for larch@yhetil.org; Wed, 24 Jun 2020 15:06:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36354) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1joAig-0002ma-8E for guix-patches@gnu.org; Wed, 24 Jun 2020 15:06:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55770) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1joAif-0006bT-T2 for guix-patches@gnu.org; Wed, 24 Jun 2020 15:06:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1joAif-0002pb-O5 for guix-patches@gnu.org; Wed, 24 Jun 2020 15:06:01 -0400 Subject: bug#41997: [PATCH] gnu: Add photoflare. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 24 Jun 2020 19:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 41997 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Vinicius Monego , 41997-done@debbugs.gnu.org Cc: Vinicius Monego Mail-Followup-To: 41997@debbugs.gnu.org, marius@gnu.org, monego@posteo.net Received: via spool by 41997-done@debbugs.gnu.org id=D41997.159302552810835 (code D ref 41997); Wed, 24 Jun 2020 19:06:01 +0000 Received: (at 41997-done) by debbugs.gnu.org; 24 Jun 2020 19:05:28 +0000 Received: from localhost ([127.0.0.1]:39082 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joAi8-0002oh-Dh for submit@debbugs.gnu.org; Wed, 24 Jun 2020 15:05:28 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50068) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joAi5-0002oU-Sf for 41997-done@debbugs.gnu.org; Wed, 24 Jun 2020 15:05:27 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53883) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1joAhz-00068j-PP; Wed, 24 Jun 2020 15:05:19 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:46136 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1joAhz-0000Pz-7b; Wed, 24 Jun 2020 15:05:19 -0400 From: Marius Bakke In-Reply-To: <20200622031913.26771-1-monego@posteo.net> References: <20200622031913.26771-1-monego@posteo.net> Date: Wed, 24 Jun 2020 21:05:16 +0200 Message-ID: <87366k8etv.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: -0.61 X-TUID: ryZD9oNQxoLC --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Vinicius Monego writes: > * gnu/packages/photo.scm (photoflare): New variable. [...] =20=20 > +(define-public photoflare > + (package > + (name "photoflare") > + (version "1.6.5") > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/photoflare/photoflare") > + (commit (string-append "v" version)))) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 "0a394324h7ds567z3i3pw6kkii78n4qwdn129kgkkm996yh03q89"))= )) > + (build-system gnu-build-system) > + (arguments > + '(#:tests? #f I added a "no tests" comment here after having a peek in the upstream repository. Applied! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7zo+wACgkQoqBt8qM6 VPok7AgAuPOohECq165EU1xDLA+BRfSPV/7y4Yoi8ygWSRe5cWBxmtuTeav6eTmZ 1LSh0h1l5RXVbWb6d6mp94K9fmdmRKJMcOzQeLehlfNnr9+1SUfONBBq8QHHmURk l28b9ZETIQG5aNZ4v/cFEWx0evAi6Q0cZkYGOfZ4gNNE7kP1Btc3ORLPxeLvjejg xPl/kqjW4JiDDy94n6wFf4labVJOtpTj0uIBvAUXkDmWvOdnpi+gSx4Fc+MTZd1X WTweEgadXB8NLJYMZnfMwlz0zeY9NEnia4DvFEg82cAGldClA/HR3xg6cBIK024t tCM05c5dGiPmDe1xJyp4DMaVxb/d2w== =UOId -----END PGP SIGNATURE----- --=-=-=--