mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/freecad to 0.20.1-5
This commit is contained in:
parent
88b7566ec2
commit
e133dd52ec
1 changed files with 10 additions and 15 deletions
|
@ -18,24 +18,21 @@ highmem=1
|
|||
|
||||
pkgname=freecad
|
||||
pkgver=0.20.1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc='Feature based parametric 3D CAD modeler'
|
||||
arch=(x86_64)
|
||||
url='https://freecadweb.org/'
|
||||
license=(LGPL)
|
||||
depends=(boost-libs fmt glew jsoncpp libspnav med-openmpi netcdf opencascade
|
||||
openmpi pyside2 pyside2-tools python-gitpython python-matplotlib
|
||||
python-pivy python-ply pugixml qt5-svg qt5-tools qt5-webkit
|
||||
qt5-x11extras qt5-xmlpatterns xerces-c)
|
||||
openmpi pyside2 pyside2-tools python-gitpython python-markdown
|
||||
python-matplotlib python-pivy python-ply python-pyqt5-webengine pugixml
|
||||
qt5-svg qt5-tools qt5-webkit qt5-x11extras qt5-xmlpatterns xerces-c)
|
||||
makedepends=(boost cgns cli11 cmake coin eigen gcc-fortran git jdk-openjdk
|
||||
libharu liblas ninja openmpi openvdb openvr pdal
|
||||
postgresql-libs python-mpi4py python-shiboken2 shiboken2 swig
|
||||
utf8cpp)
|
||||
libharu liblas ninja openmpi openvdb openvr pdal postgresql-libs
|
||||
python-mpi4py python-shiboken2 shiboken2 swig utf8cpp)
|
||||
optdepends=('graphviz: dependency graph support'
|
||||
'openscad: OpenSCAD support'
|
||||
'python-markdown: Markdown support in addon manager'
|
||||
'python-gitpython: support downloading addons with git')
|
||||
source=("git+https://github.com/$pkgname/$pkgname#commit=f5d13554ecc7a456fb6e970568ae5c74ba727563") # tag: 0.20.1 (after upstream force pushed the tag)
|
||||
'openscad: OpenSCAD support')
|
||||
source=("git+https://github.com/$pkgname/$pkgname#commit=f5d13554ecc7a456fb6e970568ae5c74ba727563") # tag: 0.20.1 SE
|
||||
b2sums=(SKIP)
|
||||
|
||||
build() {
|
||||
|
@ -65,11 +62,9 @@ build() {
|
|||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" ninja -C build install
|
||||
|
||||
# Thumbnailer
|
||||
# thumbnailer
|
||||
install -Dm755 $pkgname/src/Tools/$pkgname-thumbnailer -t "$pkgdir/usr/bin/"
|
||||
|
||||
# Symlinks in /usr/bin
|
||||
# symlinks
|
||||
install -d "$pkgdir/usr/bin"
|
||||
ln -sf /usr/lib/freecad/bin/FreeCAD "$pkgdir/usr/bin/freecad"
|
||||
ln -sf /usr/lib/freecad/bin/FreeCAD "$pkgdir/usr/bin/FreeCAD"
|
||||
|
|
Loading…
Reference in a new issue