# Template file for 'rstudio' pkgname=rstudio version=1.4.1106 revision=1 build_style=cmake configure_args="-DRSTUDIO_TARGET=Desktop -DRSTUDIO_USE_SYSTEM_BOOST=ON -DRSTUDIO_USE_SYSTEM_SOCI=TRUE -DRSTUDIO_BOOST_SIGNALS_VERSION=2 -DQT_QMAKE_EXECUTABLE=/usr/lib/qt5/bin/qmake -DCMAKE_INSTALL_PREFIX=/usr/lib/rstudio" hostmakedepends="unzip pandoc openjdk apache-ant R qt5-qmake qt5-host-tools which nodejs-lts" makedepends="zlib-devel libuuid-devel openssl-devel pam-devel R mathjax boost-devel pango-devel hunspell-devel qt5-devel qt5-webkit-devel qt5-declarative-devel qt5-location-devel qt5-sensors-devel qt5-svg-devel qt5-xmlpatterns-devel qt5-webchannel-devel qt5-webengine-devel sqlite-devel qt5-plugin-pgsql qt5-plugin-mysql qt5-plugin-sqlite qt5-plugin-tds qt5-plugin-odbc soci-devel" depends="R mathjax" short_desc="Integrated development environment (IDE) for R" maintainer="John " license="AGPL-3.0-only" homepage="https://www.rstudio.com" distfiles="https://github.com/rstudio/rstudio/archive/v${version}.tar.gz https://s3.amazonaws.com/rstudio-dictionaries/core-dictionaries.zip" checksum="ac84f77529501ea13f0708f0e8726b0bdfb592cd9217e869a0099031f9a888b8 4341a9630efb9dcf7f215c324136407f3b3d6003e1c96f2e5e1f9f14d5787494 0b7af89fdadb4ec51cdb400ace94637d6fe9ffa401b168e2c3d372392a00a0a7" skip_extraction="core-dictionaries.zip" LDFLAGS="-Wl,-z,stack-size=2097152" post_extract() { _srcdir="${XBPS_SRCDISTDIR}/${pkgname}-${version}" unzip -qd ${wrksrc}/dependencies/common/dictionaries ${_srcdir}/core-dictionaries.zip } pre_configure() { _node_ver="10.19.0" _pandoc_ver="2.11.4" ln -s /usr/share/mathjax dependencies/common/mathjax-27 mkdir -p dependencies/common/pandoc/$_pandoc_ver/bin ln -s /usr/bin/pandoc dependencies/common/pandoc/$_pandoc_ver/bin mkdir -p dependencies/common/node/$_node_ver/bin ln -s /usr/bin/node dependencies/common/node/$_node_ver/bin/node cd src/gwt ant draft } post_install() { mkdir -p ${DESTDIR}/usr/bin for f in {diagnostics,rpostback,rsession,rstudio}; do ln -sf /usr/lib/rstudio/bin/${f} ${DESTDIR}/usr/bin/ done vlicense COPYING }