l_template_changes.patch 523 B

12345678910111213141516
  1. --- template.orig 2020-11-01 13:35:25.611818000 +0600
  2. +++ template 2020-11-01 13:28:23.467838000 +0600
  3. @@ -21,2 +21,12 @@ checksum=73d8089cfc7d7363b5dac99b5b01dff
  4. +# Liberation
  5. +post_patch() {
  6. + # Commands below is collected and modified from:
  7. + # https://git.parabola.nu/abslibre.git/tree/libre/xscreensaver/PKGBUILD
  8. + # Deleting dmsc.asm file due which don't have source code supplied
  9. + rm -v hacks/images/m6502/dmsc.asm
  10. + # Remove BSOD for referneces to non-free (Issue #2391)
  11. + rm -v hacks/bsod*
  12. +}
  13. +
  14. do_install() {