Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] R cran svglite
@ 2021-02-26  6:36 CameronNemo
  2021-03-10 20:41 ` [PR PATCH] [Updated] " CameronNemo
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: CameronNemo @ 2021-02-26  6:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages R-cran-svglite
https://github.com/void-linux/void-packages/pull/29069

R cran svglite
Continuation of #24502

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 

- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] x86_64-musl
  - R is nocross



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-R-cran-svglite-29069.patch --]
[-- Type: text/x-diff, Size: 2981 bytes --]

From 40d0f5415fea97da60c732373d3361323333775b Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Thu, 25 Feb 2021 22:20:27 -0800
Subject: [PATCH 1/3] New package: R-cran-cpp11-0.2.6

---
 srcpkgs/R-cran-cpp11/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/R-cran-cpp11/template

diff --git a/srcpkgs/R-cran-cpp11/template b/srcpkgs/R-cran-cpp11/template
new file mode 100644
index 00000000000..267fe82fef9
--- /dev/null
+++ b/srcpkgs/R-cran-cpp11/template
@@ -0,0 +1,14 @@
+# Template file for 'R-cran-cpp11'
+pkgname=R-cran-cpp11
+version=0.2.6
+revision=1
+build_style=R-cran
+short_desc="Header only, C++11 interface to R's C interface"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="MIT"
+homepage="https://github.com/r-lib/cpp11"
+checksum=ff09b3fb254db73c34e2025754d2328c65d316e3872c0b7d4f74a3938e461185
+
+post_install() {
+	vlicense LICENSE
+}

From 09135ea11ebb0a288f50157f016e09322790ee07 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Wed, 26 Aug 2020 21:00:09 -0700
Subject: [PATCH 2/3] New package: R-cran-systemfonts-1.0.1

---
 srcpkgs/R-cran-systemfonts/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/R-cran-systemfonts/template

diff --git a/srcpkgs/R-cran-systemfonts/template b/srcpkgs/R-cran-systemfonts/template
new file mode 100644
index 00000000000..4a84b4fd838
--- /dev/null
+++ b/srcpkgs/R-cran-systemfonts/template
@@ -0,0 +1,16 @@
+# Template file for 'R-cran-systemfonts'
+pkgname=R-cran-systemfonts
+version=1.0.1
+revision=1
+build_style=R-cran
+hostmakedepends="pkg-config"
+makedepends="fontconfig-devel freetype-devel R-cran-cpp11"
+short_desc="System Native Font Handling in R"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="MIT"
+homepage="https://github.com/r-lib/systemfonts"
+checksum=401db4d9e78e3a5e00b7a0b4fbad7fbb1c584734469b65fe5b7ebe1851c7a797
+
+post_install() {
+	vlicense LICENSE
+}

From e3d11f6346386d5a816929848541382efed5350a Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Wed, 26 Aug 2020 21:14:47 -0700
Subject: [PATCH 3/3] New package: R-cran-svglite-2.0.0

---
 srcpkgs/R-cran-svglite/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/R-cran-svglite/template

diff --git a/srcpkgs/R-cran-svglite/template b/srcpkgs/R-cran-svglite/template
new file mode 100644
index 00000000000..ea4bfb39f7a
--- /dev/null
+++ b/srcpkgs/R-cran-svglite/template
@@ -0,0 +1,12 @@
+# Template file for 'R-cran-svglite'
+pkgname=R-cran-svglite
+version=2.0.0
+revision=1
+build_style=R-cran
+makedepends="R-cran-systemfonts R-cran-cpp11 libpng-devel"
+depends="R-cran-systemfonts>=1.0.0"
+short_desc="Lightweight svg graphics device for R"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://svglite.r-lib.org"
+checksum=76e625fe172a5b7ce99a67b6d631b037b3f7f0021cfe15f2e15e8851b89defa5

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

* Re: [PR PATCH] [Updated] R cran svglite
  2021-02-26  6:36 [PR PATCH] R cran svglite CameronNemo
@ 2021-03-10 20:41 ` CameronNemo
  2021-03-10 20:41 ` [PR REVIEW] " CameronNemo
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: CameronNemo @ 2021-03-10 20:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages R-cran-svglite
https://github.com/void-linux/void-packages/pull/29069

R cran svglite
Continuation of #24502

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 

- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] x86_64-musl
  - R is nocross



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-R-cran-svglite-29069.patch --]
[-- Type: text/x-diff, Size: 2980 bytes --]

From a4bf66274256b7be5f57bf63f3c920a33b7ddf33 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Thu, 25 Feb 2021 22:20:27 -0800
Subject: [PATCH 1/3] New package: R-cran-cpp11-0.2.6

---
 srcpkgs/R-cran-cpp11/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/R-cran-cpp11/template

diff --git a/srcpkgs/R-cran-cpp11/template b/srcpkgs/R-cran-cpp11/template
new file mode 100644
index 000000000000..267fe82fef94
--- /dev/null
+++ b/srcpkgs/R-cran-cpp11/template
@@ -0,0 +1,14 @@
+# Template file for 'R-cran-cpp11'
+pkgname=R-cran-cpp11
+version=0.2.6
+revision=1
+build_style=R-cran
+short_desc="Header only, C++11 interface to R's C interface"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="MIT"
+homepage="https://github.com/r-lib/cpp11"
+checksum=ff09b3fb254db73c34e2025754d2328c65d316e3872c0b7d4f74a3938e461185
+
+post_install() {
+	vlicense LICENSE
+}

From 2ec66fb9feafc9c9e7373a9ce072624d364bd99c Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Wed, 26 Aug 2020 21:00:09 -0700
Subject: [PATCH 2/3] New package: R-cran-systemfonts-1.0.1

---
 srcpkgs/R-cran-systemfonts/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/R-cran-systemfonts/template

diff --git a/srcpkgs/R-cran-systemfonts/template b/srcpkgs/R-cran-systemfonts/template
new file mode 100644
index 000000000000..4a84b4fd838d
--- /dev/null
+++ b/srcpkgs/R-cran-systemfonts/template
@@ -0,0 +1,16 @@
+# Template file for 'R-cran-systemfonts'
+pkgname=R-cran-systemfonts
+version=1.0.1
+revision=1
+build_style=R-cran
+hostmakedepends="pkg-config"
+makedepends="fontconfig-devel freetype-devel R-cran-cpp11"
+short_desc="System Native Font Handling in R"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="MIT"
+homepage="https://github.com/r-lib/systemfonts"
+checksum=401db4d9e78e3a5e00b7a0b4fbad7fbb1c584734469b65fe5b7ebe1851c7a797
+
+post_install() {
+	vlicense LICENSE
+}

From 1bd3054cd1b051efdfa29e295fcbb0ad749df282 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Wed, 26 Aug 2020 21:14:47 -0700
Subject: [PATCH 3/3] New package: R-cran-svglite-2.0.0

---
 srcpkgs/R-cran-svglite/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/R-cran-svglite/template

diff --git a/srcpkgs/R-cran-svglite/template b/srcpkgs/R-cran-svglite/template
new file mode 100644
index 000000000000..90557ae178aa
--- /dev/null
+++ b/srcpkgs/R-cran-svglite/template
@@ -0,0 +1,12 @@
+# Template file for 'R-cran-svglite'
+pkgname=R-cran-svglite
+version=2.0.0
+revision=1
+build_style=R-cran
+makedepends="R-cran-systemfonts R-cran-cpp11 libpng-devel"
+depends="R-cran-systemfonts"
+short_desc="Lightweight svg graphics device for R"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://svglite.r-lib.org"
+checksum=76e625fe172a5b7ce99a67b6d631b037b3f7f0021cfe15f2e15e8851b89defa5

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

* Re: [PR REVIEW] R cran svglite
  2021-02-26  6:36 [PR PATCH] R cran svglite CameronNemo
  2021-03-10 20:41 ` [PR PATCH] [Updated] " CameronNemo
