From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/
Date: Sat, 9 Mar 2024 23:04:41 +0000 (UTC) [thread overview]
Message-ID: <1710025470.4057aff5f9164698f04c7d3466d80a77c9adf8ad.asturm@gentoo> (raw)
commit: 4057aff5f9164698f04c7d3466d80a77c9adf8ad
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 2 19:38:04 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 9 23:04:30 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4057aff5
kde-plasma/plasma-meta: Use IUSE webengine for kde-apps/khelpcenter:6
kde-apps/khelpcenter:5 used kde-frameworks/khtml:5
kde-apps/khelpcenter:6 uses dev-qt/qtwebengine:6
Plasma profile has so far not depended on dev-qt/webengine by default,
with the unfortunate porting away to qtwebengine now it would.
If disabled, due to lack of installed khelpcenter binary, applications
fall back to using the default browser for opening - unfortunately -
KDE's online handbook instead of the locally installed one.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-meta/metadata.xml | 1 +
kde-plasma/plasma-meta/plasma-meta-6.0.49.9999.ebuild | 8 ++++----
kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 8 ++++----
3 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/kde-plasma/plasma-meta/metadata.xml b/kde-plasma/plasma-meta/metadata.xml
index 3d7b2e409d..718ebb9d08 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -31,6 +31,7 @@
<flag name="unsupported">Allow packages that are known to ruin runtime experience ** DO NOT FILE BUGS WITH THIS ENABLED **</flag>
<flag name="wacom">Pull in <pkg>kde-plasma/wacomtablet</pkg> control center module</flag>
<flag name="wallpapers">Install wallpapers for the Plasma Workspace</flag>
+ <flag name="webengine">Use <pkg>kde-apps/khelpcenter</pkg> to access the locally installed KDE Help System Handbook</flag>
<flag name="xwayland">Enable Wayland windows screensharing to XWayland applications via <pkg>gui-apps/xwaylandvideobridge</pkg></flag>
</use>
</pkgmetadata>
diff --git a/kde-plasma/plasma-meta/plasma-meta-6.0.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.0.49.9999.ebuild
index 1b0e517fbf..89efcbbca7 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.0.49.9999.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.0.49.9999.ebuild
@@ -10,9 +10,9 @@ LICENSE="metapackage"
SLOT="6"
KEYWORDS=""
IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
-+kwallet +networkmanager oxygen-theme plymouth pulseaudio qt5 +sddm sdk +smart
-systemd thunderbolt unsupported wacom +wallpapers +xwayland"
+cups discover +display-manager +elogind +firewall flatpak grub gtk +kwallet
++networkmanager oxygen-theme plymouth pulseaudio qt5 +sddm sdk +smart systemd
+thunderbolt unsupported wacom +wallpapers webengine +xwayland"
REQUIRED_USE="^^ ( elogind systemd )"
@@ -79,7 +79,6 @@ RDEPEND="
>=kde-plasma/kde-gtk-config-${PV}:${SLOT}
x11-misc/appmenu-gtk-module
)
- handbook? ( kde-apps/khelpcenter:* )
kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
networkmanager? (
>=kde-plasma/plasma-nm-${PV}:${SLOT}
@@ -109,6 +108,7 @@ RDEPEND="
)
wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+ webengine? ( kde-apps/khelpcenter:6 )
xwayland? ( >=gui-apps/xwaylandvideobridge-0.4.0 )
"
# Optional runtime deps: kde-plasma/plasma-desktop
diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild
index 1b0e517fbf..89efcbbca7 100644
--- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild
@@ -10,9 +10,9 @@ LICENSE="metapackage"
SLOT="6"
KEYWORDS=""
IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
-+kwallet +networkmanager oxygen-theme plymouth pulseaudio qt5 +sddm sdk +smart
-systemd thunderbolt unsupported wacom +wallpapers +xwayland"
+cups discover +display-manager +elogind +firewall flatpak grub gtk +kwallet
++networkmanager oxygen-theme plymouth pulseaudio qt5 +sddm sdk +smart systemd
+thunderbolt unsupported wacom +wallpapers webengine +xwayland"
REQUIRED_USE="^^ ( elogind systemd )"
@@ -79,7 +79,6 @@ RDEPEND="
>=kde-plasma/kde-gtk-config-${PV}:${SLOT}
x11-misc/appmenu-gtk-module
)
- handbook? ( kde-apps/khelpcenter:* )
kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
networkmanager? (
>=kde-plasma/plasma-nm-${PV}:${SLOT}
@@ -109,6 +108,7 @@ RDEPEND="
)
wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+ webengine? ( kde-apps/khelpcenter:6 )
xwayland? ( >=gui-apps/xwaylandvideobridge-0.4.0 )
"
# Optional runtime deps: kde-plasma/plasma-desktop
next reply other threads:[~2024-03-09 23:04 UTC|newest]
Thread overview: 187+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-09 23:04 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-15 19:06 [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/ Andreas Sturmlechner
2025-03-15 19:06 Andreas Sturmlechner
2025-03-11 20:47 Andreas Sturmlechner
2025-02-21 16:56 Andreas Sturmlechner
2025-02-20 21:51 Andreas Sturmlechner
2025-02-16 18:02 Andreas Sturmlechner
2025-02-11 18:09 Andreas Sturmlechner
2025-01-23 18:56 Andreas Sturmlechner
2025-01-10 17:53 Andreas Sturmlechner
2025-01-01 21:26 Andreas Sturmlechner
2024-11-26 18:18 Andreas Sturmlechner
2024-10-13 7:49 Andreas Sturmlechner
2024-10-10 23:00 Andreas Sturmlechner
2024-10-08 15:20 Andreas Sturmlechner
2024-10-07 19:17 Andreas Sturmlechner
2024-10-03 20:18 Andreas Sturmlechner
2024-09-14 21:33 Andreas Sturmlechner
2024-09-10 16:48 Andreas Sturmlechner
2024-09-04 11:43 Andreas Sturmlechner
2024-06-28 15:15 Andreas Sturmlechner
2024-06-28 15:11 Andreas Sturmlechner
2024-06-25 22:31 Sam James
2024-06-25 22:31 Sam James
2024-06-18 20:03 Andreas Sturmlechner
2024-06-17 21:40 Andreas Sturmlechner
2024-06-13 0:58 Sam James
2024-05-27 22:24 Andreas Sturmlechner
2024-05-24 19:49 Andreas Sturmlechner
2024-05-21 19:06 Andreas Sturmlechner
2024-03-09 20:42 Andreas Sturmlechner
2024-03-05 9:40 Andreas Sturmlechner
2024-03-03 10:58 Andreas Sturmlechner
2024-03-03 10:29 Andreas Sturmlechner
2024-03-03 10:29 Andreas Sturmlechner
2024-01-16 15:28 Andreas Sturmlechner
2024-01-10 16:47 Andreas Sturmlechner
2023-12-23 18:46 Andreas Sturmlechner
2023-12-23 0:12 Andreas Sturmlechner
2023-12-20 23:02 Andreas Sturmlechner
2023-12-19 11:11 Andreas Sturmlechner
2023-12-19 9:49 Andreas Sturmlechner
2023-12-16 20:50 Andreas Sturmlechner
2023-12-16 11:23 Andreas Sturmlechner
2023-11-30 20:54 Andreas Sturmlechner
2023-11-28 21:04 Andreas Sturmlechner
2023-11-28 9:49 Andreas Sturmlechner
2023-11-12 23:16 Andreas Sturmlechner
2023-10-25 7:42 Andreas Sturmlechner
2023-10-24 18:39 Andreas Sturmlechner
2023-06-27 20:44 Andreas Sturmlechner
2023-06-27 20:40 Andreas Sturmlechner
2023-03-14 20:21 Andreas Sturmlechner
2023-03-14 14:47 Andreas Sturmlechner
2023-03-14 10:55 Andreas Sturmlechner
2023-03-07 19:32 Andreas Sturmlechner
2023-03-07 19:32 Andreas Sturmlechner
2023-02-22 11:59 Andreas Sturmlechner
2023-02-21 14:02 Andreas Sturmlechner
2023-02-14 11:27 Andreas Sturmlechner
2023-02-09 13:26 Andreas Sturmlechner
2023-01-20 13:59 Andreas Sturmlechner
2023-01-20 10:40 Andreas Sturmlechner
2023-01-16 19:00 Andreas Sturmlechner
2023-01-16 18:58 Andreas Sturmlechner
2023-01-04 15:21 Andreas Sturmlechner
2022-10-11 12:51 Andreas Sturmlechner
2022-10-11 12:37 Andreas Sturmlechner
2022-10-06 14:48 Andreas Sturmlechner
2022-09-17 14:08 Andreas Sturmlechner
2022-09-15 21:41 Andreas Sturmlechner
2022-09-15 20:57 Andreas Sturmlechner
2022-09-06 19:16 Andreas Sturmlechner
2022-07-13 9:18 Andreas Sturmlechner
2022-07-12 13:50 Andreas Sturmlechner
2022-06-14 12:47 Andreas Sturmlechner
2022-06-14 8:12 Andreas Sturmlechner
2022-06-09 11:48 Andreas Sturmlechner
2022-06-09 11:29 Andreas Sturmlechner
2022-06-08 9:22 Andreas Sturmlechner
2022-05-08 22:23 Andreas Sturmlechner
2022-02-08 13:17 Andreas Sturmlechner
2022-02-03 20:10 Andreas Sturmlechner
2022-01-18 17:41 Andreas Sturmlechner
2022-01-17 17:49 Andreas Sturmlechner
2022-01-04 16:20 Andreas Sturmlechner
2022-01-04 11:57 Andreas Sturmlechner
2021-11-26 17:38 Andreas Sturmlechner
2021-10-14 10:26 Andreas Sturmlechner
2021-10-05 15:49 Andreas Sturmlechner
2021-10-04 13:04 Andreas Sturmlechner
2021-09-21 18:44 Andreas Sturmlechner
2021-09-02 17:36 Andreas Sturmlechner
2021-08-05 9:46 Andreas Sturmlechner
2021-06-11 5:49 Andreas Sturmlechner
2021-05-14 20:41 Andreas Sturmlechner
2021-05-14 12:09 Andreas Sturmlechner
2021-05-07 23:24 Andreas Sturmlechner
2021-05-07 15:24 Andreas Sturmlechner
2021-05-07 15:24 Andreas Sturmlechner
2021-05-04 21:12 Andreas Sturmlechner
2021-04-16 21:35 Andreas Sturmlechner
2021-04-06 10:29 Andreas Sturmlechner
2021-02-16 15:48 Andreas Sturmlechner
2021-02-16 14:25 Andreas Sturmlechner
2021-02-11 13:38 Andreas Sturmlechner
2021-01-23 0:26 Andreas Sturmlechner
2021-01-22 16:01 Andreas Sturmlechner
2021-01-22 16:01 Andreas Sturmlechner
2021-01-22 0:00 Andreas Sturmlechner
2021-01-05 17:44 Andreas Sturmlechner
2020-10-21 21:09 Andreas Sturmlechner
2020-10-13 11:51 Andreas Sturmlechner
2020-10-09 6:35 Andreas Sturmlechner
2020-10-09 6:35 Andreas Sturmlechner
2020-09-19 8:12 Andreas Sturmlechner
2020-09-01 16:40 Andreas Sturmlechner
2020-09-01 12:28 Andreas Sturmlechner
2020-09-01 12:01 Andreas Sturmlechner
2020-08-28 18:31 Andreas Sturmlechner
2020-08-02 17:37 Andreas Sturmlechner
2020-08-02 11:16 Andreas Sturmlechner
2020-07-05 22:59 Andreas Sturmlechner
2020-06-01 10:03 Andreas Sturmlechner
2020-05-20 15:50 Andreas Sturmlechner
2020-05-09 20:22 Andreas Sturmlechner
2020-04-29 16:10 Andreas Sturmlechner
2020-04-26 1:37 Andreas Sturmlechner
2020-04-26 1:37 Andreas Sturmlechner
2020-04-26 1:37 Andreas Sturmlechner
2020-04-14 0:03 Andreas Sturmlechner
2019-11-10 21:24 Andreas Sturmlechner
2019-09-19 15:47 Andreas Sturmlechner
2019-09-11 8:09 Andreas Sturmlechner
2019-07-21 18:02 Andreas Sturmlechner
2019-02-25 16:58 Andreas Sturmlechner
2018-12-13 14:05 Andreas Sturmlechner
2018-12-01 19:50 Andreas Sturmlechner
2018-11-30 2:06 Andreas Sturmlechner
2018-11-11 15:49 Andreas Sturmlechner
2018-11-11 15:49 Andreas Sturmlechner
2018-11-07 11:08 Andreas Sturmlechner
2018-10-25 18:09 Andreas Sturmlechner
2018-10-25 17:46 Andreas Sturmlechner
2018-10-22 20:52 Andreas Sturmlechner
2018-09-04 12:49 Andreas Sturmlechner
2018-09-04 12:28 Andreas Sturmlechner
2018-07-08 21:09 Andreas Sturmlechner
2018-06-10 16:29 Johannes Huber
2018-05-18 10:18 Andreas Sturmlechner
2018-04-25 23:32 Andreas Sturmlechner
2018-04-25 23:30 Andreas Sturmlechner
2018-04-05 18:17 Andreas Sturmlechner
2018-03-01 12:25 Andreas Sturmlechner
2017-10-09 19:49 Andreas Sturmlechner
2017-10-09 18:10 Johannes Huber
2017-09-13 21:10 Andreas Sturmlechner
2017-08-14 18:55 Andreas Sturmlechner
2017-06-07 21:34 Johannes Huber
2017-02-01 12:02 Michael Palimaka
2016-09-21 14:33 Michael Palimaka
2016-09-15 14:55 Michael Palimaka
2016-09-15 14:55 Michael Palimaka
2016-08-24 13:32 Michael Palimaka
2016-08-04 20:01 Johannes Huber
2016-04-07 9:11 Michael Palimaka
2016-03-25 14:00 Michael Palimaka
2016-03-24 10:41 Michael Palimaka
2016-03-23 17:58 Michael Palimaka
2016-03-01 11:52 Michael Palimaka
2015-11-19 18:19 Michael Palimaka
2015-09-10 18:50 Michael Palimaka
2015-08-20 19:43 Michael Palimaka
2015-08-06 20:30 Johannes Huber
2015-08-03 17:39 Johannes Huber
2015-07-03 17:06 Michael Palimaka
2015-06-12 15:12 Manuel Rüger
2015-06-11 19:57 Johannes Huber
2015-06-09 15:33 Manuel Rüger
2015-05-03 13:28 Michael Palimaka
2015-04-23 15:10 Manuel Rüger
2015-04-06 10:53 Johannes Huber
2015-04-01 11:33 Michael Palimaka
2015-03-28 22:02 Johannes Huber
2015-03-12 14:59 Michael Palimaka
2015-03-12 14:49 Michael Palimaka
2015-03-12 11:22 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1710025470.4057aff5f9164698f04c7d3466d80a77c9adf8ad.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox