mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
switched qmake executable
This commit is contained in:
parent
2e96fc167a
commit
1acbf6804b
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = rstudio-desktop
|
||||
pkgdesc = Open source and enterprise-ready professional software for the R community
|
||||
pkgver = 1.0.136
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.rstudio.com/
|
||||
install = rstudio-desktop.install
|
||||
arch = i686
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -6,7 +6,7 @@ pkgver=1.0.136
|
|||
_gwtver=2.7.0
|
||||
_ginver=1.5
|
||||
_clangver=3.6.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Open source and enterprise-ready professional software for the R community"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.rstudio.com/"
|
||||
|
|
@ -64,7 +64,7 @@ build() {
|
|||
|
||||
cmake -DRSTUDIO_TARGET=Desktop \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DQT_QMAKE_EXECUTABLE=/usr/lib/qt/bin/qmake \
|
||||
-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt5 \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr/lib/rstudio
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue