if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
It is unuseable as-is on powerpc, colors are off, and even "corrupts"
KDE widgets colors. Marking it BROKEN saves 28 machine hours during
the bulk.
OK sthen@ and rsadowski@ (maintainer)
Remove the qt5 FLAVOR; qt5 is the only supported/used version these days.
Disable the tests; they've not been updated for qt5 and aren't accessible
from the standard cmake build system.
Update all dependent ports to cope with the FLAVOR removal.
Requested by rsadowski@; improvements by sthen@
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new) devel/gettext,-textstyle
- Update KDE Frameworks to 5.51.0
-- Change examples handling and use @sample for all of them. Idea by
ajacoutot@. Discussed with ajacoutot@,sthen@,naddy@.
- Update our KDE Applications to 18.08.2.
-- Nothing special except okteta. They use there own version pattern
now. I set EPOCH.
- Update all devel/kf5 consumers there are effected by the examples handling.
-- kdevelop
-- krusader
-- tellico
-- yakuake
Thanks to landry@ for feedback and hints
Krita is a raster graphics editor based on Qt 5 and the KDE Frameworks 5. Krita
is designed to be a digital painting application. It has been influenced to
some extent by software like Corel Painter and SAI. Krita packs with some key
features different from most of its kind, including the ability to work with
both bitmap and vector illustration.
- Typo tweak from sthen@
- Tested from mitchell wodach. Thanks!
- Many input and tweaks from jca@ Thanks!
ok jca@