Github messages for voidlinux
 help / color / mirror / Atom feed
From: CameronNemo <CameronNemo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: R-cran-svglite-1.2.3.2
Date: Thu, 27 Aug 2020 07:04:19 +0200	[thread overview]
Message-ID: <20200827050419.ZsiLblA4vgbM4CewWR1MacUKm0_8ZRFB3mPj0UT8Gwc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24502@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 489 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/24502

New package: R-cran-svglite-1.2.3.2
Adds svglite R package and relevant dependencies.
These graphics packages pull in a lot of system deps,
so it is nice to have them in the Void repos.

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

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

From b03b0c6829a1cd09a441f00e53418c8043508cd3 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Wed, 26 Aug 2020 20:46:37 -0700
Subject: [PATCH 1/4] New package: R-cran-BH-1.72.0r3

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

diff --git a/srcpkgs/R-cran-BH/template b/srcpkgs/R-cran-BH/template
new file mode 100644
index 00000000000..9cf8affbe51
--- /dev/null
+++ b/srcpkgs/R-cran-BH/template
@@ -0,0 +1,11 @@
+# Template file for 'R-cran-BH'
+pkgname=R-cran-BH
+version=1.72.0r3
+revision=1
+build_style=R-cran
+makedepends="boost-devel"
+short_desc="Boost C++ Header Files for R"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="BSL-1.0"
+homepage="https://github.com/eddelbuettel/bh"
+checksum=888ec1a3316bb69e1ba749b08ba7e0903ebc4742e3a185de8d148c13cddac8ab

From 2694257ef85a2867c154b4a45a4873f5c7ef5e70 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/4] New package: R-cran-systemfonts-0.2.3

---
 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..e2ec26b0843
--- /dev/null
+++ b/srcpkgs/R-cran-systemfonts/template
@@ -0,0 +1,16 @@
+# Template file for 'R-cran-systemfonts'
+pkgname=R-cran-systemfonts
+version=0.2.3
+revision=1
+build_style=R-cran
+hostmakedepends="pkg-config"
+makedepends="fontconfig-devel freetype-devel"
+short_desc="System Native Font Handling in R"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="MIT"
+homepage="https://github.com/r-lib/systemfonts"
+checksum=cb5251af974c488dee8331a771802cf69e0849f4ab650e26cbf497aa5c15c671
+
+post_install() {
+	vlicense LICENSE
+}

From b5d12f91c381b7f07c24702046af15739cf73fd1 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Wed, 26 Aug 2020 21:13:00 -0700
Subject: [PATCH 3/4] New package: R-cran-gdtools-0.2.2

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

diff --git a/srcpkgs/R-cran-gdtools/template b/srcpkgs/R-cran-gdtools/template
new file mode 100644
index 00000000000..031aba3bee6
--- /dev/null
+++ b/srcpkgs/R-cran-gdtools/template
@@ -0,0 +1,19 @@
+# Template file for 'R-cran-gdtools'
+pkgname=R-cran-gdtools
+version=0.2.2
+revision=1
+build_style=R-cran
+hostmakedepends="pkg-config"
+makedepends="R-cran-Rcpp R-cran-systemfonts cairo-devel freetype-devel"
+depends="R-cran-Rcpp>=0.12.12 R-cran-systemfonts>=0.1.1"
+short_desc="R utilities for graphical rendering"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/davidgohel/gdtools"
+checksum=4e629a3d30a87a6b4e2bbb42f298a821ef8264ca60f02285e17119066cfcd222
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" libexecinfo-devel"
+	# finds headers from libexecinfo, but does not link to it properly
+	broken="https://travis-ci.org/github/void-linux/void-packages/jobs/721571454"
+fi

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

---
 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..8974a1ae4fb
--- /dev/null
+++ b/srcpkgs/R-cran-svglite/template
@@ -0,0 +1,12 @@
+# Template file for 'R-cran-svglite'
+pkgname=R-cran-svglite
+version=1.2.3.2
+revision=1
+build_style=R-cran
+makedepends="R-cran-Rcpp R-cran-BH R-cran-gdtools"
+depends="R-cran-Rcpp R-cran-gdtools>=0.1.6"
+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=25d60779cc81aac6d13499e4dc59fd46f013889a4c904d0404f4451ac95bc802

  parent reply	other threads:[~2020-08-27  5:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-27  4:19 [PR PATCH] " CameronNemo
2020-08-27  4:39 ` [PR PATCH] [Updated] " CameronNemo
2020-08-27  5:04 ` CameronNemo [this message]
2020-08-27 15:46 ` CameronNemo
2020-08-27 17:58 ` CameronNemo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200827050419.ZsiLblA4vgbM4CewWR1MacUKm0_8ZRFB3mPj0UT8Gwc@z \
    --to=cameronnemo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).