diff options
author | Wolfgang Müller | 2024-09-17 09:25:41 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-09-17 09:25:41 +0200 |
commit | bcdd01e3e3da01705e93bd2ba7cc590098e1529c (patch) | |
tree | 3e170e7cd80df1b392fa6891862b9a21b5212b6c /desktop-plasma/package.use | |
parent | 323747fb8f5125a14d8f5f7a9c2402fd7fe9b038 (diff) | |
download | portage-roles-bcdd01e3e3da01705e93bd2ba7cc590098e1529c.tar.gz |
desktop-plasma: Provide compatibility with QT5-based apps
For net-irc/quassel specifically, we need to also enable the kde USE
flag to enable notification integration.
Diffstat (limited to 'desktop-plasma/package.use')
-rw-r--r-- | desktop-plasma/package.use/09-desktop-plasma | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-plasma/package.use/09-desktop-plasma b/desktop-plasma/package.use/09-desktop-plasma index a774379..d12d020 100644 --- a/desktop-plasma/package.use/09-desktop-plasma +++ b/desktop-plasma/package.use/09-desktop-plasma @@ -1,7 +1,9 @@ */* activities */* declarative +*/* kf6compat */* policykit */* qml +*/* qt5 */* qt6 */* -handbook @@ -20,6 +22,7 @@ kde-frameworks/kwallet gpg kde-frameworks/sonnet -hunspell media-libs/opencv -python media-libs/phonon minimal +net-irc/quassel kde spell virtual/notification-daemon kde # required by kde-plasma/plasma-meta @@ -35,3 +38,6 @@ x11-base/xwayland libei # required by dev-qt/qtbase[gui] dev-qt/qtmultimedia X x11-libs/libxkbcommon X + +# required by kde-plasma/breeze[qt5] +dev-qt/qtgui:5 X |