user/rstudio-desktop: enable build #589

Merged
forge merged 3 commits from rstudio/enable into edge 2024-09-03 16:42:41 +00:00
4 changed files with 10 additions and 5 deletions

View file

@ -23,7 +23,9 @@ jobs:
with:
fetch-depth: 500
- name: Package build
run: ${{ github.workspace }}/.forgejo/bin/build.sh
run: |
${{ github.workspace }}/.forgejo/bin/build.sh
touch packages/dummy
- name: Package upload
uses: forgejo/upload-artifact@v3
with:

View file

@ -23,7 +23,9 @@ jobs:
with:
fetch-depth: 500
- name: Package build
run: ${{ github.workspace }}/.forgejo/bin/build.sh
run: |
${{ github.workspace }}/.forgejo/bin/build.sh
touch packages/dummy
- name: Package upload
uses: forgejo/upload-artifact@v3
with:

View file

@ -3,7 +3,7 @@
pkgname=mathjax2
pkgver=2.7.9
pkgrel=0
pkgrel=1
pkgdesc="An open source JavaScript display engine for mathematics that works in all modern browsers"
url="https://www.mathjax.org/"
arch=noarch

View file

@ -7,14 +7,14 @@ _gittag=v2023.03.0+386
_panmirrortag=aea3027882718af657d60221818c3ff35f413219
pkgrel=0
pkgdesc="A powerful and productive integrated development environment (IDE) for R programming language"
#arch="x86_64"
arch="x86_64"
url="https://www.rstudio.com/products/rstudio/"
license='AGPL3'
options="!check" # No testsuite
# missing quarto-cli
depends="
R>=3.0.1
clang14
clang15
hunspell-en
libldap
lxqt-config
@ -23,6 +23,7 @@ depends="
sqlite
"
makedepends="
bash
apache-ant
boost-dev
cmake>=3.1.0