diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-08-31 05:22:25 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-08-31 07:53:10 +0200 |
commit | 64ae3fb62e6b95f25a545c29ee02f53656aa441c (patch) | |
tree | 799e02eaaf8bf9d5a314b518da72ed48b32830c0 | |
parent | e56cae4bd502311aa18c6644ddac6ceb9bd22bc0 (diff) |
Add libpcap and qtwebengine as deps to plasma
lipcap recommended, qtwebengine optional, with a note telling
which packages need to be rebuilt later
-rw-r--r-- | kde/plasma5/plasma-all.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kde/plasma5/plasma-all.xml b/kde/plasma5/plasma-all.xml index fb1bdaeb06..a2cee9ab13 100644 --- a/kde/plasma5/plasma-all.xml +++ b/kde/plasma5/plasma-all.xml @@ -99,6 +99,7 @@ <xref linkend="libdbusmenu-qt"/>, <xref linkend="libcanberra"/>, <xref linkend="libinput"/>, + <xref linkend="libpcap"/>, <xref linkend="linux-pam"/>, <xref linkend="lm_sensors"/>, <xref linkend="oxygen-icons5"/>, and @@ -115,6 +116,7 @@ <para role="optional"> <xref linkend="glu"/>, <xref linkend='ibus'/>, + <xref linkend='qtwebengine'/>, <xref linkend="xorg-synaptics-driver"/>, <ulink url="http://distributions.freedesktop.org/wiki/AppStream">appstream-qt</ulink>, <ulink url="https://www.kdevelop.org/">KDevPlatform</ulink>, @@ -129,6 +131,15 @@ <ulink url="http://www.dest-unreach.org/socat/">socat</ulink> (for pam_kwallet) </para> + <note> + <para> + Only two plasma packages optionally use <xref linkend="qtwebengine"/>: + libksysguard and kdeplasma-addons. If QtWebEngine is installed later, + only those two packages have to be rebuilt. This allows to provide + a more complete display in the system monitor application. + </para> + </note> + <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/kf5"/></para> |