l_template_changes.patch 564 B

123456789101112131415
  1. --- template.orig 2020-11-11 23:28:35.464177000 +0600
  2. +++ template 2020-11-15 22:23:21.447929000 +0600
  3. @@ -14,2 +14,11 @@ checksum=ca7202b7c880399d3d1ccd409b79fd0
  4. +# Liberation: Some code has been taken from:
  5. +# https://git.parabola.nu/abslibre.git/tree/libre/mate-icon-theme-faenza/PKGBUILD
  6. +post_patch() {
  7. + # remove nonfree distros and application logos
  8. + for nonfree in debian fedora mandriva redhat suse ubuntu alien-arena flash rpmdrake teamviewer novell skype playonlinux picasa spotify; do
  9. + find -name *$nonfree* -delete
  10. + done
  11. +}
  12. +
  13. pre_configure() {