This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch next-master
in repository guix.

The following commit(s) were added to refs/heads/next-master by this push:
     new fc54006bb3 gnu: Add font-sligoil.
fc54006bb3 is described below

commit fc54006bb323a2e839fec0c924fb63904393df40
Author: Nguyễn Gia Phong <[email protected]>
AuthorDate: Wed Jan 14 23:51:36 2026 +0900

    gnu: Add font-sligoil.
    
    * gnu/packages/fonts.scm (font-sligoil): New variable.
    
    Merges guix/guix!5619
    
    Change-Id: I74ed4a93b40199ae2cf905d3f0e6ef6f1d64c515
    Signed-off-by: Cayetano Santos <[email protected]>
---
 gnu/packages/fonts.scm | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index e9c50febc4..c1583c4ad3 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -51,7 +51,7 @@
 ;;; Copyright © 2021 Liliana Marie Prikler <[email protected]>
 ;;; Copyright © 2022 Jose G Perez Taveras <[email protected]>
 ;;; Copyright © 2022 Hilton Chain <[email protected]>
-;;; Copyright © 2022 Nguyễn Gia Phong <[email protected]>
+;;; Copyright © 2022, 2026 Nguyễn Gia Phong <[email protected]>
 ;;; Copyright © 2023 Nicolas Graves <[email protected]>
 ;;; Copyright © 2023 Ahmad Draidi <[email protected]>
 ;;; Copyright © 2023 Arnaud Lechevallier <[email protected]>
@@ -3097,6 +3097,36 @@ most CJK characters are the same height, and double the 
width as ASCII
 characters.")
     (properties '((upstream-name . "Sarasa")))))
 
+(define-public font-sligoil
+  ;; No tagged release, see <https://gitlab.com/velvetyne/sligoil/-/issues/1>.
+  (let ((commit "70ae7cdd6bc0862094f2d9859cf98f71eb6209e5")
+        (revision "0"))
+    (package
+      (name "font-sligoil")
+      (version (git-version "2.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://gitlab.com/velvetyne/sligoil";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "18mfxk59h115fd13mpwcpnmsm4w9pshdwm8n47aszk2jsrnvxg99"))))
+      (build-system font-build-system)
+      (home-page "https://velvetyne.fr/fonts/sligoil";)
+      (synopsis "Monospace typeface influenced by British isles' culture")
+      (description
+       "Sligoil is a monospace typeface.  It has been influenced
+by the culture of the British isles (the work of Matthew Carter
+and signs on Irish whiskey distilleries) and also by the letters
+on vintage Space Cadet keyboards produced by MIT.
+
+The Sligoil typeface presents wide language support for Latin-based
+European languages and Vietnamese, and a collection of symbols
+and alternate forms (including upright italic letters).")
+      (license license:silofl1.1))))
+
 (define-public font-space-grotesk
   (package
     (name "font-space-grotesk")

Reply via email to