aboutsummaryrefslogtreecommitdiff
path: root/development/rstudio-desktop
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-12-15 22:13:29 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-16 15:23:25 +0700
commitc32494ca65f100315f5ea3cc792eac2c63d477e0 (patch)
tree0386fec757e6bb1ab0eacd7418bd1e7620a9cf2b /development/rstudio-desktop
parent09086be98b29fab21bbb83bca6965fd208a8c67c (diff)
downloadslackbuilds-c32494ca65f100315f5ea3cc792eac2c63d477e0.tar.xz
development/rstudio-desktop: Update for 2022.12.0+353
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/rstudio-desktop')
-rw-r--r--development/rstudio-desktop/disable_quarto.patch13
-rw-r--r--development/rstudio-desktop/rstudio-desktop.SlackBuild5
-rw-r--r--development/rstudio-desktop/rstudio-desktop.info6
3 files changed, 5 insertions, 19 deletions
diff --git a/development/rstudio-desktop/disable_quarto.patch b/development/rstudio-desktop/disable_quarto.patch
deleted file mode 100644
index d93ff78ac3db..000000000000
--- a/development/rstudio-desktop/disable_quarto.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/CMakeGlobals.txt 2022-07-06 12:59:49.000000000 -0700
-+++ b/CMakeGlobals.txt 2022-07-18 11:51:59.266963561 -0700
-@@ -253,8 +253,8 @@
- message(STATUS "quarto is not supported on Centos7; disabling quarto")
- set(QUARTO_ENABLED FALSE CACHE INTERNAL "")
- else()
-- # enable by default
-- set(QUARTO_ENABLED TRUE CACHE INTERNAL "")
-+ # disable by default
-+ set(QUARTO_ENABLED FALSE CACHE INTERNAL "")
- add_definitions(-DQUARTO_ENABLED)
- endif()
-
diff --git a/development/rstudio-desktop/rstudio-desktop.SlackBuild b/development/rstudio-desktop/rstudio-desktop.SlackBuild
index 99013c6ead5d..26265e9982ed 100644
--- a/development/rstudio-desktop/rstudio-desktop.SlackBuild
+++ b/development/rstudio-desktop/rstudio-desktop.SlackBuild
@@ -27,9 +27,9 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rstudio-desktop
SRCNAM=rstudio
-VERSION=${VERSION:-2022.07.2+576}
+VERSION=${VERSION:-2022.12.0+353}
SRCVER=${SRCVER:-$(echo $VERSION | sed 's/+/-/g')}
-GITCOMMIT_VER=e7373ef
+GITCOMMIT_VER=7d165dc
NODE_VER=${NODE_VER:-16.14.0}
PANDOCVER=current
BUILD=${BUILD:-1}
@@ -87,7 +87,6 @@ find -L . \
# patches
patch -p1 < $CWD/pandoc_version.patch # Do not use outdated pandoc version number
-patch -p1 < $CWD/disable_quarto.patch # cmake ignores -DQUARTO_ENABLED for some reason
cd dependencies/common
mkdir -p pandoc/$PANDOCVER
diff --git a/development/rstudio-desktop/rstudio-desktop.info b/development/rstudio-desktop/rstudio-desktop.info
index dd480142fac0..02e9867c6896 100644
--- a/development/rstudio-desktop/rstudio-desktop.info
+++ b/development/rstudio-desktop/rstudio-desktop.info
@@ -1,11 +1,11 @@
PRGNAM="rstudio-desktop"
-VERSION="2022.07.2+576"
+VERSION="2022.12.0+353"
HOMEPAGE="http://rstudio.com"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/rstudio/rstudio/archive/refs/tags/v2022.07.2+576/rstudio-2022.07.2-576.tar.gz \
+DOWNLOAD_x86_64="https://github.com/rstudio/rstudio/archive/refs/tags/v2022.12.0+353/rstudio-2022.12.0-353.tar.gz \
https://nodejs.org/dist/v16.14.0/node-v16.14.0-linux-x64.tar.gz"
-MD5SUM_x86_64="00ffef52a58f61b7ab737cbe495903a3 \
+MD5SUM_x86_64="b3b88d79a7b7924e797d142318e8585d \
a46e501a201be6c3c05c0f770c375372"
REQUIRES="R pandoc-bin yaml-cpp hunspell-en yarn apache-ant zulu-openjdk8 mathjax2 soci"
MAINTAINER="Isaac Yu"