Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] font-go-ttf: update to 0.1.0.
@ 2022-11-06 15:00 r-ricci
  2022-11-09  0:59 ` sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: r-ricci @ 2022-11-06 15:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3306 bytes --]

There is a new pull request by r-ricci against master on the void-packages repository

https://github.com/r-ricci/void-packages font-go-ttf
https://github.com/void-linux/void-packages/pull/40358

font-go-ttf: update to 0.1.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

```
$ git log --name-status f03a046406d4d7fbfd4ed29f554da8f6114049fc..v0.1.0 -- font/gofont/ttfs
commit 41969df76e82aeec85fa3821b1e24955ea993001
Author: Nigel Tao <nigeltao@golang.org>
Date:   Thu Jun 16 16:31:59 2022 +1000

    font/gofont: upgrade to version 2.010
    
    Compared to the previous release (version 2.008, March 2017):
    
    - Fix the "knobbly l" in Go Medium and Go Medium Italic (issue golang/go#23497).
    - Fix the unintentional swap of u-acute and u-circumflex in Go Smallcaps
      and Go Smallcaps Italic.
    - Add U+01CD ..= U+01DC Pinyin diacritic-vowel combinations.
    - Add U+2070 ..= U+208E superscript and subscript numerals. The existing
      superscript 1, 2, 3 and n were adjusted for consistency (e.g.
      superscript '1' now has a baseline if regular '1' does).
    - Add U+037E GREEK QUESTION MARK.
    - Add U+222A UNION.
    - ttfautohint upgraded to the latest version, from 1.6 to 1.8.
    
    Unlike the v2.008 changes, the v2.010 changes were largely
    algorithmically generated, by
    https://github.com/nigeltao/fontscripts/tree/master/cmd/upgrade-go-fonts-to-v2010
    
    Fixes golang/go#23497
    
    Change-Id: I777d44ace005087f7b865f9a5227736cad49e1f6
    Reviewed-on: https://go-review.googlesource.com/c/image/+/412654
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Reviewed-by: Rob Pike <r@golang.org>
    Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) <nigeltao@google.com>
    Reviewed-by: Andrew Gerrand <adg@golang.org>

M	font/gofont/ttfs/Go-Bold-Italic.ttf
M	font/gofont/ttfs/Go-Bold.ttf
M	font/gofont/ttfs/Go-Italic.ttf
M	font/gofont/ttfs/Go-Medium-Italic.ttf
M	font/gofont/ttfs/Go-Medium.ttf
M	font/gofont/ttfs/Go-Mono-Bold-Italic.ttf
M	font/gofont/ttfs/Go-Mono-Bold.ttf
M	font/gofont/ttfs/Go-Mono-Italic.ttf
M	font/gofont/ttfs/Go-Mono.ttf
M	font/gofont/ttfs/Go-Regular.ttf
M	font/gofont/ttfs/Go-Smallcaps-Italic.ttf
M	font/gofont/ttfs/Go-Smallcaps.ttf
```

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/40358.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-font-go-ttf-40358.patch --]
[-- Type: text/x-diff, Size: 1271 bytes --]

From 6f9a2757d1ceb816c1322d1468e4a25d4dcd9840 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Sun, 6 Nov 2022 15:21:03 +0100
Subject: [PATCH] font-go-ttf: update to 0.1.0.

---
 srcpkgs/font-go-ttf/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/font-go-ttf/template b/srcpkgs/font-go-ttf/template
index 4e3bfa69526b..cbd5046ec9f9 100644
--- a/srcpkgs/font-go-ttf/template
+++ b/srcpkgs/font-go-ttf/template
@@ -1,15 +1,14 @@
 # Template file for 'font-go-ttf'
 pkgname=font-go-ttf
-version=0.0.20170330
-revision=2
-_gitrev=f03a046406d4d7fbfd4ed29f554da8f6114049fc
-wrksrc="image-${_gitrev}"
+version=0.1.0
+revision=1
+wrksrc="image-${version}"
 short_desc="Typeface designed for go source code"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
-homepage="https://blog.golang.org/go-fonts"
-distfiles="https://github.com/golang/image/archive/${_gitrev}.tar.gz"
-checksum=0bf07c87451c69540f2ebf85d0602393cff5b0c18e91b4d0104d1095070dcc71
+homepage="https://go.dev/blog/go-fonts"
+distfiles="https://github.com/golang/image/archive/refs/tags/v${version}.tar.gz"
+checksum=50d8069c455f934fc7fc0902e9065e4b6401f23ae29616de402c19f8497aae59
 
 do_install() {
 	cd font/gofont/ttfs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: font-go-ttf: update to 0.1.0.
  2022-11-06 15:00 [PR PATCH] font-go-ttf: update to 0.1.0 r-ricci
@ 2022-11-09  0:59 ` sgn
  2022-11-11 14:56 ` [PR PATCH] [Updated] " r-ricci
  2022-11-11 15:12 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2022-11-09  0:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 152 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/40358#issuecomment-1308047075

Comment:
please rebase.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] font-go-ttf: update to 0.1.0.
  2022-11-06 15:00 [PR PATCH] font-go-ttf: update to 0.1.0 r-ricci
  2022-11-09  0:59 ` sgn
