commit: b73da59e06ed470577b35ceed4688d30ac7fa3e2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 18:06:52 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 18:28:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73da59e
gui-apps/xwaylandvideobridge: Add dev-qt/qtbase[X] USEdep, slot op
- Amend upstream metadata
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
gui-apps/xwaylandvideobridge/metadata.xml | 1 +
...ideobridge-0.4.0.ebuild => xwaylandvideobridge-0.4.0-r1.ebuild} | 7 ++++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/gui-apps/xwaylandvideobridge/metadata.xml
b/gui-apps/xwaylandvideobridge/metadata.xml
index ba3626b987aa..39b959c153b7 100644
--- a/gui-apps/xwaylandvideobridge/metadata.xml
+++ b/gui-apps/xwaylandvideobridge/metadata.xml
@@ -6,6 +6,7 @@
<name>Gentoo KDE Project</name>
</maintainer>
<upstream>
+
<bugs-to>https://bugs.kde.org/enter_bug.cgi?product=XWaylandVideoBridge</bugs-to>
<remote-id
type="kde-invent">system/xwaylandvideobridge</remote-id>
</upstream>
</pkgmetadata>
diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild
b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0-r1.ebuild
similarity index 86%
rename from gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild
rename to gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0-r1.ebuild
index 88a5db22d7a4..3d553cedcf81 100644
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0-r1.ebuild
@@ -3,8 +3,8 @@
EAPI=8
-KFMIN=5.245.0
-QTMIN=6.6.2
+KFMIN=6.5.0
+QTMIN=6.7.2
KDE_ORG_CATEGORY="system"
inherit ecm kde.org
@@ -20,8 +20,9 @@ fi
LICENSE="GPL-2+"
SLOT="0"
+# dev-qt/qtbase:= slot op: Uses Qt::GuiPrivate for qtx11extras_p.h
DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+ >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets,X]
>=dev-qt/qtdeclarative-${QTMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6