Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] font-iosevka: use super TTC packaging format
@ 2021-04-05  0:31 FollieHiyuki
  2021-04-09  8:51 ` FollieHiyuki
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: FollieHiyuki @ 2021-04-05  0:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages iosevka-superttc
https://github.com/void-linux/void-packages/pull/30009

font-iosevka: use super TTC packaging format
<!-- 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?
- [x] 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
-->

Save roughly 3MB disk space :) and bandwidth

![comparison](https://user-images.githubusercontent.com/67634026/113525419-7b01b880-95bd-11eb-8aec-b8b3c1f71d57.png)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iosevka-superttc-30009.patch --]
[-- Type: text/x-diff, Size: 1739 bytes --]

From 16264b5393f01b58b487d83b4ecf571b1bb81ec6 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 5 Apr 2021 03:28:43 +0300
Subject: [PATCH] font-iosevka: use super TTC packaging format

---
 srcpkgs/font-iosevka/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/font-iosevka/template b/srcpkgs/font-iosevka/template
index 41f0e6194abf..15e21c49bfce 100644
--- a/srcpkgs/font-iosevka/template
+++ b/srcpkgs/font-iosevka/template
@@ -1,7 +1,7 @@
 # Template file for 'font-iosevka'
 pkgname=font-iosevka
 version=5.2.1
-revision=1
+revision=2
 create_wrksrc=yes
 depends="font-util"
 short_desc="Slender monospace sans-serif and slab-serif typeface"
@@ -9,11 +9,11 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="OFL-1.1"
 homepage="https://typeof.net/Iosevka/"
 distfiles="https://raw.githubusercontent.com/be5invis/Iosevka/v${version}/LICENSE.md>LICENSE.txt
- https://github.com/be5invis/Iosevka/releases/download/v${version}/ttc-iosevka-${version}.zip
- https://github.com/be5invis/Iosevka/releases/download/v${version}/ttc-iosevka-slab-${version}.zip"
+ https://github.com/be5invis/Iosevka/releases/download/v${version}/super-ttc-iosevka-${version}.zip
+ https://github.com/be5invis/Iosevka/releases/download/v${version}/super-ttc-iosevka-slab-${version}.zip"
 checksum="72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80
- c160178621f7c2943b3c00b2f33146e5c0b7945cecfb5008bd8f80aa5f1946bc
- f12ad8fe3a1ccb398302456154107420b0411fc039993a5966b36dc43f361435"
+ ad72021ef993723f8b968f6404f20f142066d2a42af3e630d480152f30efe0b8
+ 36f6499868ae2e08f7a1c86ef2bd2eecbce70a445e1df1fe336376462a049cee"
 
 font_dirs="/usr/share/fonts/TTF"
 

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

* Re: font-iosevka: use super TTC packaging format
  2021-04-05  0:31 [PR PATCH] font-iosevka: use super TTC packaging format FollieHiyuki
@ 2021-04-09  8:51 ` FollieHiyuki
  2021-04-09 17:50 ` ericonr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: FollieHiyuki @ 2021-04-09  8:51 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/30009#issuecomment-816530472

Comment:
@ericonr good to merge? The next release of the font might come in the next few days, and I want to stick with the new format til then.
The font works on my system for all the apps I use (it is still `.ttc` so nothing changes).


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

* Re: font-iosevka: use super TTC packaging format
  2021-04-05  0:31 [PR PATCH] font-iosevka: use super TTC packaging format FollieHiyuki
  2021-04-09  8:51 ` FollieHiyuki
@ 2021-04-09 17:50 ` ericonr
  2021-04-18 22:11 ` ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-04-09 17:50 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30009#issuecomment-816851283

Comment:
I'd like to be sure all our software works with this format, but idk how to determine that.

Also, it should be fine to repurpose this PR to also do the update.

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

* Re: font-iosevka: use super TTC packaging format
  2021-04-05  0:31 [PR PATCH] font-iosevka: use super TTC packaging format FollieHiyuki
  2021-04-09  8:51 ` FollieHiyuki
  2021-04-09 17:50 ` ericonr