@ 2022-11-11 14:56 ` r-ricci
  2022-11-11 15:12 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: r-ricci @ 2022-11-11 14:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3311 bytes --]

There is an updated pull request by r-ricci against master on the void-packages repository

https://github.com/r-ricci/void-packages font-go-ttf
https://github.com/void-linux/void-packages/pull/40358

font-go-ttf: update to 0.1.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

```
$ git log --name-status f03a046406d4d7fbfd4ed29f554da8f6114049fc..v0.1.0 -- font/gofont/ttfs
commit 41969df76e82aeec85fa3821b1e24955ea993001
Author: Nigel Tao <nigeltao@golang.org>
Date:   Thu Jun 16 16:31:59 2022 +1000

    font/gofont: upgrade to version 2.010
    
    Compared to the previous release (version 2.008, March 2017):
    
    - Fix the "knobbly l" in Go Medium and Go Medium Italic (issue golang/go#23497).
    - Fix the unintentional swap of u-acute and u-circumflex in Go Smallcaps
      and Go Smallcaps Italic.
    - Add U+01CD ..= U+01DC Pinyin diacritic-vowel combinations.
    - Add U+2070 ..= U+208E superscript and subscript numerals. The existing
      superscript 1, 2, 3 and n were adjusted for consistency (e.g.
      superscript '1' now has a baseline if regular '1' does).
    - Add U+037E GREEK QUESTION MARK.
    - Add U+222A UNION.
    - ttfautohint upgraded to the latest version, from 1.6 to 1.8.
    
    Unlike the v2.008 changes, the v2.010 changes were largely
    algorithmically generated, by
    https://github.com/nigeltao/fontscripts/tree/master/cmd/upgrade-go-fonts-to-v2010
    
    Fixes golang/go#23497
    
    Change-Id: I777d44ace005087f7b865f9a5227736cad49e1f6
    Reviewed-on: https://go-review.googlesource.com/c/image/+/412654
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Reviewed-by: Rob Pike <r@golang.org>
    Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) <nigeltao@google.com>
    Reviewed-by: Andrew Gerrand <adg@golang.org>

