l_template_changes.patch 846 B

12345678910111213141516171819202122232425
  1. --- template.orig 2020-11-01 13:35:24.249819000 +0600
  2. +++ template 2020-11-02 21:37:26.586095000 +0600
  3. @@ -14,2 +14,21 @@ checksum=da4e6e921c465caeb8904d4fc6a183b
  4. +# Liberation
  5. +# Commands are taken from:
  6. +# https://git.parabola.nu/abslibre.git/tree/libre/faience-icon-theme/PKGBUILD
  7. +post_patch() {
  8. + rm -rv debian
  9. +
  10. + # remove nonfree distros and application logos
  11. + for nonfree in archlinux debian fedora frugalware gentoo linux-mint mandriva opensuse redhat slackware ubuntu flash rpmdrake skype; do
  12. + find -name *$nonfree* -delete
  13. + done
  14. +
  15. + # add the Parabola GNU/Linux-libre logo to the source code
  16. + cp -a "${FILESDIR}/start-here-parabola-symbolic.svg" Faience/places/scalable
  17. +
  18. + # set the Parabola GNU/Linux-libre start menu logo
  19. + cd Faience/places/scalable
  20. + ln -sf start-here{-parabola-symbolic,-symbolic}.svg
  21. +}
  22. +
  23. do_install() {