It's time to get rid of KDE4. x11/kde4 contained all applications and the
desktop environment. All applications and the framework have been ported to
KDE5 and are available under x11/kde-applications and devel/kf5.
The desktop environment has not yet been ported and is NO LONGER available!
You can't have everything.
What happened here:
- Remove multimedia/phonon kde4 bits and set set phonon FLAVOR=qt5 for now.
- Unhook x11/kde4
- Unhook meta/kde4
- Mark kmymoney as broken, update is coming.
- Unhook all kde4 module consumers:
- klogic
- soprano
- strigi
- automoc
- prison
- qimageblitz
- cagibi
- libkvkontakte
- akonadi
- attica
- libalkimia
- libkfbapi
- libkgapi
- qoauth
- kwebkitpart
- grantlee
- libkscreen
- polkit-qt
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.
ok sthen@, jca@
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
Create a custom target for KMYMONEYSETTINGS_H and create dependencies for all
targets which include/use generated kmymoneysettings.h
Tested by and ok sthen@ Thanks!
- add missing CMAKE_CURRENT_{SOURCE,BINARY}_DIR to find kmymoneysettings.h
- rm -DCMAKE_POLICY_DEFAULT_CMP0071=NEW (Revert previous commit) and also
revert reorder patch
spotted by naddy@ (Hopefully for the last time)
"Since version 3.10, CMake processes regular and GENERATED source files in
AUTOMOC and AUTOUIC. In earlier CMake versions, only regular source files were
processed. GENERATED source files were ignored silently."
"The NEW behavior for this policy is to process GENERATED source files in
AUTOMOC and AUTOUIC just like regular source files."
Spotted by naddy@ and sthen@ in different bulks
Fallout stems from the removal of the gpgme-pthread shared object.
Initial diff by me, refreshed diff from jca@.
Tested in a bulk by ajacoutot@.
OK jca@, ajacoutot@. Thanks.
The actual issue was that gwenhyfar had CMake interface different to what
KMyMoney was expecting.
Initial report from dorian dot buettner at gmx dot de, thanks!
KMyMoney gets faster, and grows support for online banking.
This update also includes local patches with support for new Belarusian
Ruble (1 BYN = 10000 BYR, since 01.07.2016), to be sent upstream.
of KMyMoney are:
* Accuracy. Using time tested double entry accounting principles
KMyMoney can help ensure that your finances are kept in correct
order.
* Ease of use. KMyMoney strives to be the easiest open source
personal finance manager to use, especially for the non-technical
user.
* Familiar features. KMyMoney intends to provide all important
features found in the commercially-available, personal finance
managers.
Long-time tested by nigel@, final okay landry@.