@ 2021-03-10 20:41 ` CameronNemo
  2021-06-22 19:01 ` [PR PATCH] [Updated] " CameronNemo
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: CameronNemo @ 2021-03-10 20:41 UTC (permalink / raw)
  To: ml

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

New review comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/29069#discussion_r591856241

Comment:
alright removed

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

* Re: [PR PATCH] [Updated] R cran svglite
  2021-02-26  6:36 [PR PATCH] R cran svglite CameronNemo
  2021-03-10 20:41 ` [PR PATCH] [Updated] " CameronNemo
  2021-03-10 20:41 ` [PR REVIEW] " CameronNemo
@ 2021-06-22 19:01 ` CameronNemo
  2021-06-22 19:05 ` CameronNemo
  2021-06-22 19:12 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: CameronNemo @ 2021-06-22 19:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages R-cran-svglite
https://github.com/void-linux/void-packages/pull/29069

R cran svglite
Continuation of #24502

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 

- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] x86_64-musl
  - R is nocross



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-R-cran-svglite-29069.patch --]
[-- Type: text/x-diff, Size: 2980 bytes --]

From 6bb9c4a32975eb9c5074b96bac4337d92c5dd86f Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Thu, 25 Feb 2021 22:20:27 -0800
Subject: [PATCH 1/3] New package: R-cran-cpp11-0.2.7

