Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: font-material-design-icons-extended-ttf-7.1.69
@ 2023-01-18  9:18 saltnpepper97
  2023-01-18 20:42 ` [PR PATCH] [Updated] " saltnpepper97
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: saltnpepper97 @ 2023-01-18  9:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/saltnpepper97/void-packages master
https://github.com/void-linux/void-packages/pull/41715

New Package: font-material-design-icons-extended-ttf-7.1.69
<!-- 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**


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

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

From 30ff9c01da6a297f84b8ee769034d3812e4b9ece Mon Sep 17 00:00:00 2001
From: Dustin Pilgrim <dustin.pilgrim1997@gmail.com>
Date: Wed, 18 Jan 2023 01:06:25 -0800
Subject: [PATCH 1/2] New package:
 font-material-design-icons-extended-ttf-7.1.96

---
 .../template                                    | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/font-material-design-icons-extended-ttf/template

diff --git a/srcpkgs/font-material-design-icons-extended-ttf/template b/srcpkgs/font-material-design-icons-extended-ttf/template
new file mode 100644
index 000000000000..99150b1830be
--- /dev/null
+++ b/srcpkgs/font-material-design-icons-extended-ttf/template
@@ -0,0 +1,17 @@
+# Template file for 'font-material-design-icons-extended-ttf'
+pkgname=font-material-design-icons-extended-ttf
+version=7.1.96
+revision=1
+depends="font-util"
+short_desc="Google's Material Design Icons extended by the community"
+maintainer="Dustin Pilgrim <dustin.pilgrim1997@gmail.com>"
+license="OFL-1.1"
+homepage="https://materialdesignicons.com"
+distfiles="https://github.com/Templarian/MaterialDesign-Webfont/archive/refs/tags/v${version}.tar.gz"
+checksum=d47f4f76a6d0713004749644b866b04614dc3be6a3f1c55fe6e4bc0030544604
+
+font_dirs="/usr/share/fonts/TTF/"
+
+do_install() {
+	vinstall fonts/materialdesignicons-webfont.ttf 644 usr/share/fonts/TTF
+}

From a89ad0ea063b8b52193be0763362b05c3cd0665c Mon Sep 17 00:00:00 2001
From: Dustin Pilgrim <dustin.pilgrim1997@gmail.com>
Date: Wed, 18 Jan 2023 01:11:28 -0800
Subject: [PATCH 2/2] font-material-design-icons-extended-ttf: update to
 7.1.96.

---
 srcpkgs/font-material-design-icons-extended-ttf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/font-material-design-icons-extended-ttf/template b/srcpkgs/font-material-design-icons-extended-ttf/template
index 99150b1830be..b5148469c497 100644
--- a/srcpkgs/font-material-design-icons-extended-ttf/template
+++ b/srcpkgs/font-material-design-icons-extended-ttf/template
@@ -4,7 +4,7 @@ version=7.1.96
 revision=1
 depends="font-util"
 short_desc="Google's Material Design Icons extended by the community"
-maintainer="Dustin Pilgrim <dustin.pilgrim1997@gmail.com>"
+maintainer="saltnpepper97 <saltnpepper97@outlook.com>"
 license="OFL-1.1"
 homepage="https://materialdesignicons.com"
 distfiles="https://github.com/Templarian/MaterialDesign-Webfont/archive/refs/tags/v${version}.tar.gz"

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

* Re: [PR PATCH] [Updated] New Package: font-material-design-icons-extended-ttf-7.1.69
  2023-01-18  9:18 [PR PATCH] New Package: font-material-design-icons-extended-ttf-7.1.69 saltnpepper97
@ 2023-01-18 20:42 ` saltnpepper97
  2023-02-02 23:03 ` saltnpepper97
  2023-04-01  8:42 ` [PR PATCH] [Closed]: " saltnpepper97
  2 siblings, 0 replies; 4+ messages in thread
From: saltnpepper97 @ 2023-01-18 20:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/saltnpepper97/void-packages master
https://github.com/void-linux/void-packages/pull/41715

New Package: font-material-design-icons-extended-ttf-7.1.69
<!-- 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**


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

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

From 30ff9c01da6a297f84b8ee769034d3812e4b9ece Mon Sep 17 00:00:00 2001
From: Dustin Pilgrim <dustin.pilgrim1997@gmail.com>
Date: Wed, 18 Jan 2023 01:06:25 -0800
Subject: [PATCH 1/3] New package:
 font-material-design-icons-extended-ttf-7.1.96

---
 .../template                                    | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/font-material-design-icons-extended-ttf/template

diff --git a/srcpkgs/font-material-design-icons-extended-ttf/template b/srcpkgs/font-material-design-icons-extended-ttf/template
new file mode 100644
index 000000000000..99150b1830be
--- /dev/null
+++ b/srcpkgs/font-material-design-icons-extended-ttf/template
@@ -0,0 +1,17 @@
+# Template file for 'font-material-design-icons-extended-ttf'
+pkgname=font-material-design-icons-extended-ttf
+version=7.1.96
+revision=1
+depends="font-util"
+short_desc="Google's Material Design Icons extended by the community"
+maintainer="Dustin Pilgrim <dustin.pilgrim1997@gmail.com>"
+license="OFL-1.1"
+homepage="https://materialdesignicons.com"
+distfiles="https://github.com/Templarian/MaterialDesign-Webfont/archive/refs/tags/v${version}.tar.gz"
+checksum=d47f4f76a6d0713004749644b866b04614dc3be6a3f1c55fe6e4bc0030544604
+
+font_dirs="/usr/share/fonts/TTF/"
+
+do_install() {
+	vinstall fonts/materialdesignicons-webfont.ttf 644 usr/share/fonts/TTF
+}

From a89ad0ea063b8b52193be0763362b05c3cd0665c Mon Sep 17 00:00:00 2001
From: Dustin Pilgrim <dustin.pilgrim1997@gmail.com>
Date: Wed, 18 Jan 2023 01:11:28 -0800
Subject: [PATCH 2/3] font-material-design-icons-extended-ttf: update to
 7.1.96.

---
 srcpkgs/font-material-design-icons-extended-ttf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/font-material-design-icons-extended-ttf/template b/srcpkgs/font-material-design-icons-extended-ttf/template
index 99150b1830be..b5148469c497 100644
--- a/srcpkgs/font-material-design-icons-extended-ttf/template
+++ b/srcpkgs/font-material-design-icons-extended-ttf/template
@@ -4,7 +4,7 @@ version=7.1.96
 revision=1
 depends="font-util"
 short_desc="Google's Material Design Icons extended by the community"
-maintainer="Dustin Pilgrim <dustin.pilgrim1997@gmail.com>"
+maintainer="saltnpepper97 <saltnpepper97@outlook.com>"
 license="OFL-1.1"
 homepage="https://materialdesignicons.com"
 distfiles="https://github.com/Templarian/MaterialDesign-Webfont/archive/refs/tags/v${version}.tar.gz"

From 96943397054c54a4dd0d40234f7d3df6c41fd0b0 Mon Sep 17 00:00:00 2001
From: Dustin Pilgrim <dustin.pilgrim1997@gmail.com>
Date: Wed, 18 Jan 2023 12:41:57 -0800
Subject: [PATCH 3/3] font-material-design-icons-extended-ttf: update to
 7.1.96.

---
 srcpkgs/font-material-design-icons-extended-ttf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/font-material-design-icons-extended-ttf/template b/srcpkgs/font-material-design-icons-extended-ttf/template
index b5148469c497..889f77f9f03e 100644
--- a/srcpkgs/font-material-design-icons-extended-ttf/template
+++ b/srcpkgs/font-material-design-icons-extended-ttf/template
@@ -8,7 +8,7 @@ maintainer="saltnpepper97 <saltnpepper97@outlook.com>"
 license="OFL-1.1"
 homepage="https://materialdesignicons.com"
 distfiles="https://github.com/Templarian/MaterialDesign-Webfont/archive/refs/tags/v${version}.tar.gz"
-checksum=d47f4f76a6d0713004749644b866b04614dc3be6a3f1c55fe6e4bc0030544604
+checksum=b4827699edbbd10c187c633ce2180b338176e0ee0a847021a249d11ce641fd42
 
 font_dirs="/usr/share/fonts/TTF/"
 

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

* Re: New Package: font-material-design-icons-extended-ttf-7.1.69
  2023-01-18  9:18 [PR PATCH] New Package: font-material-design-icons-extended-ttf-7.1.69 saltnpepper97
  2023-01-18 20:42 ` [PR PATCH] [Updated] " saltnpepper97
@ 2023-02-02 23:03 ` saltnpepper97
  2023-04-01  8:42 ` [PR PATCH] [Closed]: " saltnpepper97
  2 siblings, 0 replies; 4+ messages in thread
From: saltnpepper97 @ 2023-02-02 23:03 UTC (permalink / raw)
  To: ml

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

New comment by saltnpepper97 on void-packages repository

https://github.com/void-linux/void-packages/pull/41715#issuecomment-1414488003

Comment:
Hello, I am checking in to see if this package is good to merge

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

* Re: [PR PATCH] [Closed]: New Package: font-material-design-icons-extended-ttf-7.1.69
  2023-01-18  9:18 [PR PATCH] New Package: font-material-design-icons-extended-ttf-7.1.69 saltnpepper97
  2023-01-18 20:42 ` [PR PATCH] [Updated] " saltnpepper97
  2023-02-02 23:03 ` saltnpepper97
@ 2023-04-01  8:42 ` saltnpepper97
  2 siblings, 0 replies; 4+ messages in thread
From: saltnpepper97 @ 2023-04-01  8:42 UTC (permalink / raw)
  To: ml

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

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

New Package: font-material-design-icons-extended-ttf-7.1.69
https://github.com/void-linux/void-packages/pull/41715

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**


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

end of thread, other threads:[~2023-04-01  8:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18  9:18 [PR PATCH] New Package: font-material-design-icons-extended-ttf-7.1.69 saltnpepper97
2023-01-18 20:42 ` [PR PATCH] [Updated] " saltnpepper97
2023-02-02 23:03 ` saltnpepper97
2023-04-01  8:42 ` [PR PATCH] [Closed]: " saltnpepper97

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