all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "宋文武 via Guix-patches via" <guix-patches@gnu.org>
To: Christina O'Donnell <cdo@mutix.org>
Cc: 69301@debbugs.gnu.org, Zhu Zihao <all_but_last@163.com>
Subject: [bug#69301] [PATCH] gnu: Add font-dongle.
Date: Sat, 24 Feb 2024 12:02:09 +0800	[thread overview]
Message-ID: <87bk86ldby.fsf@envs.net> (raw)
In-Reply-To: <e64d7c4d1829f353997e6ea7a5d813f5ec07b5cc.1708518541.git.cdo@mutix.org> (Christina O'Donnell's message of "Wed, 21 Feb 2024 12:29:01 +0000")

Hello, thank you for the patch.

Christina O'Donnell <cdo@mutix.org> writes:

> * gnu/packages/fonts.scm (font-dongle): New variable.
>
> Change-Id: I48449c3681b6bc9e90d41a8de7be0dfdd4e78153
> ---
>  gnu/packages/fonts.scm | 50 ++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 50 insertions(+)
>
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index 331b1b062e..5bf9ba1122 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -59,6 +59,7 @@
>  ;;; Copyright © 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
>  ;;; Copyright © 2023 chris <chris@bumblehead.com>
>  ;;; Copyright © 2023, 2024 Luis Felipe López Acevedo <sirgazil@zoho.com>
> +;;; Copyright © 2024 Christina O'Donnell <cdo@mutix.org>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -2662,6 +2663,55 @@ (define-public font-victor-mono
>     (home-page "https://rubjo.github.io/victor-mono/")
>     (license license:expat)))
>  
> +(define-public font-dongle
> +  (package
> +   (name "font-dongle")
> +   (version "f7127c4d2450e1cad20254ec692591347e2fc260")

The version should be '(git-version "0" revision commit)', revision
starts with "1".  So in case of later update, guix can compare the
version change properly.

Otherwise looks good to me, could you send an update patch, thanks!




  reply	other threads:[~2024-02-24  4:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-21 12:29 [bug#69301] [PATCH] gnu: Add font-dongle Christina O'Donnell
2024-02-24  4:02 ` 宋文武 via Guix-patches via [this message]
2024-02-25 11:51   ` Christina O'Donnell
2024-02-26 11:32     ` bug#69301: " 宋文武 via Guix-patches via

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=87bk86ldby.fsf@envs.net \
    --to=guix-patches@gnu.org \
    --cc=69301@debbugs.gnu.org \
    --cc=all_but_last@163.com \
    --cc=cdo@mutix.org \
    --cc=iyzsong@envs.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 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.