From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: Jaft <jaft.r@outlook.com>, 51967@debbugs.gnu.org
Subject: [bug#51967] [PATCH] package: calendar: Add gsimplecal to Guix
Date: Fri, 19 Nov 2021 20:55:39 +0100 [thread overview]
Message-ID: <ce34ebd6efdf7ecfd749b43c40bb28f1570600d7.camel@gmail.com> (raw)
In-Reply-To: <DM6PR19MB246052DFA5B76FDB4CA2F2DD999C9@DM6PR19MB2460.namprd19.prod.outlook.com>
Hi,
Am Freitag, den 19.11.2021, 08:48 +0000 schrieb Jaft:
> Hello; this is my first patch so, if I've missed or forgotten
> anything, just let me know and I'm happy to get it fixed.
First things first: transmit plain text, not HTML.
Second, only the topmost directory (gnu:, guix:, doc:) is usually
important. Package additions follow the rule "gnu: Add PACKAGE".
> * gnu/packages/calendar.scm (gsimplecal): Add gsimplecal to Guix for
> the first time, sourced from git.
Simply say "New variable".
> ---
This line marks where you can add comments when you transmit the patch
as-is. You might want to use it in lieu of a pre-statement.
> gnu/packages/calendar.scm | 30 ++++++++++++++++++++++++++++++
> 1 file changed, 30 insertions(+)
>
> diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
> index 8ec36d4fa2..4c54ac0549 100644
> --- a/gnu/packages/calendar.scm
> +++ b/gnu/packages/calendar.scm
> @@ -10,6 +10,7 @@
> ;;; Copyright © 2020 Brendan Tildesley <mail@brendan.scot>
> ;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
> ;;; Copyright © 2020 Peng Mei Yu <pengmeiyu@riseup.net>
> +;;; Copyright © 2021 Wamm K. D. <jaft.r@outlook.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -36,6 +37,7 @@ (define-module (gnu packages calendar)
> #:use-module (guix build-system cmake)
> #:use-module (guix build-system python)
> #:use-module (gnu packages admin)
> + #:use-module (gnu packages autotools)
> #:use-module (gnu packages base)
> #:use-module (gnu packages check)
> #:use-module (gnu packages dav)
> @@ -405,3 +407,31 @@ (define-public ccal
> ;; COPYING.LESSER specifies LGPL 3.0, but all source files say
> ;; 'Lesser GPL version 2 or later'.
> (license (list license:gpl2+ license:lgpl2.1+))))
> +
> +(define-public gsimplecal
> + (let ([commit "f00b80d86300397b52c3cf7d8dfc8de5cdee921d"]
> + [revision "1"])
Guile is not racket, it's round brackets everywhere.
We also don't do right alignment. A simple space between
variable/field and value is enough.
> + (package
> + (name "gsimplecal")
As above, pp.
> + (version (git-version "2.2" revision commit))
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "
> https://github.com/dmedvinsky/gsimplecal/")
> + (commit
> commit)))
> + (file-name (git-file-name name version))
> + (sha256 (base32 (string-append/shared
> +
> "1qyf65l088dqsz25hm6s1cv18j"
> +
> "52yaias0llqvpqwjfnvssa5cxg")))
Use a single string rather than a function call.
> + (modules '((guix build utils)))))
> + (build-system gnu-build-system)
> + (native-inputs `(("autoconf" ,autoconf)
> + ("automake" ,automake)
> + ("pkg-config" ,pkg-config)
> + ("gtk+" ,gtk+)))
GTK+ is probably not a native-input. Also use a newline here.
> + (home-page "https://dmedvinsky.github.io/gsimplecal/")
> + (synopsis "Lightweight calendar applet written in C++
> using GTK")
> + (description "Gsimplecal was intentionally made for use with
> tint2 panel
> +in the openbox environment to be launched upon clock click but, of
> course, it
> +will work without it.")
That's... not very descriptive, is it?
> + (license license:bsd-3))))
Thanks for the submission and happy hacking :)
next prev parent reply other threads:[~2021-11-19 19:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1945540023.3429539.1637311683282.ref@mail.yahoo.com>
2021-11-19 8:48 ` [bug#51967] [PATCH] package: calendar: Add gsimplecal to Guix Jaft
2021-11-19 19:55 ` Liliana Marie Prikler [this message]
2021-11-20 0:46 ` [bug#51967] [PATCH] gnu: Add gsimplecal Jaft
2021-11-20 8:26 ` Liliana Marie Prikler
2021-11-20 23:38 ` Jaft
2021-11-21 8:46 ` Liliana Marie Prikler
2021-11-21 8:55 ` bug#51967: " Liliana Marie Prikler
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ce34ebd6efdf7ecfd749b43c40bb28f1570600d7.camel@gmail.com \
--to=liliana.prikler@gmail.com \
--cc=51967@debbugs.gnu.org \
--cc=jaft.r@outlook.com \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.