gnu: font-adobe-source-serif-pro: Rename to font-adobe-source-serif.

This font was renamed from ‘Source Serif Pro’ to ‘Source Serif 4’:
https://github.com/adobe-fonts/source-serif/issues/77

* gnu/packages/fonts.scm (font-adobe-source-serif-pro): Renamed to...
(font-adobe-source-serif): ...this.
[synopsis, description]: Update to reflect name changing.
(font-adobe-source-serif-pro): Newly defined as deprecated package.

Change-Id: Id9061c946feb37da4cd0323fd39e1bfa41fe3082
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Kurome 2025-04-12 22:43:24 +08:00 committed by Hilton Chain
parent 210f009e7e
commit 1d3dbe81bf
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -1626,9 +1626,9 @@ well in user interface (UI) environments.")
(define-public font-adobe-source-sans-pro (define-public font-adobe-source-sans-pro
(deprecated-package "font-adobe-source-sans-pro" font-adobe-source-sans)) (deprecated-package "font-adobe-source-sans-pro" font-adobe-source-sans))
(define-public font-adobe-source-serif-pro (define-public font-adobe-source-serif
(package (package
(name "font-adobe-source-serif-pro") (name "font-adobe-source-serif")
(version "4.005") (version "4.005")
(source (source
(origin (origin
@ -1643,12 +1643,16 @@ well in user interface (UI) environments.")
(outputs '("out" "ttf" "woff")) (outputs '("out" "ttf" "woff"))
(home-page "https://github.com/adobe-fonts/source-serif") (home-page "https://github.com/adobe-fonts/source-serif")
(synopsis (synopsis
"Serif typeface to complement Source Sans Pro for setting text") "Serif typeface to complement Source Sans for setting text")
(description (description
"Source Serif Pro is a set of OpenType fonts to complement the Source "Source Serif is a set of OpenType fonts to complement the Source Sans
Sans Pro family.") family.")
(license license:silofl1.1))) (license license:silofl1.1)))
;; https://github.com/adobe-fonts/source-serif/issues/77
(define-public font-adobe-source-serif-pro
(deprecated-package "font-adobe-source-serif-pro" font-adobe-source-serif))
(define-public font-microsoft-cascadia (define-public font-microsoft-cascadia
(package (package
(name "font-microsoft-cascadia") (name "font-microsoft-cascadia")