l_template_changes.patch 655 B

12345678910111213141516
  1. --- template.orig 2020-11-15 23:29:18.959745000 +0600
  2. +++ template 2020-11-15 23:49:57.827687000 +0600
  3. @@ -20 +20,12 @@ distfiles="${GNOME_SITE}/${pkgname}/${ve
  4. checksum=696b599fc21af941975679205f2b129cffa03632c444810dd94b1409d041a38b
  5. +
  6. +# Liberation
  7. +# Some code has been taken from:
  8. +# https://git.parabola.nu/abslibre.git/tree/libre/gnome-boxes/PKGBUILD
  9. +post_patch() {
  10. + # remove recommended downloads of nonfree OS
  11. + sed -i /os_id/d ./data/recommended-downloads.xml
  12. + # I'd rather not use Windows as example in user docs
  13. + find ./help/ -type f \( -name '*.po' -o -name '*.page' \) -exec \
  14. + sed -Ei 's/(Microsoft )?Windows(™)?/Parabola/' {} +
  15. +}