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