---
 srcpkgs/R-cran-cpp11/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/R-cran-cpp11/template

diff --git a/srcpkgs/R-cran-cpp11/template b/srcpkgs/R-cran-cpp11/template
new file mode 100644
index 000000000000..db827ed635bd
--- /dev/null
+++ b/srcpkgs/R-cran-cpp11/template
@@ -0,0 +1,14 @@
+# Template file for 'R-cran-cpp11'
+pkgname=R-cran-cpp11
+version=0.2.7
+revision=1
+build_style=R-cran
+short_desc="Header only, C++11 interface to R's C interface"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="MIT"
+homepage="https://github.com/r-lib/cpp11"
+checksum=1d4154c0d8ef4b564eea828ebebc836b7dbdc89a0848a840dd98173b07f661d4
+
+post_install() {
+	vlicense LICENSE
+}

From 9cc5a78b183069c7a49510385cac123fb907d8e0 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Wed, 26 Aug 2020 21:00:09 -0700
Subject: [PATCH 2/3] New package: R-cran-systemfonts-1.0.2

---
 srcpkgs/R-cran-systemfonts/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/R-cran-systemfonts/template

diff --git a/srcpkgs/R-cran-systemfonts/template b/srcpkgs/R-cran-systemfonts/template
new file mode 100644
index 000000000000..b779dd8d8ebf
--- /dev/null
+++ b/srcpkgs/R-cran-systemfonts/template
@@ -0,0 +1,16 @@
+# Template file for 'R-cran-systemfonts'
+pkgname=R-cran-systemfonts
+version=1.0.2
+revision=1
+build_style=R-cran
+hostmakedepends="pkg-config"
+makedepends="fontconfig-devel freetype-devel R-cran-cpp11"
+short_desc="System Native Font Handling in R"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="MIT"
+homepage="https://github.com/r-lib/systemfonts"
+checksum=21ac96412846e06a4062362b159213cb9d83bd60fdf03aa235992b6c49fb36a9
+
+post_install() {
+	vlicense LICENSE
+}

From 3c0c77a48c01f0c07e3fdc772899b45ea44647ad Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Wed, 26 Aug 2020 21:14:47 -0700
Subject: [PATCH 3/3] New package: R-cran-svglite-2.0.0

---
 srcpkgs/R-cran-svglite/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/R-cran-svglite/template

diff --git a/srcpkgs/R-cran-svglite/template b/srcpkgs/R-cran-svglite/template
new file mode 100644
index 000000000000..90557ae178aa
--- /dev/null
+++ b/srcpkgs/R-cran-svglite/template
@@ -0,0 +1,12 @@
+# Template file for 'R-cran-svglite'
+pkgname=R-cran-svglite
+version=2.0.0
+revision=1
+build_style=R-cran
+makedepends="R-cran-systemfonts R-cran-cpp11 libpng-devel"
+depends="R-cran-systemfonts"
+short_desc="Lightweight svg graphics device for R"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://svglite.r-lib.org"
+checksum=76e625fe172a5b7ce99a67b6d631b037b3f7f0021cfe15f2e15e8851b89defa5

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

* Re: R cran svglite
  2021-02-26  6:36 [PR PATCH] R cran svglite CameronNemo
                   ` (2 preceding siblings ...)
  2021-06-22 19:01 ` [PR PATCH] [Updated] " CameronNemo
@ 2021-06-22 19:05 ` CameronNemo
  2021-06-22 19:12 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: CameronNemo @ 2021-06-22 19:05 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/29069#issuecomment-866255319

Comment:
Rebased and bumped versions.

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

* Re: [PR PATCH] [Merged]: R cran svglite
  2021-02-26  6:36 [PR PATCH] R cran svglite CameronNemo
                   ` (3 preceding siblings ...)
  2021-06-22 19:05 ` CameronNemo
@ 2021-06-22 19:12 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-06-22 19:12 UTC (permalink / raw)
  To: ml

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

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

R cran svglite
https://github.com/void-linux/void-packages/pull/29069

Description:
Continuation of #24502

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 

- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] x86_64-musl
  - R is nocross



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

end of thread, other threads:[~2021-06-22 19:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-26  6:36 [PR PATCH] R cran svglite CameronNemo
2021-03-10 20:41 ` [PR PATCH] [Updated] " CameronNemo
2021-03-10 20:41 ` [PR REVIEW] " CameronNemo
2021-06-22 19:01 ` [PR PATCH] [Updated] " CameronNemo
2021-06-22 19:05 ` CameronNemo
2021-06-22 19:12 ` [PR PATCH] [Merged]: " ericonr

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