mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/freecad to 1.0rc2-1
This commit is contained in:
parent
f6879d55a9
commit
02de101550
2 changed files with 9 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = freecad
|
||||
pkgdesc = Feature based parametric 3D CAD modeler
|
||||
pkgver = 1.0rc1
|
||||
pkgrel = 3
|
||||
pkgver = 1.0rc2
|
||||
pkgrel = 1
|
||||
url = https://freecadweb.org/
|
||||
arch = x86_64
|
||||
license = LGPL
|
||||
|
@ -55,9 +55,7 @@ pkgbase = freecad
|
|||
optdepends = opencamlib: CAM workbench support
|
||||
optdepends = openscad: OpenSCAD support
|
||||
options = !lto
|
||||
source = git+https://github.com/freecad/freecad#tag=1.0rc1
|
||||
source = freecad-16322.patch::https://patch-diff.githubusercontent.com/raw/FreeCAD/FreeCAD/pull/16322.patch
|
||||
b2sums = cd2d1f7d2ecb49dbde30e3ef0480c383b21559667ec3855f94a0596cd6598dba3b7420f0b3f5a01389a6361ce57c6722352822f3ce1d14fef831b6b1096e9a1a
|
||||
b2sums = b6dc0e49c0f4a6451056e3910172b85fed1b65e1cbe3e91d0660a4cb0a0cbdfb5c8b580d4ba49b0bfeea635481604a78556594a643c0fd1beefbfcbb3481dce2
|
||||
source = git+https://github.com/freecad/freecad#tag=1.0rc2
|
||||
b2sums = 39688b03ab2c5fb130cba0518ebbe5f1948836638459eebc4c37e6e39a6f505c1835250f7213095de04c89704a0a940cac976ab461a909496d237b31dc5a4245
|
||||
|
||||
pkgname = freecad
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
|
||||
# Contributor: Sven-Hendrik Haase <svenstaro@archlinux.org>
|
||||
# Contributor: loqs <bugs-archlinux@entropy-collector.net>
|
||||
# Contributor: Gabriel Souza Franco <gabrielfrancosouza@gmail.com>
|
||||
# Contributor: Florian Pritz
|
||||
|
@ -19,8 +20,8 @@ buildarch=8
|
|||
highmem=1
|
||||
|
||||
pkgname=freecad
|
||||
pkgver=1.0rc1
|
||||
pkgrel=3
|
||||
pkgver=1.0rc2 # https://gitlab.archlinux.org/archlinux/packaging/packages/freecad/-/issues/10#note_211023
|
||||
pkgrel=1
|
||||
pkgdesc='Feature based parametric 3D CAD modeler'
|
||||
arch=(x86_64)
|
||||
url='https://freecadweb.org/'
|
||||
|
@ -36,16 +37,12 @@ optdepends=('graphviz: dependency graph support'
|
|||
'opencamlib: CAM workbench support'
|
||||
'openscad: OpenSCAD support')
|
||||
options=(!lto)
|
||||
source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver"
|
||||
$pkgname-16322.patch::https://patch-diff.githubusercontent.com/raw/FreeCAD/FreeCAD/pull/16322.patch)
|
||||
b2sums=('cd2d1f7d2ecb49dbde30e3ef0480c383b21559667ec3855f94a0596cd6598dba3b7420f0b3f5a01389a6361ce57c6722352822f3ce1d14fef831b6b1096e9a1a'
|
||||
'b6dc0e49c0f4a6451056e3910172b85fed1b65e1cbe3e91d0660a4cb0a0cbdfb5c8b580d4ba49b0bfeea635481604a78556594a643c0fd1beefbfcbb3481dce2')
|
||||
source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver")
|
||||
b2sums=('39688b03ab2c5fb130cba0518ebbe5f1948836638459eebc4c37e6e39a6f505c1835250f7213095de04c89704a0a940cac976ab461a909496d237b31dc5a4245')
|
||||
|
||||
prepare() {
|
||||
cd freecad
|
||||
git submodule update --init --recursive
|
||||
|
||||
patch -Np1 -i "$srcdir"/$pkgname-16322.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue