Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] font-ibm-plex-ttf: update to 6.0.0.
@ 2021-10-05 19:11 kkga
  2021-10-07  2:23 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: kkga @ 2021-10-05 19:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages update-plex
https://github.com/void-linux/void-packages/pull/33351

font-ibm-plex-ttf: update to 6.0.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33351.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-plex-33351.patch --]
[-- Type: text/x-diff, Size: 1063 bytes --]

From 13a6f63932ba4b2a3760c0e8f5312c5a99b556ec Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Tue, 5 Oct 2021 22:09:02 +0300
Subject: [PATCH] font-ibm-plex-ttf: update to 6.0.0.

---
 srcpkgs/font-ibm-plex-ttf/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/font-ibm-plex-ttf/template b/srcpkgs/font-ibm-plex-ttf/template
index c5226d6761fd..abe9b561fae2 100644
--- a/srcpkgs/font-ibm-plex-ttf/template
+++ b/srcpkgs/font-ibm-plex-ttf/template
@@ -1,6 +1,6 @@
 # Template file for 'font-ibm-plex-ttf'
 pkgname=font-ibm-plex-ttf
-version=5.2.1
+version=6.0.0
 revision=1
 wrksrc="plex-${version}"
 depends="font-util"
@@ -9,7 +9,7 @@ maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
 license="OFL-1.1"
 homepage="https://github.com/IBM/plex"
 distfiles="https://github.com/IBM/plex/archive/v${version}.tar.gz"
-checksum=6b43a97a116a4beba474b9a9c646fb6ded8ba255fa8d3b252e669f67cbeb9d7f
+checksum=e78cc68cb40ccca0318facade727a0deb32f73e931a2e31bb2fcaf8a6d386dff
 
 font_dirs="/usr/share/fonts/TTF"
 

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

* Re: font-ibm-plex-ttf: update to 6.0.0.
  2021-10-05 19:11 [PR PATCH] font-ibm-plex-ttf: update to 6.0.0 kkga
@ 2021-10-07  2:23 ` ericonr
  2021-10-07 13:40 ` kkga
  2021-11-21 15:32 ` [PR PATCH] [Closed]: " kkga
  2 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-10-07  2:23 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33351#issuecomment-937391946

Comment:
> Note: this is a major release due to the change in postscript naming structure. Each font now uses abbreviations for Semibold, ExtraLight and Medium (SmBld, ExtLt, and Medm respectively).

Do you use any of the variants? Has software managed to find them correctly?

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

* Re: font-ibm-plex-ttf: update to 6.0.0.
  2021-10-05 19:11 [PR PATCH] font-ibm-plex-ttf: update to 6.0.0 kkga
  2021-10-07  2:23 ` ericonr
@ 2021-10-07 13:40 ` kkga
  2021-11-21 15:32 ` [PR PATCH] [Closed]: " kkga
  2 siblings, 0 replies; 6+ messages in thread
From: kkga @ 2021-10-07 13:40 UTC (permalink / raw)
  To: ml

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

New comment by kkga on void-packages repository

https://github.com/void-linux/void-packages/pull/33351#issuecomment-937803282

Comment:
Good question.

I don't use any specific variants, but judging from `fc-match`, there might be problems:

```
> fc-match 'IBM Plex Sans SmBld'   
IBMPlexSans-SemiBold.ttf: "IBM Plex Sans" "SemiBold"

> fc-match 'IBM Plex Sans SemiBold'
Inter-V.ttf: "Inter V" "Regular"
```

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

* Re: [PR PATCH] [Closed]: font-ibm-plex-ttf: update to 6.0.0.
  2021-10-05 19:11 [PR PATCH] font-ibm-plex-ttf: update to 6.0.0 kkga
  2021-10-07  2:23 ` ericonr
  2021-10-07 13:40 ` kkga
@ 2021-11-21 15:32 ` kkga
  2 siblings, 0 replies; 6+ messages in thread
From: kkga @ 2021-11-21 15:32 UTC (permalink / raw)
  To: ml

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

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

font-ibm-plex-ttf: update to 6.0.0.
https://github.com/void-linux/void-packages/pull/33351

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 6+ messages in thread

* Re: font-ibm-plex-ttf: update to 6.0.0.
  2021-12-20 19:28 [PR PATCH] " z-erica
  2021-12-20 19:45 ` ericonr
@ 2021-12-20 20:04 ` z-erica
  1 sibling, 0 replies; 6+ messages in thread
From: z-erica @ 2021-12-20 20:04 UTC (permalink / raw)
  To: ml

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

New comment by z-erica on void-packages repository

https://github.com/void-linux/void-packages/pull/34631#issuecomment-998231258

Comment:
About #33351, I primarily use IBM Plex Sans as a system font, so the naming of the intermediate weight variants doesn’t personally cause me any issues.

Firefox seems to apply the correct variant for each numerical CSS weight without any extra configuration, so it might be good enough to go. Either way, if there are issues, it could be possible to include some mappings in `/etc/fonts/conf.d`.

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

* Re: font-ibm-plex-ttf: update to 6.0.0.
  2021-12-20 19:28 [PR PATCH] " z-erica
@ 2021-12-20 19:45 ` ericonr
  2021-12-20 20:04 ` z-erica
  1 sibling, 0 replies; 6+ messages in thread
From: ericonr @ 2021-12-20 19:45 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34631#issuecomment-998219656

Comment:
Do you have any thoughts about https://github.com/void-linux/void-packages/pull/33351 ? Not sure how best to deal with it.

I think preferring hinted is ok, but please document the choice in the commit message. Copying the PR comment should be enough.

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

end of thread, other threads:[~2021-12-20 20:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 19:11 [PR PATCH] font-ibm-plex-ttf: update to 6.0.0 kkga
2021-10-07  2:23 ` ericonr
2021-10-07 13:40 ` kkga
2021-11-21 15:32 ` [PR PATCH] [Closed]: " kkga
2021-12-20 19:28 [PR PATCH] " z-erica
2021-12-20 19:45 ` ericonr
2021-12-20 20:04 ` z-erica

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).