Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] noto-fonts-ttf: update to 23.2.1.
@ 2023-02-08 19:43 icp1994
  2023-02-08 19:58 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2023-02-08 19:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages noto-fonts-ttf
https://github.com/void-linux/void-packages/pull/42151

noto-fonts-ttf: update to 23.2.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

\cc: @classabbyamp 

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-noto-fonts-ttf-42151.patch --]
[-- Type: text/x-diff, Size: 2218 bytes --]

From 756e93eae2dc0cc55c54bae9ba98ce890dd528ff Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 6 Feb 2023 12:22:00 +0530
Subject: [PATCH] noto-fonts-ttf: update to 23.2.1.

Fix update reporting.
---
 srcpkgs/noto-fonts-ttf/template | 19 +++++++------------
 srcpkgs/noto-fonts-ttf/update   |  1 +
 2 files changed, 8 insertions(+), 12 deletions(-)
 create mode 100644 srcpkgs/noto-fonts-ttf/update

diff --git a/srcpkgs/noto-fonts-ttf/template b/srcpkgs/noto-fonts-ttf/template
index c676d1773e31..2432c882aed1 100644
--- a/srcpkgs/noto-fonts-ttf/template
+++ b/srcpkgs/noto-fonts-ttf/template
@@ -1,25 +1,20 @@
 # Template file for 'noto-fonts-ttf'
 pkgname=noto-fonts-ttf
-version=20220810
+reverts="20220810_1 20190926_2 20190926_1 20181202_1 20181106_1"
+version=23.2.1
 revision=1
-_githash=2725c70baa8b0176c7577093ba1fc6179aa79478
 depends="font-util"
 short_desc="Google Noto TTF Fonts"
 maintainer="classabbyamp <void@placeviolette.net>"
