GNU bug report logs -
#77602
[PATCH] gnu: font-arapey: Add revision number.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77602 in the body.
You can then email your comments to 77602 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77602
; Package
guix-patches
.
(Mon, 07 Apr 2025 09:43:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kurome <hunt31999 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 07 Apr 2025 09:43:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77602
; Package
guix-patches
.
(Mon, 07 Apr 2025 14:12:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 77602 <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Fri, 11 Apr 2025 11:35:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Kurome <hunt31999 <at> gmail.com>
:
bug acknowledged by developer.
(Fri, 11 Apr 2025 11:35:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 77602-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 10 May 2025 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.