Created
October 25, 2021 21:59
-
-
Save mark-andrews/7965b07c18f9c98c17eb83bfa4cdc490 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From ef640acaf0a62d332040f2dc7a6247839eb4f664 Mon Sep 17 00:00:00 2001 | |
From: Mark Andrews <[email protected]> | |
Date: Mon, 25 Oct 2021 20:03:04 +0100 | |
Subject: [PATCH] Updating dependencies in PKGBUILD | |
* Add the quarto dependencies | |
* Change _nodever to 14.17.5 | |
--- | |
PKGBUILD | 8 +++++--- | |
1 file changed, 5 insertions(+), 3 deletions(-) | |
diff --git a/PKGBUILD b/PKGBUILD | |
index 50b67b7..a66b484 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -11,13 +11,13 @@ _gitname="rstudio" | |
pkgver=v1.4.1717.r350.g0c2d46e04b | |
_gwtver=2.8.2 | |
_ginver=2.1.2 | |
-_nodever=10.19.0 | |
+_nodever=14.17.5 | |
pkgrel=1 | |
pkgdesc="A new integrated development environment (IDE) for R programming language" | |
arch=('i686' 'x86_64') | |
url="http://www.rstudio.org/" | |
license=('AGPL3') | |
-depends=('r>=3.0.1' 'boost-libs>=1.69' 'openssl' 'mathjax2' 'pandoc' 'clang' 'postgresql-libs' 'sqlite3' 'soci' 'yaml-cpp' 'hunspell-en_US') | |
+depends=('r>=3.0.1' quarto-cli-bin 'boost-libs>=1.69' 'openssl' 'mathjax2' 'pandoc' 'clang' 'postgresql-libs' 'sqlite3' 'soci' 'yaml-cpp' 'hunspell-en_US') | |
makedepends=('git' 'cmake>=3.4.3' 'boost>=1.69' 'jdk8-openjdk' 'apache-ant' 'unzip' 'bzip2' 'pango' 'pam' 'zlib' 'wget' 'yarn') | |
install="${pkgname}.install" | |
conflicts=('rstudio-server') | |
@@ -31,7 +31,7 @@ md5sums=('SKIP' | |
'eea28f7865720f6c8d5de12f3f631880' | |
'e2617189fe5c138945b8cc95f26bd476' | |
'c295406d68c5ef364e445068599aa6d4' | |
- '441a8e19ab9cd9884cbd24f85840c7a6') | |
+ '3cd3b18e1412067aabd2e1b23b93106e') | |
pkgver() { | |
@@ -59,6 +59,7 @@ prepare () { | |
ln -sfT "/usr/share/myspell/dicts" dictionaries | |
ln -sfT "/usr/share/mathjax2" mathjax-27 | |
+ ln -sfT /opt/quarto quarto | |
ln -sfT "/usr/bin/pandoc" pandoc/${_pandocver}/pandoc | |
ln -sfT "/usr/bin/pandoc-citeproc" pandoc/${_pandocvec}/pandoc-citeproc | |
@@ -72,6 +73,7 @@ prepare () { | |
# Fix links for src/cpp/session/CMakeLists.txt | |
cd "${srcdir}/${_gitname}/dependencies" | |
ln -sfT common/dictionaries dictionaries | |
+ ln -sfT common/quarto quarto | |
ln -sfT common/mathjax-27 mathjax-27 | |
ln -sfT common/pandoc pandoc | |
-- | |
2.33.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment