aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
index af551e8a33..17564848a2 100644
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
@@ -9,6 +9,8 @@ KDE_ORG_CATEGORY="system"
inherit ecm kde.org
DESCRIPTION="Screenshare Wayland windows to XWayland apps"
+HOMEPAGE="https://planet.kde.org/david-edmundson-2023-03-22-fixing-wayland-xwayland-screen-casting/
+https://invent.kde.org/system/xwaylandvideobridge"
if [[ ${KDE_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64"
@@ -23,14 +25,13 @@ DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtx11extras-${QTMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5=
- >=kde-frameworks/ki18n-${KFMIN}:5=
- >=kde-frameworks/knotifications-${KFMIN}:5=
- >=kde-frameworks/kwindowsystem-${KFMIN}:5=
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
>=kde-plasma/kpipewire-5.27.4:5
media-libs/freetype
x11-libs/libxcb:=
"
RDEPEND="${DEPEND}"
-
BDEPEND="virtual/pkgconfig"