Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nerd-fonts: update to 2.2.2
@ 2022-09-13  2:55 cinerea0
  2022-09-13 16:19 ` [PR REVIEW] " sgn
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: cinerea0 @ 2022-09-13  2:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages nerd
https://github.com/void-linux/void-packages/pull/39251

nerd-fonts: update to 2.2.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Explanation: As before, I haven't tested all the fonts, just a cross section of them.

<!--
#### 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/39251.patch is attached

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

From 723c7722cb5db45c29e2711a4973ae09ab1fa2e4 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 12 Sep 2022 22:54:17 -0400
Subject: [PATCH] nerd-fonts: update to 2.2.2

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

diff --git a/srcpkgs/nerd-fonts/template b/srcpkgs/nerd-fonts/template
index a9f043be3076..9156731328e8 100644
--- a/srcpkgs/nerd-fonts/template
+++ b/srcpkgs/nerd-fonts/template
@@ -1,6 +1,6 @@
 # Template file for 'nerd-fonts'
 pkgname=nerd-fonts
-version=2.2.1
+version=2.2.2
 revision=1
 depends="font-util xbps-triggers nerd-fonts-ttf nerd-fonts-otf"
 short_desc="Iconic font aggregator, collection and patcher"
@@ -8,7 +8,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://nerdfonts.com"
 distfiles="https://github.com/ryanoasis/nerd-fonts/archive/v${version}.tar.gz"
-checksum=05e733b4ac0a6fed997ca3a697c6881d4327991fa57f4376ae17d725413b89f7
+checksum=f008adbaa575a9ec55947f3a370c9610f281b91ff0b559b173b2702682d9dce8
 
 do_install() {
 	vmkdir usr/share/fonts/NerdFonts/otf

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

* Re: [PR REVIEW] nerd-fonts: update to 2.2.2
  2022-09-13  2:55 [PR PATCH] nerd-fonts: update to 2.2.2 cinerea0
@ 2022-09-13 16:19 ` sgn
  2022-09-13 17:30 ` cinerea0
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2022-09-13 16:19 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/39251#discussion_r969836942

Comment:
`font-util xbps-triggers` is transitive over `nerd-fonts-ttf nerd-fonts-otf`

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

* Re: [PR REVIEW] nerd-fonts: update to 2.2.2
  2022-09-13  2:55 [PR PATCH] nerd-fonts: update to 2.2.2 cinerea0
  2022-09-13 16:19 ` [PR REVIEW] " sgn
@ 2022-09-13 17:30 ` cinerea0
  2022-09-14  1:22 ` sgn
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2022-09-13 17:30 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/39251#discussion_r969904135

Comment:
I'm a bit confused, do you mean that I don't need to include `font-util xbps-triggers` because the other two implicitly provide it?

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

* Re: [PR REVIEW] nerd-fonts: update to 2.2.2
  2022-09-13  2:55 [PR PATCH] nerd-fonts: update to 2.2.2 cinerea0
  2022-09-13 16:19 ` [PR REVIEW] " sgn
  2022-09-13 17:30 ` cinerea0
@ 2022-09-14  1:22 ` sgn
  2022-09-14  1:47 ` [PR PATCH] [Updated] " cinerea0
  2022-09-19  6:51 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2022-09-14  1:22 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/39251#discussion_r970210788

Comment:
Yes, they're in the same template anyway. And `xbps-triggers` is not necessary since base-files depends on xbps-triggers already.

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

* Re: [PR PATCH] [Updated] nerd-fonts: update to 2.2.2
  2022-09-13  2:55 [PR PATCH] nerd-fonts: update to 2.2.2 cinerea0
                   ` (2 preceding siblings ...)
  2022-09-14  1:22 ` sgn
@ 2022-09-14  1:47 ` cinerea0
  2022-09-19  6:51 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2022-09-14  1:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages nerd
https://github.com/void-linux/void-packages/pull/39251

nerd-fonts: update to 2.2.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Explanation: As before, I haven't tested all the fonts, just a cross section of them.

<!--
#### 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/39251.patch is attached

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

From 12d50109f9f4facbcb0f7eab48089721ef530b5e Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 13 Sep 2022 21:46:48 -0400
Subject: [PATCH] nerd-fonts: update to 2.2.2

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

diff --git a/srcpkgs/nerd-fonts/template b/srcpkgs/nerd-fonts/template
index a9f043be3076..02b869cd23b1 100644
--- a/srcpkgs/nerd-fonts/template
+++ b/srcpkgs/nerd-fonts/template
@@ -1,14 +1,14 @@
 # Template file for 'nerd-fonts'
 pkgname=nerd-fonts
-version=2.2.1
+version=2.2.2
 revision=1
-depends="font-util xbps-triggers nerd-fonts-ttf nerd-fonts-otf"
+depends="nerd-fonts-ttf nerd-fonts-otf"
 short_desc="Iconic font aggregator, collection and patcher"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://nerdfonts.com"
 distfiles="https://github.com/ryanoasis/nerd-fonts/archive/v${version}.tar.gz"
-checksum=05e733b4ac0a6fed997ca3a697c6881d4327991fa57f4376ae17d725413b89f7
+checksum=f008adbaa575a9ec55947f3a370c9610f281b91ff0b559b173b2702682d9dce8
 
 do_install() {
 	vmkdir usr/share/fonts/NerdFonts/otf
@@ -33,7 +33,7 @@ do_install() {
 nerd-fonts-otf_package() {
 	short_desc="Iconic font aggregator, collection and patcher - otf fonts"
 	font_dirs="usr/share/fonts/NerdFonts/otf"
-	depends="font-util xbps-triggers"
+	depends="font-util"
 	pkg_install() {
 		vmove usr/share/fonts/NerdFonts/otf
 	}
@@ -42,7 +42,7 @@ nerd-fonts-otf_package() {
 nerd-fonts-ttf_package() {
 	short_desc="Iconic font aggregator, collection and patcher - ttf fonts"
 	font_dirs="usr/share/fonts/NerdFonts/ttf"
-	depends="font-util xbps-triggers"
+	depends="font-util"
 	pkg_install() {
 		vmove usr/share/fonts/NerdFonts/ttf
 	}

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

* Re: [PR PATCH] [Merged]: nerd-fonts: update to 2.2.2
  2022-09-13  2:55 [PR PATCH] nerd-fonts: update to 2.2.2 cinerea0
                   ` (3 preceding siblings ...)
  2022-09-14  1:47 ` [PR PATCH] [Updated] " cinerea0
@ 2022-09-19  6:51 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-09-19  6:51 UTC (permalink / raw)
  To: ml

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

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

nerd-fonts: update to 2.2.2
https://github.com/void-linux/void-packages/pull/39251

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

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

Explanation: As before, I haven't tested all the fonts, just a cross section of them.

<!--
#### 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] 6+ messages in thread

end of thread, other threads:[~2022-09-19  6:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-13  2:55 [PR PATCH] nerd-fonts: update to 2.2.2 cinerea0
2022-09-13 16:19 ` [PR REVIEW] " sgn
2022-09-13 17:30 ` cinerea0
2022-09-14  1:22 ` sgn
2022-09-14  1:47 ` [PR PATCH] [Updated] " cinerea0
2022-09-19  6:51 ` [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).