cmsigler

openscad-git_PKGBUILD.patch

Nov 12th, 2022
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. --- PKGBUILD.orig 2022-11-12 08:59:26.978085327 -0500
  2. +++ PKGBUILD 2022-11-12 09:47:15.759222015 -0500
  3. @@ -11,8 +11,8 @@
  4. provides=('openscad')
  5. conflicts=('openscad')
  6. depends=('qt5-base' 'qscintilla-qt5' 'cgal' 'opencsg' 'boost-libs'
  7. - 'qt5-multimedia' 'libzip' 'qt5-gamepad')
  8. -makedepends=('git' 'boost' 'eigen' 'imagemagick' 'ccache')
  9. + 'qt5-multimedia' 'libzip' 'qt5-gamepad' 'qt5-svg')
  10. +makedepends=('git' 'boost' 'eigen' 'imagemagick' 'ccache' 'cmake' 'python')
  11. source=('git+https://github.com/openscad/openscad.git'
  12. 'git+https://github.com/openscad/MCAD.git'
  13. 'git+https://github.com/microsoft/mimalloc.git')
  14. @@ -56,8 +56,8 @@
  15.  
  16. package() {
  17. cd "$_gitname/build"
  18. - make INSTALL_ROOT="$pkgdir" install
  19. - cd "$_gitname"
  20. + make DESTDIR="$pkgdir" install
  21. + cd ..
  22. install -Dm644 "resources/icons/openscad.desktop" "$pkgdir/usr/share/applicat
  23. ions/openscad.desktop"
  24. install -Dm644 "resources/icons/openscad-128.png" "$pkgdir/usr/share/pixmaps/
  25. openscad.png"
  26. }
  27.  
Advertisement
Add Comment
Please, Sign In to add comment