diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-23 13:18:44 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-23 13:32:37 +0100 |
commit | ffba996063323905aa9af3583e4b6ab64607f2f4 (patch) | |
tree | 079da7b78499f61ea7dc1c99a4b76f6bd93481e2 /gui-apps | |
parent | gui-apps/xwaylandvideobridge: Opt out of session mgmt., skip switcher (diff) | |
download | gentoo-ffba996063323905aa9af3583e4b6ab64607f2f4.tar.gz gentoo-ffba996063323905aa9af3583e4b6ab64607f2f4.tar.bz2 gentoo-ffba996063323905aa9af3583e4b6ab64607f2f4.zip |
gui-apps/xwaylandvideobridge: drop 0.3.0-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.3.0-r1.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.3.0-r1.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.3.0-r1.ebuild deleted file mode 100644 index 2f2eaae1d99a..000000000000 --- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.3.0-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.106.0 -QTMIN=5.15.9 -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 - SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64" -fi - -LICENSE="GPL-2+" -SLOT="0" - -DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=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[X] - >=kde-plasma/kpipewire-5.27.4:5 - media-libs/freetype - x11-libs/libxcb:= - x11-libs/xcb-util -" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" |