- make sure to link with the static libmythes in the build to avoid a runtime
crash
- since libreoffice uses a bundled boost, let's make sure we don't pick
up anything from the one installed on the system by using the proper
include directory order
some cases but not others, reported by naddy@ aja@.
i386 builds were seeing this before the dep changes in my last
commit to this file:
===> Building package for texworks-0.4.4p0v0
Create /mnt/packages/i386/all/texworks-0.4.4p0v0.tgz
LIB_DEPENDS x11/dbus not needed for editors/texworks,-main ?
Missing library for estdc++>=17.0
before installing; sthen@ agrees with the general direction.
Even though the russian manual is known to be heavily outdated, i
strongly dislike the idea of expecting porters to judge the quality
of the content of third-party documentation (as opposed to fixing
technical issues). When i said as much on ports@, nobody really
objected.
So for now, merely fix the encoding. If people *really* want the
manual page deleted, that can still be done.
From release notes:
"We have chosen to cut back on the number of applications. Krita has left us to
be independent and although it was emotional it was also done with complete
support from both sides. We are saying goodbye to Author, which never
differentiated itself from Words. We also removed Braindump the purpose of
which will be better fitted by a new application (nothing planned from our
side). Flow and Stage has gone in this release but we intend to bring them back
in the future. And Kexi has own release schedule but is still part of the
Calligra community."
-- https://www.calligra.org/news/calligra-3-0-released/
Many hints and tweaks from lendry@, sthen@ and jca@:
- Remove some kf5 libs from LIB_DEPENDS. They are only used
as RUN_DEPENDS. spotted by jca@
- Add devel/gettext as RUN_DEPENDS and libiconv as LIB_DEPENDS.
- Make the update process possible for editors/calligra-l10
-- idea from landry@ Thanks!
... and some more. Thanks!
ok landry@
OK landry@
port changes:
- no need to @sed VERSION as upstream stopped shelling out to git
upstream changelog:
---
New Features
* HUD windows can now be closed using the Esc key when they have focus.
* A new option has been added to highlight double spaces at the end of a line.
* Github-style task lists can now be made using the * and + bullet point
characters, in addition to the - character.
* Support for ConTeXt and wkhtmltopdf when exporting to PDF with Pandoc has been
added.
* Auto-matching characters for selected text now respects the existing preferences
for the matching done while typing without text selected.
* Typing a single quote (') will no longer result in a second quote being
automatically inserted after the cursor if the cursor is positioned in the
middle of a word.
* Most settings have been moved into a new Preferences dialog to accommodate the
ever increasing number of application options.
* Font size can now be increased by pressing Ctrl+=or decreased by pressing
Ctrl+-. It can also be changed by using Ctrl and the mouse wheel.
* When exporting to other file formats, the output file will be opened after
export with its default application.
* E-books created using Pandoc will now also be generated with a table of
contents.
* When passing in a file path via the command line, a new file will be created
with that path if it does not already exist.
* When typing a * character, ghostwriter would auto-insert a second * character in
anticipation of emphasized text. The auto-inserted second * will now be removed
if a space is typed to accommodate a bullet list instead.
* Rudimentary support for HiDPI has been added. See notes below.
* Various performance enhancements and tweaks have been made under the hood.
Fixes
* Issue #128: Hyphenated words are now considered one word for spell checking.
* Issue #131: ghostwriter can now be built from its source tarball without needing
git to be installed.
* Issue #132: Linux desktop file now specifies that ghostwriter can open only one
file from the command line rather than multiple files.
* Issue #170: Ctrl+M now opens the HTML Preview instead of Ctrl+W. This is to
avoid a conflict with closing windows in Linux.
* Issue #219: Copy and paste no longer makes the word count jump.
* Sundry minor fixes have been added.
---
---8<---
Implements support for python plugins in Nvim. Also works as a library for
connecting to and scripting Nvim processes through its msgpack-rpc API.
--->8---
OK tb@. Thanks!