diff options
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/package.use | 7 | ||||
-rw-r--r-- | profiles/targets/desktop/plasma/package.use | 29 |
2 files changed, 21 insertions, 15 deletions
diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index 47fa319c3ca1..ec048da4370e 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <asturm@gentoo.org> (2023-11-12) +# NSS: Required by kde-apps/okular[pdf] +# Boost: app-text/poppler[qt5] recommended w/ Boost (bug #795888) +app-text/poppler nss boost + # Andreas Sturmlechner <asturm@gentoo.org> (2023-11-11) # egl, libinput required by kde-frameworks/kwayland # accessibility required by kde-plasma/kwin @@ -27,7 +32,7 @@ media-fonts/fonts-meta emoji dev-lang/python -bluetooth # Andreas Sturmlechner <asturm@gentoo.org> (2021-12-18) -# Required by media-gfx/digikam +# Required by media-gfx/digikam, kde-apps/libkexiv2 media-gfx/exiv2 xmp # Marek Szuba <marecki@gentoo.org> (2020-12-24) diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index 4ef2ed3e47a6..aea90f890f65 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -1,29 +1,33 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# qtwebchannel package is fairly small, and python bindings are -# required by some popular desktop packages such as calibre, -# qutebrowser, and freecad (or indirectly through PyQt*WebEngine). -dev-python/PyQt5 webchannel -dev-python/PyQt6 webchannel -dev-python/pyside2 webchannel -dev-python/pyside6 webchannel - -# NSS: Required by kde-apps/okular[pdf] -# Boost: app-text/poppler[qt5] recommended w/ Boost (bug #795888) -app-text/poppler nss boost +# Marek Szuba <marecki@gentoo.org> (2023-11-12) +# FUSE cannot be built with multiple audio drivers, and desktop/gnome +# profiles set both USE=pulseaudio (directly) and USE=alsa (inherited +# from desktop). Default to the latter for now because PulseAudio support +# in FUSE is currently considered experimental. +app-emulation/fuse -pulseaudio # Required by sys-apps/fwupd, a dependency of kde-plasma/discover dev-libs/libjcat gpg pkcs7 # Required by www-client/falkon[python] and dev-python/pyside2[location], # in addition fix REQUIRED_USE conflict caused if "webengine" is enabled. +# qtwebchannel package is fairly small, and python bindings are +# required by some popular desktop packages such as calibre, +# qutebrowser, and freecad (or indirectly through PyQt*WebEngine). +dev-python/PyQt5 webchannel +dev-python/PyQt6 webchannel dev-python/pyside2 designer location positioning quick dev-python/pyside2 printsupport webchannel +dev-python/pyside6 webchannel # Required by sys-apps/flatpak, a dependency of kde-plasma/discover dev-util/ostree curl +# Required by net-im/neochat:5 +dev-qt/qtmultimedia:5 gstreamer + # Required by app-editors/okteta dev-qt/qtscript:5 scripttools @@ -36,9 +40,6 @@ kde-apps/ktp-common-internals otr # Enable by default, requires kde-frameworks/kwayland kde-apps/yakuake absolute-position -# Required by kde-apps/libkexiv2 -media-gfx/exiv2 xmp - # Required by kde-frameworks/kapidox media-gfx/graphviz python |