GNU bug report logs - #77602
[PATCH] gnu: font-arapey: Add revision number.

Previous Next

Package: guix-patches;

Reported by: Kurome <hunt31999 <at> gmail.com>

Date: Mon, 7 Apr 2025 09:43:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Kurome <hunt31999 <at> gmail.com>
Subject: bug#77602: closed (Re: [bug#77602] [PATCH v2] gnu: font-arapey:
 Add revision number.)
Date: Fri, 11 Apr 2025 11:35:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77602: [PATCH] gnu: font-arapey: Add revision number.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77602 <at> debbugs.gnu.org.

-- 
77602: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77602
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Kurome <hunt31999 <at> gmail.com>
Cc: 77602-done <at> debbugs.gnu.org
Subject: Re: [bug#77602] [PATCH v2] gnu: font-arapey: Add revision number.
Date: Fri, 11 Apr 2025 12:34:52 +0100
[Message part 3 (text/plain, inline)]
Kurome <hunt31999 <at> gmail.com> writes:

> * gnu/packages/fonts.scm (font-arapey): Add revision number.
> [version]: Use git-version.
>
> Change-Id: Ife257a767a271872e55a10401812979f9dc7a854
> ---
>  gnu/packages/fonts.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
fff4c6462f5d87a50779009873fa86f1c6ca9212.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Kurome <hunt31999 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [PATCH] gnu: font-arapey: Add revision number.
Date: Mon,  7 Apr 2025 18:41:47 +0900
Change-Id: I6ac17da78344fa85497cbbef510dd6c22a0c2c98
---
 gnu/packages/fonts.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 75b1bee6e2..1f5d48c3ef 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -110,10 +110,11 @@ (define-module (gnu packages fonts)
   #:use-module (gnu packages xorg))
 
 (define-public font-arapey
-  (let ((commit  "28fa45c7f31afe62f577b0b857570ab0326b9113"))
+  (let ((commit  "28fa45c7f31afe62f577b0b857570ab0326b9113")
+        (revision "1"))
     (package
       (name "font-arapey")
-      (version "0.0.1")
+      (version (git-version "0.0.1" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-- 
2.49.0




This bug report was last modified 93 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.