GNU bug report logs -
#77353
[PATCH] Updated font-openmoji to 15.1.0
Previous Next
Reported by: Kurome <hunt31999 <at> gmail.com>
Date: Sat, 29 Mar 2025 06:44:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
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 77353 in the body.
You can then email your comments to 77353 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#77353
; Package
guix-patches
.
(Sat, 29 Mar 2025 06:44: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
.
(Sat, 29 Mar 2025 06:44:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Change-Id: I7aed4a6f3778a3056b354bb917b561adf0084c4c
---
gnu/packages/fonts.scm | 55 ++++++++++++++++++++----------------------
1 file changed, 26 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3048289ac0..a9f942758b 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2559,49 +2559,46 @@ (define-public font-opendyslexic
(license license:silofl1.1)))
(define-public font-openmoji
- (let ((commit "93f059dfb68401d49beaef7a3e09b80072b51a1f")
- (revision "1"))
- (package
+ (package
(name "font-openmoji")
- (version (git-version "14.0.0" revision commit))
+ (version "15.1.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/hfg-gmuend/openmoji/")
- (commit commit)))
+ (commit version)))
(file-name (git-file-name name version))
(sha256
- (base32
- "16w4lg2y6qzb45j08l7cdwprjhprsm11jsm6nxzxwy2wzykd7gxk"))))
+ (base32 "1iil5jmkkqrqgq06q3gvgv7j1bq8499q3h2340prwlfi2sqcqzlk"))))
(build-system font-build-system)
- (arguments (list #:modules `((ice-9 ftw)
- (guix build font-build-system)
- (guix build utils))
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'chdir
- (lambda _ (chdir "font")))
- (add-after 'chdir 'strip-alternative-variants
- (lambda _
- (let ((keep '("OpenMoji-black-glyf"
- "OpenMoji-color-glyf_colr_0"
- "."
- "..")))
- (for-each (lambda (f)
- (unless (member f keep)
- (delete-file-recursively f)))
- (scandir ".")))))
- (add-before 'install-license-files 'chdir-back
- (lambda _ (chdir ".."))))))
- (native-inputs
- (list unzip))
+ (arguments
+ (list
+ #:modules `((ice-9 ftw)
+ (guix build font-build-system)
+ (guix build utils))
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'chdir
+ (lambda _
+ (chdir "font")))
+ (add-after 'chdir 'strip-alternative-variants
+ (lambda _
+ (let ((keep '("OpenMoji-black-glyf" "OpenMoji-color-glyf_colr_0"
+ "." "..")))
+ (for-each (lambda (f)
+ (unless (member f keep)
+ (delete-file-recursively f)))
+ (scandir ".")))))
+ (add-before 'install-license-files 'chdir-back
+ (lambda _
+ (chdir ".."))))))
(home-page "https://openmoji.org")
(synopsis "Font for rendering emoji characters")
(description
"This package provides the OpenMoji font in both color and black
variants.")
- (license license:cc-by-sa4.0))))
+ (license license:cc-by-sa4.0)))
(define-public font-dosis
(package
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77353
; Package
guix-patches
.
(Sat, 29 Mar 2025 08:00:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 77353 <at> debbugs.gnu.org (full text, mbox):
Changes:
* Changed to stable release
* ran `guix lint` and `guix style`
* removed an unnecessary dependency
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Sun, 30 Mar 2025 08:17:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Kurome <hunt31999 <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 30 Mar 2025 08:17:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 77353-done <at> debbugs.gnu.org (full text, mbox):
Pushed after rewriting the commit message according to our style.
Thanks!
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 27 Apr 2025 11:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 144 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.