-license="OFL-1.1"
-homepage="https://www.google.com/get/noto/"
-# XXX: change to https://github.com/notofonts/notofonts.github.io/tree/main/fonts when migration is complete
-# also see https://github.com/notofonts/noto-fonts/issues/2388
-distfiles="https://github.com/notofonts/noto-fonts/archive/${_githash}.tar.gz"
-checksum=c1238ca0fc1e954ee2be444cafd53c033b13fa93f8a1e88f7137e9e028e6891e
+license="Apache-2.0"
+homepage="https://notofonts.github.io/"
+distfiles="https://github.com/notofonts/notofonts.github.io/archive/refs/tags/noto-monthly-release-${version}.tar.gz"
+checksum=af1c9b5e2ea768da792b1a95a5aabd36afc8b76131f04e7adc5ea7857b0c4791
 font_dirs="/usr/share/fonts/noto"
 
 do_install() {
-	# remove duplicates
-	rm hinted/ttf/NotoSansTifinagh/NotoSansTifinagh[AGHRST]*.ttf
 	vmkdir usr/share/fonts/noto
-	vcopy "hinted/ttf/Noto*/*" usr/share/fonts/noto
-	vlicense LICENSE
+	vcopy "fonts/Noto*/hinted/ttf/*.ttf" usr/share/fonts/noto
 }
 
 noto-fonts-ttf-extra_package() {
diff --git a/srcpkgs/noto-fonts-ttf/update b/srcpkgs/noto-fonts-ttf/update
new file mode 100644
index 000000000000..f5a25386ba8b
--- /dev/null
+++ b/srcpkgs/noto-fonts-ttf/update
@@ -0,0 +1 @@
+pattern="/archive/refs/tags/noto-monthly-release-\K[\d.]+(?=\.tar\.gz)"

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

* Re: [PR REVIEW] noto-fonts-ttf: update to 23.2.1.
  2023-02-08 19:43 [PR PATCH] noto-fonts-ttf: update to 23.2.1 icp1994
@ 2023-02-08 19:58 ` classabbyamp
  2023-02-08 20:03 ` icp1994
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-02-08 19:58 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42151#discussion_r1100613850

Comment:
the fonts are OFL (https://github.com/notofonts/notofonts.github.io/blob/main/fonts/LICENSE), the website is apache

```suggestion
license=OFL-1.1"
```

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

* Re: [PR REVIEW] noto-fonts-ttf: update to 23.2.1.
  2023-02-08 19:43 [PR PATCH] noto-fonts-ttf: update to 23.2.1 icp1994
  2023-02-08 19:58 ` [PR REVIEW] " classabbyamp
@ 2023-02-08 20:03 ` icp1994
  2023-02-08 20:19 ` classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-02-08 20:03 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/42151#discussion_r1100621052

Comment:
Ah, okay. Should I put the vlicense back? xlint doesn't complaint tho.

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

* Re: [PR REVIEW] noto-fonts-ttf: update to 23.2.1.
  2023-02-08 19:43 [PR PATCH] noto-fonts-ttf: update to 23.2.1 icp1994
  2023-02-08 19:58 ` [PR REVIEW] " classabbyamp
  2023-02-08 20:03 ` icp1994
@ 2023-02-08 20:19 ` classabbyamp
  2023-02-08 20:24 ` [PR PATCH] [Updated] " icp1994
  2023-02-08 20:59 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-02-08 20:19 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42151#discussion_r1100638788

Comment:
i think so? https://github.com/notofonts/notofonts.github.io/blob/main/fonts/LICENSE#L57-L62

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

* Re: [PR PATCH] [Updated] noto-fonts-ttf: update to 23.2.1.
  2023-02-08 19:43 [PR PATCH] noto-fonts-ttf: update to 23.2.1 icp1994
                   ` (2 preceding siblings ...)
  2023-02-08 20:19 ` classabbyamp
@ 2023-02-08 20:24 ` icp1994
  2023-02-08 20:59 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-02-08 20:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages noto-fonts-ttf
https://github.com/void-linux/void-packages/pull/42151

noto-fonts-ttf: update to 23.2.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

\cc: @classabbyamp 

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-noto-fonts-ttf-42151.patch --]
[-- Type: text/x-diff, Size: 2220 bytes --]

From bef7cb8f0017a7d71765fd70e30bdc0d9b6c8e2e Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 6 Feb 2023 12:22:00 +0530
Subject: [PATCH] noto-fonts-ttf: update to 23.2.1.

Fix update reporting.
---
 srcpkgs/noto-fonts-ttf/template | 18 +++++++-----------
 srcpkgs/noto-fonts-ttf/update   |  1 +
 2 files changed, 8 insertions(+), 11 deletions(-)
 create mode 100644 srcpkgs/noto-fonts-ttf/update

diff --git a/srcpkgs/noto-fonts-ttf/template b/srcpkgs/noto-fonts-ttf/template
index c676d1773e31..d3ac05ed8dfb 100644
--- a/srcpkgs/noto-fonts-ttf/template
+++ b/srcpkgs/noto-fonts-ttf/template
@@ -1,25 +1,21 @@
 # Template file for 'noto-fonts-ttf'
 pkgname=noto-fonts-ttf
-version=20220810
+reverts="20220810_1 20190926_2 20190926_1 20181202_1 20181106_1"
+version=23.2.1
 revision=1
-_githash=2725c70baa8b0176c7577093ba1fc6179aa79478
 depends="font-util"
 short_desc="Google Noto TTF Fonts"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="OFL-1.1"
-homepage="https://www.google.com/get/noto/"
-# XXX: change to https://github.com/notofonts/notofonts.github.io/tree/main/fonts when migration is complete
-# also see https://github.com/notofonts/noto-fonts/issues/2388
-distfiles="https://github.com/notofonts/noto-fonts/archive/${_githash}.tar.gz"
-checksum=c1238ca0fc1e954ee2be444cafd53c033b13fa93f8a1e88f7137e9e028e6891e
+homepage="https://notofonts.github.io/"
+distfiles="https://github.com/notofonts/notofonts.github.io/archive/refs/tags/noto-monthly-release-${version}.tar.gz"
+checksum=af1c9b5e2ea768da792b1a95a5aabd36afc8b76131f04e7adc5ea7857b0c4791
 font_dirs="/usr/share/fonts/noto"
 
 do_install() {
-	# remove duplicates
-	rm hinted/ttf/NotoSansTifinagh/NotoSansTifinagh[AGHRST]*.ttf
+	vlicense fonts/LICENSE
 	vmkdir usr/share/fonts/noto
-	vcopy "hinted/ttf/Noto*/*" usr/share/fonts/noto
-	vlicense LICENSE
+	vcopy "fonts/Noto*/hinted/ttf/*.ttf" usr/share/fonts/noto
 }
 
 noto-fonts-ttf-extra_package() {
diff --git a/srcpkgs/noto-fonts-ttf/update b/srcpkgs/noto-fonts-ttf/update
new file mode 100644
index 000000000000..f5a25386ba8b
--- /dev/null
+++ b/srcpkgs/noto-fonts-ttf/update
@@ -0,0 +1 @@
+pattern="/archive/refs/tags/noto-monthly-release-\K[\d.]+(?=\.tar\.gz)"

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

* Re: [PR PATCH] [Merged]: noto-fonts-ttf: update to 23.2.1.
  2023-02-08 19:43 [PR PATCH] noto-fonts-ttf: update to 23.2.1 icp1994
                   ` (3 preceding siblings ...)
  2023-02-08 20:24 ` [PR PATCH] [Updated] " icp1994
@ 2023-02-08 20:59 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-02-08 20:59 UTC (permalink / raw)
  To: ml

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

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

noto-fonts-ttf: update to 23.2.1.
https://github.com/void-linux/void-packages/pull/42151

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

\cc: @classabbyamp 

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

end of thread, other threads:[~2023-02-08 20:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-08 19:43 [PR PATCH] noto-fonts-ttf: update to 23.2.1 icp1994
2023-02-08 19:58 ` [PR REVIEW] " classabbyamp
2023-02-08 20:03 ` icp1994
2023-02-08 20:19 ` classabbyamp
2023-02-08 20:24 ` [PR PATCH] [Updated] " icp1994
2023-02-08 20:59 ` [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).