Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] font-iosevka: update to 26.0.2.
@ 2023-08-10  0:29 josegpt
  2023-08-10  1:27 ` [PR REVIEW] " sgn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: josegpt @ 2023-08-10  0:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/josegpt/void-packages iosevka
https://github.com/void-linux/void-packages/pull/45515

font-iosevka: update to 26.0.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (x86_64-glibc)
<!--
- 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/45515.patch is attached

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

From 064cd277a718fd12e613c147bc573de27b31969b Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Wed, 9 Aug 2023 20:26:50 -0400
Subject: [PATCH] font-iosevka: update to 26.0.2.

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

diff --git a/srcpkgs/font-iosevka/template b/srcpkgs/font-iosevka/template
index c5831a19fae72..e3e0a2d21db8e 100644
--- a/srcpkgs/font-iosevka/template
+++ b/srcpkgs/font-iosevka/template
@@ -1,6 +1,6 @@
 # Template file for 'font-iosevka'
 pkgname=font-iosevka
-version=25.1.1
+version=26.0.2
 revision=1
 create_wrksrc=yes
 depends="font-util"
@@ -11,8 +11,8 @@ homepage="https://typeof.net/Iosevka/"
 changelog="https://raw.githubusercontent.com/be5invis/Iosevka/master/CHANGELOG.md"
 distfiles="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="fa58b224c9f2c794310c08444ccc9db02736ceba155257be2c37b3929b1a9f1d
- 9e9958d2c5342eeb1a2a900a513228d10c67bc2c426b45bafc2f235bfd971ed8"
+checksum="ac0fb71b857f996494f772af09646188671e859a1d33306fc07a3af30056d2e7
+ c7243f08307c4f0603ace5cee63bf3a009daca502a278008dce2c81d27ea40c7"
 
 font_dirs="/usr/share/fonts/TTF"
 

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

* Re: [PR REVIEW] font-iosevka: update to 26.0.2.
  2023-08-10  0:29 [PR PATCH] font-iosevka: update to 26.0.2 josegpt
@ 2023-08-10  1:27 ` sgn
  2023-08-10 16:02 ` [PR PATCH] [Updated] " josegpt
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2023-08-10  1:27 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/45515#discussion_r1289424317

Comment:
```suggestion
```

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

* Re: [PR PATCH] [Updated] font-iosevka: update to 26.0.2.
  2023-08-10  0:29 [PR PATCH] font-iosevka: update to 26.0.2 josegpt
  2023-08-10  1:27 ` [PR REVIEW] " sgn
@ 2023-08-10 16:02 ` josegpt
  2023-08-11 14:17 ` josegpt
  2023-08-11 19:25 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: josegpt @ 2023-08-10 16:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/josegpt/void-packages iosevka
https://github.com/void-linux/void-packages/pull/45515

font-iosevka: update to 26.0.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (x86_64-glibc)
<!--
- 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/45515.patch is attached

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

From 1fe68d098062579bd19ea69ed3cb8080e4275742 Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Wed, 9 Aug 2023 20:26:50 -0400
Subject: [PATCH] font-iosevka: update to 26.0.2.

---
 srcpkgs/font-iosevka/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/font-iosevka/template b/srcpkgs/font-iosevka/template
index c5831a19fae72..d8aef598afe6c 100644
--- a/srcpkgs/font-iosevka/template
+++ b/srcpkgs/font-iosevka/template
@@ -1,8 +1,7 @@
 # Template file for 'font-iosevka'
 pkgname=font-iosevka
-version=25.1.1
+version=26.0.2
 revision=1
-create_wrksrc=yes
 depends="font-util"
 short_desc="Slender monospace sans-serif and slab-serif typeface"
 maintainer="Jose G Perez Taveras <josegpt27@gmail.com>"
@@ -11,8 +10,8 @@ homepage="https://typeof.net/Iosevka/"
 changelog="https://raw.githubusercontent.com/be5invis/Iosevka/master/CHANGELOG.md"
 distfiles="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="fa58b224c9f2c794310c08444ccc9db02736ceba155257be2c37b3929b1a9f1d
- 9e9958d2c5342eeb1a2a900a513228d10c67bc2c426b45bafc2f235bfd971ed8"
+checksum="ac0fb71b857f996494f772af09646188671e859a1d33306fc07a3af30056d2e7
+ c7243f08307c4f0603ace5cee63bf3a009daca502a278008dce2c81d27ea40c7"
 
 font_dirs="/usr/share/fonts/TTF"
 

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

* Re: [PR PATCH] [Updated] font-iosevka: update to 26.0.2.
  2023-08-10  0:29 [PR PATCH] font-iosevka: update to 26.0.2 josegpt
  2023-08-10  1:27 ` [PR REVIEW] " sgn
  2023-08-10 16:02 ` [PR PATCH] [Updated] " josegpt
@ 2023-08-11 14:17 ` josegpt
  2023-08-11 19:25 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: josegpt @ 2023-08-11 14:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/josegpt/void-packages iosevka
https://github.com/void-linux/void-packages/pull/45515

font-iosevka: update to 26.0.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (x86_64-glibc)
<!--
- 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/45515.patch is attached

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

From 6f07852a8d3076a39ca151c40f94ffd5d9181634 Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Wed, 9 Aug 2023 20:26:50 -0400
Subject: [PATCH] font-iosevka: update to 26.0.2.

---
 srcpkgs/font-iosevka/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/font-iosevka/template b/srcpkgs/font-iosevka/template
index c5831a19fae72..d8aef598afe6c 100644
--- a/srcpkgs/font-iosevka/template
+++ b/srcpkgs/font-iosevka/template
@@ -1,8 +1,7 @@
 # Template file for 'font-iosevka'
 pkgname=font-iosevka
-version=25.1.1
+version=26.0.2
 revision=1
-create_wrksrc=yes
 depends="font-util"
 short_desc="Slender monospace sans-serif and slab-serif typeface"
 maintainer="Jose G Perez Taveras <josegpt27@gmail.com>"
@@ -11,8 +10,8 @@ homepage="https://typeof.net/Iosevka/"
 changelog="https://raw.githubusercontent.com/be5invis/Iosevka/master/CHANGELOG.md"
 distfiles="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="fa58b224c9f2c794310c08444ccc9db02736ceba155257be2c37b3929b1a9f1d
- 9e9958d2c5342eeb1a2a900a513228d10c67bc2c426b45bafc2f235bfd971ed8"
+checksum="ac0fb71b857f996494f772af09646188671e859a1d33306fc07a3af30056d2e7
+ c7243f08307c4f0603ace5cee63bf3a009daca502a278008dce2c81d27ea40c7"
 
 font_dirs="/usr/share/fonts/TTF"
 

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

* Re: [PR PATCH] [Merged]: font-iosevka: update to 26.0.2.
  2023-08-10  0:29 [PR PATCH] font-iosevka: update to 26.0.2 josegpt
                   ` (2 preceding siblings ...)
  2023-08-11 14:17 ` josegpt
@ 2023-08-11 19:25 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-08-11 19:25 UTC (permalink / raw)
  To: ml

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

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

font-iosevka: update to 26.0.2.
https://github.com/void-linux/void-packages/pull/45515

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

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

<!--
#### 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, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-08-11 19:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-10  0:29 [PR PATCH] font-iosevka: update to 26.0.2 josegpt
2023-08-10  1:27 ` [PR REVIEW] " sgn
2023-08-10 16:02 ` [PR PATCH] [Updated] " josegpt
2023-08-11 14:17 ` josegpt
2023-08-11 19:25 ` [PR PATCH] [Merged]: " classabbyamp

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