@ 2021-04-18 22:11 ` ericonr
  2021-04-25 13:20 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-04-18 22:11 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30009#issuecomment-822070272

Comment:
Since this is also about bandwidth, let's wait for an actual update to do it ;)

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

* Re: [PR PATCH] [Updated] font-iosevka: use super TTC packaging format
  2021-04-05  0:31 [PR PATCH] font-iosevka: use super TTC packaging format FollieHiyuki
                   ` (2 preceding siblings ...)
  2021-04-18 22:11 ` ericonr
@ 2021-04-25 13:20 ` FollieHiyuki
  2021-04-25 13:22 ` FollieHiyuki
  2021-04-26 14:32 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: FollieHiyuki @ 2021-04-25 13:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages iosevka-superttc
https://github.com/void-linux/void-packages/pull/30009

font-iosevka: use super TTC packaging format
<!-- 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?
- [x] 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
-->

Save roughly 3MB disk space :) and bandwidth

![comparison](https://user-images.githubusercontent.com/67634026/113525419-7b01b880-95bd-11eb-8aec-b8b3c1f71d57.png)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iosevka-superttc-30009.patch --]
[-- Type: text/x-diff, Size: 1691 bytes --]

From 6b986e9d4fe11283c40928bacb6a99002d87f9b1 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 5 Apr 2021 03:28:43 +0300
Subject: [PATCH] font-iosevka: update to 6.0.1

Change to use super-ttc format
---
 srcpkgs/font-iosevka/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/font-iosevka/template b/srcpkgs/font-iosevka/template
index 41f0e6194abf..e87a1837b5cb 100644
--- a/srcpkgs/font-iosevka/template
+++ b/srcpkgs/font-iosevka/template
@@ -1,6 +1,6 @@
 # Template file for 'font-iosevka'
 pkgname=font-iosevka
-version=5.2.1
+version=6.0.1
 revision=1
 create_wrksrc=yes
 depends="font-util"
@@ -9,11 +9,11 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="OFL-1.1"
 homepage="https://typeof.net/Iosevka/"
 distfiles="https://raw.githubusercontent.com/be5invis/Iosevka/v${version}/LICENSE.md>LICENSE.txt
- https://github.com/be5invis/Iosevka/releases/download/v${version}/ttc-iosevka-${version}.zip
- https://github.com/be5invis/Iosevka/releases/download/v${version}/ttc-iosevka-slab-${version}.zip"
+ https://github.com/be5invis/Iosevka/releases/download/v${version}/super-ttc-iosevka-${version}.zip
+ https://github.com/be5invis/Iosevka/releases/download/v${version}/super-ttc-iosevka-slab-${version}.zip"
 checksum="72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80
- c160178621f7c2943b3c00b2f33146e5c0b7945cecfb5008bd8f80aa5f1946bc
- f12ad8fe3a1ccb398302456154107420b0411fc039993a5966b36dc43f361435"
+ 644b3b5695151228657af0df2fd3c8af85d31d01ef3625b603f8d9776754bb6f
+ b7f58505f408ed8fafa3312198d06e1312ee6b96eac1456a2597cc4e0a2ca221"
 
 font_dirs="/usr/share/fonts/TTF"
 

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

* Re: font-iosevka: use super TTC packaging format
  2021-04-05  0:31 [PR PATCH] font-iosevka: use super TTC packaging format FollieHiyuki
                   ` (3 preceding siblings ...)
  2021-04-25 13:20 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-04-25 13:22 ` FollieHiyuki
  2021-04-26 14:32 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: FollieHiyuki @ 2021-04-25 13:22 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/30009#issuecomment-826323885

Comment:
Updated to 6.0.1

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

* Re: [PR PATCH] [Merged]: font-iosevka: use super TTC packaging format
  2021-04-05  0:31 [PR PATCH] font-iosevka: use super TTC packaging format FollieHiyuki
                   ` (4 preceding siblings ...)
  2021-04-25 13:22 ` FollieHiyuki
@ 2021-04-26 14:32 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-04-26 14:32 UTC (permalink / raw)
  To: ml

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

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

font-iosevka: use super TTC packaging format
https://github.com/void-linux/void-packages/pull/30009

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?
- [x] 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
-->

Save roughly 3MB disk space :) and bandwidth

![comparison](https://user-images.githubusercontent.com/67634026/113525419-7b01b880-95bd-11eb-8aec-b8b3c1f71d57.png)


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

end of thread, other threads:[~2021-04-26 14:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-05  0:31 [PR PATCH] font-iosevka: use super TTC packaging format FollieHiyuki
2021-04-09  8:51 ` FollieHiyuki
2021-04-09 17:50 ` ericonr
2021-04-18 22:11 ` ericonr
2021-04-25 13:20 ` [PR PATCH] [Updated] " FollieHiyuki
2021-04-25 13:22 ` FollieHiyuki
2021-04-26 14:32 ` [PR PATCH] [Merged]: " ericonr

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