l_template_changes.patch 573 B

12345678910111213141516171819
  1. --- template.orig 2020-11-02 22:16:48.470980000 +0600
  2. +++ template 2020-11-03 16:49:09.296270000 +0600
  3. @@ -6,3 +6,3 @@ build_style=gnu-configure
  4. _v=${version%.*.*}
  5. -configure_args="COMPILED_BY=Void --disable-optimiz-arch"
  6. +configure_args="COMPILED_BY='Ymir GNU/Linux-libre' --disable-optimiz-arch"
  7. conf_files="
  8. @@ -23,2 +23,10 @@ LDFLAGS+=" -Wl,-z,stack-size=1048576"
  9. +# Liberation
  10. +# Some code has been taken from:
  11. +# https://git.parabola.nu/abslibre.git/tree/libre/povray/PKGBUILD
  12. +post_patch() {
  13. + # remove nonfree documentation
  14. + rm -rv doc
  15. +}
  16. +
  17. pre_configure() {