editors/abiword: update to 3.0.8
Update to 3.0.8:
3.0.8 - 2026/02/17 - Fix memory leaks with a collab Telepathy error. - Fix paste of images from Firefox. - Fix memory leaks in styles dialog, Gtk text input. - Fix use after free and memory leak with list numbering. - Fix memory leak with text drag and drop. - Fix memory leak in OpenXML importer/exporter. - Remove babelfish and freetranslation plugins. - Fix appstream for newer flathub requirements. - Properly remember the recent files even if AbiWord crashes. - wordperfect: Use the more recent version of libwpd libwpg and libwps. This upgrade the dependencies: - libwpd-0.10 - libwps-0.4 - libwpg-0.3 3.0.7 - 2025/07/30 - Fix memory leaks in Styles, Font Chooser, Borders, List, Clip Art, Replace, Tabs and Table dialogs. - Fix memory leaks in XHTML import. - Fix memory leaks in cut and paste. - Fix memory leaks in the ODF exporter. - Fix memory leaks in the GdkPixbuf importer. - Fix crash when editing lists. - Fix crash when inserting a JPEG image. - Restored icons from page setup dialog (Removed XPM in 3.0.6). - Minor spacing adjustement in the status bar. 3.0.6 - 2024/11/03 - Removed XPM icons and moved the PNG to gresources (backported) This is necessary due to a break in the GNOME platform where XPM is not longer supported causing many icons to be missing. - Fix build with recent libxml2. Some headers are now explicitly required. - Fix build of mathview plugin with recent gcc. https://gitlab.gnome.org/World/AbiWord/-/issues/27 - Fixes to the AppStream file for validation. https://gitlab.gnome.org/World/AbiWord/-/issues/16 - Fix to the table widget in the toolbar. - Fix build with glib https://gitlab.gnome.org/World/AbiWord/-/issues/15 - Disable "Install new plugin" on flatpak. Require `CPPFLAGS=-DFLATPAK_BUILD`. Bug #13927 - Fix a crash loading files under some condition.
Fix LICENSE
Adjust dependencies
Remove unneeded patches
Remove MATHVIEW, PSION, COLLAB options because these libraries are no
longer maintained or developed
Drop NLS option, otherwise we have warning during configure stage
Add WMF option, because it requires graphics/libwmf
Add upstream patch, in order to build against textproc/enchant2
Sort plugins
Remove substitutions directives in post-patch target because
configure.ac script contains these changes
add gmodule-2.0 in configure script
fix textproc/enchant2
Adjust dependencies to clean up stage-qa. popt appears to be unneeded.
Boost is only needed to supply includes for the build. The boost
library is not needed. (truckman)
Enable WMF by default, since disabling it saves very little. libwmf is
already pulled in by the mandatory libwv. Then even if the plugin is
disabled, we still link to libwmf. Perhaps libwv could be made optional.
(truckman)
Pet portclippy. (truckman)
PR: 293692