commit: 5440366ba4d1f79c05550091a83bc081717a92b0 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Dec 29 18:16:09 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Dec 29 18:20:52 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5440366b
gui-apps/xwaylandvideobridge: Add missing dev-qt/qtbase[X] USEdep - Sync with ::gentoo - Amend upstream metadata Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> gui-apps/xwaylandvideobridge/metadata.xml | 3 ++- gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gui-apps/xwaylandvideobridge/metadata.xml b/gui-apps/xwaylandvideobridge/metadata.xml index 170f61584c..39b959c153 100644 --- a/gui-apps/xwaylandvideobridge/metadata.xml +++ b/gui-apps/xwaylandvideobridge/metadata.xml @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> <email>[email protected]</email> <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-9999.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild index 7f37669928..4bc6123f46 100644 --- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild +++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild @@ -3,8 +3,8 @@ EAPI=8 -KFMIN=6.3.0 -QTMIN=6.6.2 +KFMIN=6.5.0 +QTMIN=6.7.2 KDE_ORG_CATEGORY="system" inherit ecm kde.org @@ -14,7 +14,7 @@ https://invent.kde.org/system/xwaylandvideobridge" if [[ ${KDE_BUILD_TYPE} == release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2+" @@ -22,7 +22,7 @@ SLOT="0" # slot op: Uses Qt6::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/kcrash-${KFMIN}:6
