Fix shiboken/pyside configure issues
This commit is contained in:
parent
8081f4b1fc
commit
88f8213794
2 changed files with 4 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = freecad-git
|
pkgbase = freecad-git
|
||||||
pkgdesc = A general purpose 3D CAD modeler - git checkout
|
pkgdesc = A general purpose 3D CAD modeler - git checkout
|
||||||
pkgver = 0.17pre.r3401.g99fa203f3
|
pkgver = 0.17pre.r3401.g99fa203f3
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = http://www.freecadweb.org/
|
url = http://www.freecadweb.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgname=freecad-git
|
pkgname=freecad-git
|
||||||
pkgver=0.17pre.r3401.g99fa203f3
|
pkgver=0.17pre.r3401.g99fa203f3
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc='A general purpose 3D CAD modeler - git checkout'
|
pkgdesc='A general purpose 3D CAD modeler - git checkout'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -46,6 +46,8 @@ build() {
|
||||||
-DOCC_LIBRARY_DIR:PATH=/opt/opencascade/lib \
|
-DOCC_LIBRARY_DIR:PATH=/opt/opencascade/lib \
|
||||||
-DVTK_DIR:PATH=/opt/vtk-qt4/lib/cmake/vtk-7.0 \
|
-DVTK_DIR:PATH=/opt/vtk-qt4/lib/cmake/vtk-7.0 \
|
||||||
-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
|
-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
|
||||||
|
-DPYTHON_SUFFIX=-python2.7 \
|
||||||
|
-DPYTHON_BASENAME=-python2.7 \
|
||||||
-DPYSIDEUIC4BINARY:FILEPATH=/usr/bin/python2-pyside-uic
|
-DPYSIDEUIC4BINARY:FILEPATH=/usr/bin/python2-pyside-uic
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue