diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-19 08:31:39 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-19 08:49:01 +0200 |
commit | c249c69fc37afb677b4e39133876f0e54aa404ef (patch) | |
tree | 318fc378b9b96dec63b499c5374d33dbca58f5eb /gui-apps | |
parent | kde-frameworks/kross: drop 5.109.0 (diff) | |
download | kde-c249c69fc37afb677b4e39133876f0e54aa404ef.tar.gz kde-c249c69fc37afb677b4e39133876f0e54aa404ef.tar.bz2 kde-c249c69fc37afb677b4e39133876f0e54aa404ef.zip |
gui-apps/xwaylandvideobridge: Add HOMEPAGE, drop bogus subslot ops
See also: https://github.com/gentoo/kde/pull/918
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild | 11 |
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" |