unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Marius Bakke <marius@gnu.org>
To: Vinicius Monego <monego@posteo.net>, 41997-done@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: bug#41997: [PATCH] gnu: Add photoflare.
Date: Wed, 24 Jun 2020 21:05:16 +0200	[thread overview]
Message-ID: <87366k8etv.fsf@gnu.org> (raw)
In-Reply-To: <20200622031913.26771-1-monego@posteo.net>

[-- Attachment #1: Type: text/plain, Size: 758 bytes --]

Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/photo.scm (photoflare): New variable.

[...]
  
> +(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!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

      reply	other threads:[~2020-06-24 19:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-22  3:19 [bug#41997] [PATCH] gnu: Add photoflare Vinicius Monego
2020-06-24 19:05 ` Marius Bakke [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87366k8etv.fsf@gnu.org \
    --to=marius@gnu.org \
    --cc=41997-done@debbugs.gnu.org \
    --cc=monego@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).