Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- PKGBUILD.orig 2022-11-12 08:59:26.978085327 -0500
- +++ PKGBUILD 2022-11-12 09:47:15.759222015 -0500
- @@ -11,8 +11,8 @@
- provides=('openscad')
- conflicts=('openscad')
- depends=('qt5-base' 'qscintilla-qt5' 'cgal' 'opencsg' 'boost-libs'
- - 'qt5-multimedia' 'libzip' 'qt5-gamepad')
- -makedepends=('git' 'boost' 'eigen' 'imagemagick' 'ccache')
- + 'qt5-multimedia' 'libzip' 'qt5-gamepad' 'qt5-svg')
- +makedepends=('git' 'boost' 'eigen' 'imagemagick' 'ccache' 'cmake' 'python')
- source=('git+https://github.com/openscad/openscad.git'
- 'git+https://github.com/openscad/MCAD.git'
- 'git+https://github.com/microsoft/mimalloc.git')
- @@ -56,8 +56,8 @@
- package() {
- cd "$_gitname/build"
- - make INSTALL_ROOT="$pkgdir" install
- - cd "$_gitname"
- + make DESTDIR="$pkgdir" install
- + cd ..
- install -Dm644 "resources/icons/openscad.desktop" "$pkgdir/usr/share/applicat
- ions/openscad.desktop"
- install -Dm644 "resources/icons/openscad-128.png" "$pkgdir/usr/share/pixmaps/
- openscad.png"
- }
Advertisement
Add Comment
Please, Sign In to add comment