From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1552C15800A for ; Sat, 19 Aug 2023 06:50:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A9F12BC03B; Sat, 19 Aug 2023 06:50:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0059A2BC03B for ; Sat, 19 Aug 2023 06:50:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 337A6335D85 for ; Sat, 19 Aug 2023 06:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA126FAE for ; Sat, 19 Aug 2023 06:50:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1692427741.c249c69fc37afb677b4e39133876f0e54aa404ef.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: gui-apps/xwaylandvideobridge/ X-VCS-Repository: proj/kde X-VCS-Files: gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild X-VCS-Directories: gui-apps/xwaylandvideobridge/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c249c69fc37afb677b4e39133876f0e54aa404ef X-VCS-Branch: master Date: Sat, 19 Aug 2023 06:50:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d2a2c22-552d-4b11-93d0-4e978b526cae X-Archives-Hash: d4e35d609f2aa05815de27093439cd87 commit: c249c69fc37afb677b4e39133876f0e54aa404ef Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 19 06:31:39 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 19 06:49:01 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c249c69f gui-apps/xwaylandvideobridge: Add HOMEPAGE, drop bogus subslot ops See also: https://github.com/gentoo/kde/pull/918 Signed-off-by: Andreas Sturmlechner gentoo.org> gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild | 11 ++++++----- 1 file 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"