M	font/gofont/ttfs/Go-Bold-Italic.ttf
M	font/gofont/ttfs/Go-Bold.ttf
M	font/gofont/ttfs/Go-Italic.ttf
M	font/gofont/ttfs/Go-Medium-Italic.ttf
M	font/gofont/ttfs/Go-Medium.ttf
M	font/gofont/ttfs/Go-Mono-Bold-Italic.ttf
M	font/gofont/ttfs/Go-Mono-Bold.ttf
M	font/gofont/ttfs/Go-Mono-Italic.ttf
M	font/gofont/ttfs/Go-Mono.ttf
M	font/gofont/ttfs/Go-Regular.ttf
M	font/gofont/ttfs/Go-Smallcaps-Italic.ttf
M	font/gofont/ttfs/Go-Smallcaps.ttf
```

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/40358.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-font-go-ttf-40358.patch --]
[-- Type: text/x-diff, Size: 1215 bytes --]

From c02ad4689069effcbe2d4cfef568944a6f1da535 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Sun, 6 Nov 2022 15:21:03 +0100
Subject: [PATCH] font-go-ttf: update to 0.1.0.

---
 srcpkgs/font-go-ttf/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/font-go-ttf/template b/srcpkgs/font-go-ttf/template
index 3ff3f6dd3e35..fb133a2b1e1a 100644
--- a/srcpkgs/font-go-ttf/template
+++ b/srcpkgs/font-go-ttf/template
@@ -1,14 +1,13 @@
 # Template file for 'font-go-ttf'
 pkgname=font-go-ttf
-version=0.0.20170330
-revision=2
-_gitrev=f03a046406d4d7fbfd4ed29f554da8f6114049fc
+version=0.1.0
+revision=1
 short_desc="Typeface designed for go source code"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
-homepage="https://blog.golang.org/go-fonts"
-distfiles="https://github.com/golang/image/archive/${_gitrev}.tar.gz"
-checksum=0bf07c87451c69540f2ebf85d0602393cff5b0c18e91b4d0104d1095070dcc71
+homepage="https://go.dev/blog/go-fonts"
+distfiles="https://github.com/golang/image/archive/refs/tags/v${version}.tar.gz"
+checksum=50d8069c455f934fc7fc0902e9065e4b6401f23ae29616de402c19f8497aae59
 
 do_install() {
 	cd font/gofont/ttfs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: font-go-ttf: update to 0.1.0.
  2022-11-06 15:00 [PR PATCH] font-go-ttf: update to 0.1.0 r-ricci
  2022-11-09  0:59 ` sgn
  2022-11-11 14:56 ` [PR PATCH] [Updated] " r-ricci
@ 2022-11-11 15:12 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2022-11-11 15:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3151 bytes --]

There's a merged pull request on the void-packages repository

font-go-ttf: update to 0.1.0.
https://github.com/void-linux/void-packages/pull/40358

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

```
$ git log --name-status f03a046406d4d7fbfd4ed29f554da8f6114049fc..v0.1.0 -- font/gofont/ttfs
commit 41969df76e82aeec85fa3821b1e24955ea993001
Author: Nigel Tao <nigeltao@golang.org>
Date:   Thu Jun 16 16:31:59 2022 +1000

    font/gofont: upgrade to version 2.010
    
    Compared to the previous release (version 2.008, March 2017):
    
    - Fix the "knobbly l" in Go Medium and Go Medium Italic (issue golang/go#23497).
    - Fix the unintentional swap of u-acute and u-circumflex in Go Smallcaps
      and Go Smallcaps Italic.
    - Add U+01CD ..= U+01DC Pinyin diacritic-vowel combinations.
    - Add U+2070 ..= U+208E superscript and subscript numerals. The existing
      superscript 1, 2, 3 and n were adjusted for consistency (e.g.
      superscript '1' now has a baseline if regular '1' does).
    - Add U+037E GREEK QUESTION MARK.
    - Add U+222A UNION.
    - ttfautohint upgraded to the latest version, from 1.6 to 1.8.
    
    Unlike the v2.008 changes, the v2.010 changes were largely
    algorithmically generated, by
    https://github.com/nigeltao/fontscripts/tree/master/cmd/upgrade-go-fonts-to-v2010
    
    Fixes golang/go#23497
    
    Change-Id: I777d44ace005087f7b865f9a5227736cad49e1f6
    Reviewed-on: https://go-review.googlesource.com/c/image/+/412654
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Reviewed-by: Rob Pike <r@golang.org>
    Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) <nigeltao@google.com>
    Reviewed-by: Andrew Gerrand <adg@golang.org>

M	font/gofont/ttfs/Go-Bold-Italic.ttf
M	font/gofont/ttfs/Go-Bold.ttf
M	font/gofont/ttfs/Go-Italic.ttf
M	font/gofont/ttfs/Go-Medium-Italic.ttf
M	font/gofont/ttfs/Go-Medium.ttf
M	font/gofont/ttfs/Go-Mono-Bold-Italic.ttf
M	font/gofont/ttfs/Go-Mono-Bold.ttf
M	font/gofont/ttfs/Go-Mono-Italic.ttf
M	font/gofont/ttfs/Go-Mono.ttf
M	font/gofont/ttfs/Go-Regular.ttf
M	font/gofont/ttfs/Go-Smallcaps-Italic.ttf
M	font/gofont/ttfs/Go-Smallcaps.ttf
```

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-11 15:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-06 15:00 [PR PATCH] font-go-ttf: update to 0.1.0 r-ricci
2022-11-09  0:59 ` sgn
2022-11-11 14:56 ` [PR PATCH] [Updated] " r-ricci
2022-11-11 15:12 ` [PR PATCH] [Merged]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).