Changelog:
* Correction bug 440271: 2.26.1 still installs skrooge_unit.knsrc
to depreciated /etc/xdg/ location
* Correction bug 446353: you can't tab to the number and duration
fields in Operations "Show" table filter
* Correction bug 446915: Import from Woob using Ofx
* Correction: Weeks without operation are missing in reports
* Correction: Crash when the dashboard is closed during animation
* Feature: New release process for appimage
* Feature: Unit values can be negative now (see
https://forum.kde.org/viewtopic.php?f=210&t=173318)
* Feature: Skrooge uses now the LC_MONETARY environement variable
to use the specific locale for currency format
This has been prompted by by the recent update of dns/py-dnspython.
After analyzing the version requirements of electrum it turns out this
has been a typo.
Notified by: pkg-fallout
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).
A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.
These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,
Approved by: portmgr (implicit)
Add Nextcloud Cospend 💰
Nextcloud Cospend is a group/shared budget manager.
It was inspired by the great IHateMoney.
You can use it when you share a house, when you go on vacation with friends,
whenever you share money with others.
It lets you create projects with members and bills.
Each member has a balance computed from the project bills.
This way you can see who owes the group and who the group owes.
Ultimately you can ask for a settlement plan telling you which payments
to make to reset members balances.
Project members are independent from Nextcloud users.
Projects can be accessed and modified by people without a Nextcloud account.
Each project has an ID and a password for guest access.
MoneyBuster Android client is available in F-Droid and on the Play store.
PayForMe iOS client is currently being developped!
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
Patch from the PR applied basically unchanged, except
I cleaned up for current standards and added NOT_FOR_ARCHS
to avoid i386 altogether (where the port won't work).
PR: 256509
Obtained from: risner@stdio.com (maintainer)