l_template_changes.patch 913 B

123456789101112131415161718192021222324252627
  1. diff -Nur a/template b/template
  2. --- a/template 2020-09-24 21:34:00.151961000 +0600
  3. +++ b/template 2020-09-30 11:26:22.349258000 +0600
  4. @@ -12,7 +12,7 @@
  5. libwmf-devel libchamplain-devel redland-devel libical-devel
  6. libgcrypt-devel harfbuzz-devel $(vopt_if goffice goffice-devel)
  7. $(vopt_if gtk3 'gtk+3-devel' 'gtk+-devel')"
  8. -depends="hicolor-icon-theme desktop-file-utils"
  9. +depends="hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
  10. short_desc="Free word processing program similar to Microsoft(R) Word"
  11. maintainer="Orphaned <orphan@voidlinux.org>"
  12. license="GPL-2.0-or-later"
  13. @@ -24,6 +24,13 @@
  14. CXXFLAGS="-std=c++11"
  15. +pre_configure() {
  16. + # To remove Google search plugin.
  17. + # We have a "remove-google.patch" patch file to remove Google from the build.
  18. + # This is just to be extra sure.
  19. + rm -rf plugins/google
  20. +}
  21. +
  22. libabiword_package() {
  23. short_desc+=" - Runtime library"
  24. pkg_install() {