* [gentoo-commits] proj/kde:master commit in: kde-plasma/libkscreen/, kde-plasma/kwayland-server/, ...
@ 2022-04-01 18:28 Andreas Sturmlechner
0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2022-04-01 18:28 UTC (permalink / raw
To: gentoo-commits
commit: b32c48da900b3de9f21fb9da7c49bdfec5bef71e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 1 18:17:09 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 18:17:09 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b32c48da
kde-plasma: Drop dev-qt/qtwayland as qtwaylandscanner provider
KDE Plasma live depends on Qt 5.15.3 now anyway.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild | 5 +----
kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 5 +----
kde-plasma/kwin/kwin-9999.ebuild | 7 +------
kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild | 5 +----
kde-plasma/libkscreen/libkscreen-9999.ebuild | 5 +----
kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 5 +----
.../xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild | 7 +------
7 files changed, 7 insertions(+), 32 deletions(-)
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
index f3870ba45d..52ead2774e 100644
--- a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
+++ b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
@@ -40,9 +40,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND="
- || (
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- <dev-qt/qtwayland-5.15.3:5
- )
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
virtual/pkgconfig
"
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
index 48046cd372..30007a6ca7 100644
--- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
@@ -34,9 +34,6 @@ DEPEND="${RDEPEND}
>=dev-libs/wayland-protocols-1.24
"
BDEPEND="
- || (
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- <dev-qt/qtwayland-5.15.3:5
- )
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
dev-util/wayland-scanner
"
diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild
index f990ae6fd1..640f3ee0c3 100644
--- a/kde-plasma/kwin/kwin-9999.ebuild
+++ b/kde-plasma/kwin/kwin-9999.ebuild
@@ -96,12 +96,7 @@ DEPEND="${COMMON_DEPEND}
>=dev-libs/wayland-protocols-1.19
)
"
-BDEPEND="
- test? ( || (
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- <dev-qt/qtwayland-5.15.3:5
- ) )
-"
+BDEPEND="test? ( >=dev-qt/qtwaylandscanner-${QTMIN}:5 )"
PDEPEND=">=kde-plasma/kde-cli-tools-${PVCUT}:5"
src_prepare() {
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
index 67992cbd1e..9dccfad64b 100644
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
@@ -30,10 +30,7 @@ DEPEND="${RDEPEND}
dev-libs/wayland-protocols
"
BDEPEND="
- || (
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- <dev-qt/qtwayland-5.15.3:5
- )
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
dev-util/wayland-scanner
virtual/pkgconfig
"
diff --git a/kde-plasma/libkscreen/libkscreen-9999.ebuild b/kde-plasma/libkscreen/libkscreen-9999.ebuild
index 3ea12a35bf..8433e29b0e 100644
--- a/kde-plasma/libkscreen/libkscreen-9999.ebuild
+++ b/kde-plasma/libkscreen/libkscreen-9999.ebuild
@@ -34,9 +34,6 @@ DEPEND="${RDEPEND}
>=dev-libs/plasma-wayland-protocols-1.6.0
"
BDEPEND="
- || (
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- <dev-qt/qtwayland-5.15.3:5
- )
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
dev-util/wayland-scanner
"
diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
index bc9f5b385b..75552be2ba 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
@@ -146,10 +146,7 @@ RDEPEND="${COMMON_DEPEND}
policykit? ( sys-apps/accountsservice )
"
BDEPEND="
- || (
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- <dev-qt/qtwayland-5.15.3:5
- )
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
virtual/pkgconfig
"
PDEPEND=">=kde-plasma/kde-cli-tools-${PVCUT}:5"
diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
index ec18940fcf..8a27e9fc69 100644
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
@@ -39,9 +39,4 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
sys-apps/xdg-desktop-portal
"
-BDEPEND="
- || (
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- <dev-qt/qtwayland-5.15.3:5
- )
-"
+BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-04-01 18:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-01 18:28 [gentoo-commits] proj/kde:master commit in: kde-plasma/libkscreen/, kde-plasma/kwayland-server/, Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox