Advertisement
rsevero

PKGBUILD_proj_dependency.patch

May 14th, 2019
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. --- PKGBUILD_raw 2019-05-14 15:04:13.482959433 -0300
  2. +++ PKGBUILD 2019-05-14 15:04:35.436292230 -0300
  3. @@ -15,7 +15,7 @@
  4. MAKEFLAGS="-j1"
  5.  
  6. depends=('tk' 'bwidget' 'texlive-core' 'imagemagick' 'wxgtk' 'glu' 'vtk'
  7. - 'webkitgtk2')
  8. + 'webkitgtk2' 'proj')
  9.  
  10. optdepends=('libjpeg-turbo' 'libpng' 'zlib')
  11.  
  12. @@ -57,4 +57,4 @@
  13. package() {
  14. cd "${pkgname}-${pkgver}"
  15. make PREFIX="${pkgdir}" install
  16. -}
  17. \ No newline at end of file
  18. +}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement