fix missing dependency (should've run namcap ...)
This commit is contained in:
parent
68ecf2b90c
commit
64d2848659
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = slic3r++
|
pkgbase = slic3r++
|
||||||
pkgdesc = G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
|
pkgdesc = G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
|
||||||
pkgver = 2.2.49.0
|
pkgver = 2.2.49.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/supermerill/Slic3r
|
url = https://github.com/supermerill/Slic3r
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = AGPL3
|
license = AGPL3
|
||||||
|
@ -12,10 +12,10 @@ pkgbase = slic3r++
|
||||||
makedepends = libigl
|
makedepends = libigl
|
||||||
makedepends = openvdb
|
makedepends = openvdb
|
||||||
makedepends = wxgtk2
|
makedepends = wxgtk2
|
||||||
depends = boost-libs
|
depends = cgal
|
||||||
depends = glew
|
depends = glew
|
||||||
depends = intel-tbb
|
|
||||||
depends = nlopt
|
depends = nlopt
|
||||||
|
depends = openvdb
|
||||||
depends = qhull
|
depends = qhull
|
||||||
depends = wxgtk3
|
depends = wxgtk3
|
||||||
source = https://github.com/supermerill/Slic3r/archive/1.39.0.tar.gz
|
source = https://github.com/supermerill/Slic3r/archive/1.39.0.tar.gz
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,12 +3,12 @@
|
||||||
pkgname=slic3r++
|
pkgname=slic3r++
|
||||||
pkgver=2.2.49.0
|
pkgver=2.2.49.0
|
||||||
_pkgtag=1.39.0
|
_pkgtag=1.39.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)"
|
pkgdesc="G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/supermerill/Slic3r"
|
url="https://github.com/supermerill/Slic3r"
|
||||||
license=('AGPL3')
|
license=('AGPL3')
|
||||||
depends=('boost-libs' 'glew' 'intel-tbb' 'nlopt' 'qhull' 'wxgtk3')
|
depends=('cgal' 'glew' 'nlopt' 'openvdb' 'qhull' 'wxgtk3')
|
||||||
makedepends=('boost' 'cereal' 'cmake' 'eigen' 'libigl' 'openvdb' 'wxgtk2') # cmake doesn't detect wx if not both gtk2 and gtk3 are installed
|
makedepends=('boost' 'cereal' 'cmake' 'eigen' 'libigl' 'openvdb' 'wxgtk2') # cmake doesn't detect wx if not both gtk2 and gtk3 are installed
|
||||||
source=("https://github.com/supermerill/Slic3r/archive/$_pkgtag.tar.gz"
|
source=("https://github.com/supermerill/Slic3r/archive/$_pkgtag.tar.gz"
|
||||||
"slic3r++.desktop"
|
"slic3r++.desktop"
|
||||||
|
|
Loading…
Reference in a new issue