l_template_changes.patch 441 B

1234567891011121314151617
  1. --- template.orig 2020-11-05 21:21:21.963999000 +0600
  2. +++ template 2020-11-05 22:26:17.310818000 +0600
  3. @@ -39,2 +39,13 @@ fi
  4. +# Liberation
  5. +# Some of the code is taken from:
  6. +# https://git.parabola.nu/abslibre.git/tree/libre/opencv/PKGBUILD
  7. +post_patch() {
  8. + # remove nonfree Milky icons
  9. + rm -rv modules/highgui/src/files_Qt/Milky
  10. +
  11. + # remove nonfree lena.png and lena.jpg images
  12. + rm -v $(find . -iname '*lena*')
  13. +}
  14. +
  15. post_install() {