diff options
Diffstat (limited to 'gui-apps')
| -rw-r--r-- | gui-apps/xwaylandvideobridge/metadata.xml | 3 | ||||
| -rw-r--r-- | 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 170f61584cf..39b959c153b 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>kde@gentoo.org</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 7f376699289..4bc6123f46e 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 |
