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