GNU bug report logs -
#71524
[PATCH] gnu: Add font-paytone-one.
Previous Next
Reported by: sirgazil <at> zoho.com
Date: Wed, 12 Jun 2024 19:02:01 UTC
Severity: normal
Tags: patch
Done: Z572 <873216071 <at> qq.com>
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 71524 in the body.
You can then email your comments to 71524 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#71524
; Package
guix-patches
.
(Wed, 12 Jun 2024 19:02:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
sirgazil <at> zoho.com
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 12 Jun 2024 19:02:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Luis Felipe <sirgazil <at> zoho.com>
* gnu/packages/fonts.scm (font-paytone-one): New variable.
Change-Id: I0c1faf60855fbd10f2b4dd54026cfbabfa281441
---
gnu/packages/fonts.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index cab12d6527..58a1e11cdd 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3841,3 +3841,31 @@ (define-public font-oswald
used freely across the internet by web browsers on desktop computers,
laptops and mobile devices.")
(license license:silofl1.1))))
+
+(define-public font-paytone-one
+ (let ((version "0")
+ (commit "b1438bc11966d48a1e9e8943b7b8a32dcb0c533c")
+ (revision "0"))
+ (package
+ (name "font-paytone-one")
+ (version (git-version version revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/googlefonts/paytoneFont")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1gbmrjx8yj8xjh6fs0pzh8j0kxvwvhhjlp16gmv5c7i6b8s7r4r2"))))
+ (build-system font-build-system)
+ (home-page "https://github.com/googlefonts/paytoneFont")
+ (synopsis "Sans serif typeface")
+ (description "Paytone One is a sans serif typeface developed for
+use as a display and headlining webfont.
+
+The face has a slight casual appearance with ample round bowls. The
+slanted stroke terminals add some visual play to the overall appearance
+of the font.")
+ (license license:silofl1.1))))
base-commit: bb73faea028cc9a15af62cb8ade15d58da51bea2
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71524
; Package
guix-patches
.
(Sun, 16 Jun 2024 10:25:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 71524 <at> debbugs.gnu.org (full text, mbox):
Hello Luis Felipe,
the patch looks good, but does not apply anymore; I think the problem
is with adding packages to the end of the file (or more generally,
creating several commits next to each other), the previous addition
of font-teko has changed the context of the patch.
I am not git savvy enough to recreate the patch while keeping you as the
author; would you mind sending a v2 that applies on top of the current
master branch?
Andreas
Reply sent
to
Z572 <873216071 <at> qq.com>
:
You have taken responsibility.
(Sun, 07 Jul 2024 07:59:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
sirgazil <at> zoho.com
:
bug acknowledged by developer.
(Sun, 07 Jul 2024 07:59:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 71524-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
sirgazil--- via Guix-patches via <guix-patches <at> gnu.org> writes:
> From: Luis Felipe <sirgazil <at> zoho.com>
>
> * gnu/packages/fonts.scm (font-paytone-one): New variable.
>
> Change-Id: I0c1faf60855fbd10f2b4dd54026cfbabfa281441
> ---
> gnu/packages/fonts.scm | 28 ++++++++++++++++++++++++++++
> 1 file changed, 28 insertions(+)
>
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index cab12d6527..58a1e11cdd 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -3841,3 +3841,31 @@ (define-public font-oswald
> used freely across the internet by web browsers on desktop computers,
> laptops and mobile devices.")
> (license license:silofl1.1))))
> +
> +(define-public font-paytone-one
> + (let ((version "0")
> + (commit "b1438bc11966d48a1e9e8943b7b8a32dcb0c533c")
> + (revision "0"))
> + (package
> + (name "font-paytone-one")
> + (version (git-version version revision commit))
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/googlefonts/paytoneFont")
> + (commit commit)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> + "1gbmrjx8yj8xjh6fs0pzh8j0kxvwvhhjlp16gmv5c7i6b8s7r4r2"))))
> + (build-system font-build-system)
> + (home-page "https://github.com/googlefonts/paytoneFont")
> + (synopsis "Sans serif typeface")
> + (description "Paytone One is a sans serif typeface developed for
> +use as a display and headlining webfont.
> +
> +The face has a slight casual appearance with ample round bowls. The
> +slanted stroke terminals add some visual play to the overall appearance
> +of the font.")
> + (license license:silofl1.1))))
>
> base-commit: bb73faea028cc9a15af62cb8ade15d58da51bea2
push in https://git.savannah.gnu.org/cgit/guix.git/commit/?id=7692608e0563b0c4bca97f247f37a237a4d2a9be
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71524
; Package
guix-patches
.
(Sun, 07 Jul 2024 08:07:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 04 Aug 2024 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 218 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.