[PATCH] gnu: font-jetbrains-mono: Update to 2.001.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
87o8oaau49.fsf@rohleder.de
From 306dc65f139748c55fdeb1c32f00ae590e9c67a3 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Mon, 20 Jul 2020 21:00:16 +0200
Subject: [PATCH] gnu: font-jetbrains-mono: Update to 2.001.

* gnu/packages/fonts.scm (font-jetbrains-mono): Update to 2.001.
---
gnu/packages/fonts.scm | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 38b342f770..1fbe6c9c28 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1741,7 +1741,7 @@ This package provides the TrueType fonts.")
(define-public font-jetbrains-mono
(package
(name "font-jetbrains-mono")
- (version "1.0.3")
+ (version "2.001")
(source
(origin
(method url-fetch)
@@ -1749,8 +1749,17 @@ This package provides the TrueType fonts.")
(string-append "https://download.jetbrains.com/fonts/"
"JetBrainsMono-" version ".zip"))
(sha256
- (base32 "0zvhwmpdwpm4vywmm6i9a4najz0c7vfi411yikgkd66l5hwd1p6f"))))
+ (base32 "0r3dk3kn536rik4mvpcjin9mwmifl3v8mawvb4a5l59pww0vcxzq"))))
(build-system font-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'install 'install-license
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let* ((out (assoc-ref outputs "out"))
+ (doc (string-append out "/share/doc/" ,name "-" ,version)))
+ (install-file "../LICENSE" doc)
+ #t))))))
(home-page "https://www.jetbrains.com/lp/mono/")
(synopsis "Mono typeface for developers")
(description
--
2.27.0
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8V6gYACgkQfHr/vv7y
yyXZ2Qf/TOOX/E+QgpvMiK2zB64hsomWU4FBtUfmLZKBPTu0p9o+hvsWwy30rdAj
SxokZyoPqxLGhYac5R/31AlzpL6Eh/F6L9hqBcMVjz+vWEbz/r/qRZExTIhb2Ktt
4znsPr7UHcusabO2vn2XZORAVMmFnc43DSkoAhELouyTmXbk/TDsXPfp1V9eAiok
+77APWX12EaFALqVHTIwxP29erdd7qI16hrq0yZjf+HrlSh0hAdWmOsoQx+h4J6s
ivZxFhjSs6Br+tRk+AC4SC557k77leuQRNfgoHDB+2cW5qiFU2yz6LX9M432mtJ4
HXUenOetXiS6nHBrDf/JvNhyWQZ23g==
=aivu
-----END PGP SIGNATURE-----

Efraim Flashner wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42445-done@debbugs.gnu.org)
20200721070403.GA3039@E5400
On Mon, Jul 20, 2020 at 09:01:26PM +0200, Michael Rohleder wrote:
Toggle quote (35 lines)
> From 306dc65f139748c55fdeb1c32f00ae590e9c67a3 Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike@rohleder.de>
> Date: Mon, 20 Jul 2020 21:00:16 +0200
> Subject: [PATCH] gnu: font-jetbrains-mono: Update to 2.001.
>
> * gnu/packages/fonts.scm (font-jetbrains-mono): Update to 2.001.
> ---
> gnu/packages/fonts.scm | 13 +++++++++++--
> 1 file changed, 11 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index 38b342f770..1fbe6c9c28 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -1741,7 +1741,7 @@ This package provides the TrueType fonts.")
> (define-public font-jetbrains-mono
> (package
> (name "font-jetbrains-mono")
> - (version "1.0.3")
> + (version "2.001")
> (source
> (origin
> (method url-fetch)
> @@ -1749,8 +1749,17 @@ This package provides the TrueType fonts.")
> (string-append "https://download.jetbrains.com/fonts/"
> "JetBrainsMono-" version ".zip"))
> (sha256
> - (base32 "0zvhwmpdwpm4vywmm6i9a4najz0c7vfi411yikgkd66l5hwd1p6f"))))
> + (base32 "0r3dk3kn536rik4mvpcjin9mwmifl3v8mawvb4a5l59pww0vcxzq"))))
> (build-system font-build-system)
> + (arguments
> + `(#:phases
> + (modify-phases %standard-phases
> + (add-after 'install 'install-license

There is a 'install-license-files phase so I changed this to replace
that phase.

Toggle quote (12 lines)
> + (lambda* (#:key outputs #:allow-other-keys)
> + (let* ((out (assoc-ref outputs "out"))
> + (doc (string-append out "/share/doc/" ,name "-" ,version)))
> + (install-file "../LICENSE" doc)
> + #t))))))
> (home-page "https://www.jetbrains.com/lp/mono/")
> (synopsis "Mono typeface for developers")
> (description
> --
> 2.27.0
>

Patch pushed!


--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl8Wk2MACgkQQarn3Mo9
g1Fp2BAAgKzEKisKSN+XjL/YXEaOOYWc9sf3P6WMJ7KrxVQXTkJyn8MqitMIXM/s
mc66BV9kY6DEdfXVRLwTmnLga9IoEWDxbFsCXwA50INZ5pPHcFjaMR00Vp4e9F2s
As8ZjknlL9CgwwcaIiJr7QRkxc4qFCTVIMr/wpaYQDSZvM42aQh3Wzpd9S+ME8bL
0NE/K/d7jQRJG4XzsfLYzXN8D3SddWPa/Ypf+LHmRO64xql4FK+WiXnaSgdIcemR
UZqfD87qIvRFxR58q2WyftJQK6/azsPLPbXR67IaKYI/1kP7HrPIULBr+2fXwv+s
H2Zmy7NfzQbS7IGzsdezVp+5E+6So2qPpRKpFF00S5TOf7h9dxqbW605UHwjTMGt
3l4truyiFuo8/UFI0NAu/xuDWbYF0eiUtqPTsXt9NWBjQhpKxvhJpa8vSwp3DFOU
euqzu4QcrzSYtmmA2BhRa9j8tqb73frlG36ShUBwDy1R4xhvIH26DIs+8aAc5PB3
moJNn9zn7oUEKTnUCcokfDbkxvW/1u4Xh31fI/hnm4RmXJncrnIqTaE/xpjHFwnx
LujV38RgGxegLu6k149fLvx7GG/YGl/l6FMOGJ2Fy+szOBR9Vf5TTFk8T2hworSQ
1XPvY9Te/lfSKmzdFmTh/OpsrQwEdiEmJw9GCABf0vQBKuwEvWA=
=hCHL
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42445@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42445
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help