development/rstudio-desktop: Update for 2022.12.0+353
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
09086be98b
commit
c32494ca65
|
@ -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()
|
||||
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue