Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] font-awesome6: update to 6.3.0.
@ 2023-04-02 13:11 mobinmob
  2023-04-02 19:18 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mobinmob @ 2023-04-02 13:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages font-awesome6
https://github.com/void-linux/void-packages/pull/43209

font-awesome6: update to 6.3.0.
<!-- 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, (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/43209.patch is attached

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

From 0e51c9aee6a56b8168d92a9ad18405d9ed3344f3 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 2 Apr 2023 16:10:07 +0300
Subject: [PATCH] font-awesome6: update to 6.3.0.

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

diff --git a/srcpkgs/font-awesome6/template b/srcpkgs/font-awesome6/template
index 4388beb53209..5ffb23a2dbfe 100644
--- a/srcpkgs/font-awesome6/template
+++ b/srcpkgs/font-awesome6/template
@@ -1,6 +1,6 @@
 # Template file for 'font-awesome6'
 pkgname=font-awesome6
-version=6.2.1
+version=6.3.0
 revision=1
 hostmakedepends="font-util"
 short_desc="Iconic SVG, font, and CSS toolkit - desktop fonts"
@@ -9,7 +9,7 @@ license="OFL-1.1"
 homepage="https://fontawesome.com/"
 changelog="https://fontawesome.com/docs/changelog/"
 distfiles="https://github.com/FortAwesome/Font-Awesome/releases/download/${version}/fontawesome-free-${version}-desktop.zip"
-checksum=518fefd95bba1095c3ad7df5b886966ec9e172f528a5279fca1c1c5e35e1bc56
+checksum=1a741751025b5495ad175553eb61f94ce57fbeaac7cd4df906f24014ea794f70
 font_dirs="/usr/share/fonts/OTF"
 
 do_install() {

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

* Re: [PR REVIEW] font-awesome6: update to 6.3.0.
  2023-04-02 13:11 [PR PATCH] font-awesome6: update to 6.3.0 mobinmob
@ 2023-04-02 19:18 ` paper42
  2023-05-01 12:06 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-04-02 19:18 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43209#discussion_r1155361912

Comment:
6.4.0 is out

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

* Re: [PR PATCH] [Updated] font-awesome6: update to 6.3.0.
  2023-04-02 13:11 [PR PATCH] font-awesome6: update to 6.3.0 mobinmob
  2023-04-02 19:18 ` [PR REVIEW] " paper42
@ 2023-05-01 12:06 ` mobinmob
  2023-05-01 12:06 ` [PR REVIEW] font-awesome6: update to 6.4.0 mobinmob
  2023-05-03  8:03 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2023-05-01 12:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages font-awesome6
https://github.com/void-linux/void-packages/pull/43209

font-awesome6: update to 6.3.0.
<!-- 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, (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/43209.patch is attached

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

From a70f960a4696114bc64324e02c4a89980b14db5e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 2 Apr 2023 16:10:07 +0300
Subject: [PATCH] font-awesome6: update to 6.4.0.

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

diff --git a/srcpkgs/font-awesome6/template b/srcpkgs/font-awesome6/template
index 4388beb53209..843efb10f230 100644
--- a/srcpkgs/font-awesome6/template
+++ b/srcpkgs/font-awesome6/template
@@ -1,6 +1,6 @@
 # Template file for 'font-awesome6'
 pkgname=font-awesome6
-version=6.2.1
+version=6.4.0
 revision=1
 hostmakedepends="font-util"
 short_desc="Iconic SVG, font, and CSS toolkit - desktop fonts"
@@ -9,7 +9,7 @@ license="OFL-1.1"
 homepage="https://fontawesome.com/"
 changelog="https://fontawesome.com/docs/changelog/"
 distfiles="https://github.com/FortAwesome/Font-Awesome/releases/download/${version}/fontawesome-free-${version}-desktop.zip"
-checksum=518fefd95bba1095c3ad7df5b886966ec9e172f528a5279fca1c1c5e35e1bc56
+checksum=128b850cef31dd9c21f42dc19b028a02302408659dc0350c5111ea126f6c00ae
 font_dirs="/usr/share/fonts/OTF"
 
 do_install() {

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

* Re: [PR REVIEW] font-awesome6: update to 6.4.0.
  2023-04-02 13:11 [PR PATCH] font-awesome6: update to 6.3.0 mobinmob
  2023-04-02 19:18 ` [PR REVIEW] " paper42
  2023-05-01 12:06 ` [PR PATCH] [Updated] " mobinmob
@ 2023-05-01 12:06 ` mobinmob
  2023-05-03  8:03 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2023-05-01 12:06 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/43209#discussion_r1181536295

Comment:
Updated and rebased on master, thanx!

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

* Re: [PR PATCH] [Merged]: font-awesome6: update to 6.4.0.
  2023-04-02 13:11 [PR PATCH] font-awesome6: update to 6.3.0 mobinmob
                   ` (2 preceding siblings ...)
  2023-05-01 12:06 ` [PR REVIEW] font-awesome6: update to 6.4.0 mobinmob
@ 2023-05-03  8:03 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-05-03  8:03 UTC (permalink / raw)
  To: ml

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

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

font-awesome6: update to 6.4.0.
https://github.com/void-linux/void-packages/pull/43209

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, (ARCH-LIBC)
- 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-05-03  8:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 13:11 [PR PATCH] font-awesome6: update to 6.3.0 mobinmob
2023-04-02 19:18 ` [PR REVIEW] " paper42
2023-05-01 12:06 ` [PR PATCH] [Updated] " mobinmob
2023-05-01 12:06 ` [PR REVIEW] font-awesome6: update to 6.4.0 mobinmob
2023-05-03  8:03 ` [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).