l_template_changes.patch 366 B

1234567891011121314
  1. --- template.orig 2020-11-03 23:57:58.628862000 +0600
  2. +++ template 2020-11-04 10:45:56.367847000 +0600
  3. @@ -18,2 +18,10 @@ export QT_SELECT=5
  4. +# Liberation
  5. +# Some code has been taken from:
  6. +# https://git.parabola.nu/abslibre.git/tree/libre/smplayer/PKGBUILD
  7. +post_patch() {
  8. + # fix GNU/Linux name
  9. + sed -i 's|Linux|GNU/Linux|' src/smplayer.cpp
  10. +}
  11. +
  12. pre_build() {