rstudio 1.1.442, fix #46

This commit is contained in:
AlmAck 2018-03-28 23:56:04 +02:00
parent 2f24958cf1
commit b68f16d0d9

View File

@ -1,9 +1,8 @@
# Arch contribution https://aur4.archlinux.org/packages/rstudio-desktop/ # Arch contribution https://aur4.archlinux.org/packages/rstudio-desktop/
pkgname=rstudio pkgname=rstudio
_pkgname=rstudio-rstudio pkgver=1.1.442
pkgver=1.0.143 pkgrel=1
pkgrel=2
pkgdesc="A new integrated development environment (IDE) for R - The Desktop Client" pkgdesc="A new integrated development environment (IDE) for R - The Desktop Client"
arch=('x86_64') arch=('x86_64')
url="http://www.rstudio.org/" url="http://www.rstudio.org/"
@ -14,15 +13,12 @@ provides=('rstudio-desktop')
categories=('programming') categories=('programming')
install=rstudio-desktop.install install=rstudio-desktop.install
source=("https://github.com/$pkgname/$pkgname/tarball/v$pkgver" source=("https://github.com/$pkgname/$pkgname/tarball/v$pkgver"
"http://www.rstudio.com/wp-content/uploads/2014/06/RStudio-Ball.png" "http://www.rstudio.com/wp-content/uploads/2014/06/RStudio-Ball.png")
"rroutines-style.patch") sha256sums=('f4123a532d96a52ee351e9e79972d9aa51ef4bb55529a55b37adc9650eefa984'
sha256sums=('8d597da85b007e2cdbd5c5e7e0005907c7672c2f6dd87c8481c27032f6e57705' 'b14d11376099fe27e3f355367aca779e985840ea36ec08235feca62c67bd53c3')
'b14d11376099fe27e3f355367aca779e985840ea36ec08235feca62c67bd53c3'
'b953527f46320d64425f7de257f774d7f354199b7c6a71f126ed467b6e6dd52b')
build() { build() {
cd "$srcdir/$pkgname-$pkgname-"* cd "$srcdir/$pkgname-$pkgname-"*
patch -p 1 -i "$srcdir/rroutines-style.patch"
cd dependencies/common cd dependencies/common
@ -32,7 +28,7 @@ build() {
# ln -sfT /usr/share/mathjax mathjax-23 # ln -sfT /usr/share/mathjax mathjax-23
sh install-gwt sh install-gwt
sh install-libclang sh install-libclang
sh install-pandoc ./install-pandoc
sh install-packages sh install-packages
# Configure and build. # Configure and build.