Recent addition of a qt5-flavor resulted in a dpb-related issue causing
only one of the flavors being build unless building happens on different
machines or dpb junks no longer needed installed packages in between.
Fix this by dropping flavors and moving audacious to Qt5.
"ports parts are good" sthen@
This enables the new qt5 GUI in a FLAVOR. It's a bit more streamlined,
and it's easier to dock and arrange all of your various audacious
windows.
Although upstream is deprecating the GTK GUI, we decided that we are not
quite ready to fully ditch in favour of only qt5.
Also add a meta package FLAVOR.
This is a team effort between myself and MAINTAINER, bket@.
OK bket@, many thanks!
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
on whatever is the current default version of python 3 in the ports tree
(currently 3.7). Allows adding it with pkg_add python3 rather than needing to
know the correct subdir name (as you would with pkg_add python%3.7).
Deliberately not adding a similar one for py2 which is not likely to
proceed beyond 2.7.
ok kmos@, aja@ pirofti@ zhuk@ like it too