mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/gnome-remote-desktop: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST gnome-remote-desktop-44.1.tar.xz 199428 BLAKE2B 6a44a616f3581b3bff1123a432cf55591a3a00c3d0f06f6f3510ef3dc69e752a4cce54c4967ef6692f49d730a1545a7b73ca2c3b1c699e64342601fc51c8ee9f SHA512 bb1d8a9ee7868309beb84d01c35e17c92bd26ac855df00caaa780796fe403842ee00462c4c222bf16cd3b98752106d34bfca55c98d634e712a5b561c7ace5285
|
||||
DIST gnome-remote-desktop-44.2.tar.xz 199876 BLAKE2B a959e6ca1f72660138640c4f6edfd5ee8bb4185d27d55456fcdee2eaa38e09ac5a76b0bfbf6395c9725f2cb4fa857f3064379d9824810657ea9c046738803411 SHA512 2e310cd926e0ed6fd28406a56e4d4ba239b9817b035231f66b648a98e08a5c7a7d810a2b786292aa39a7c67ca17af3de92dce4a6031a4f72166d667b8f498bd0
|
||||
|
||||
@@ -1,73 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome.org gnome2-utils meson systemd xdg
|
||||
|
||||
DESCRIPTION="Remote desktop daemon for GNOME using pipewire"
|
||||
HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-remote-desktop"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="aac doc +rdp systemd +vnc"
|
||||
REQUIRED_USE="|| ( rdp vnc ) aac? ( rdp )"
|
||||
RESTRICT="test" # Tests run xvfb-run directly
|
||||
|
||||
DEPEND="
|
||||
x11-libs/cairo
|
||||
x11-libs/libdrm
|
||||
>=media-libs/libepoxy-1.4
|
||||
>=dev-libs/glib-2.68:2
|
||||
x11-libs/libnotify
|
||||
app-crypt/libsecret
|
||||
>=media-video/pipewire-0.3.49:=
|
||||
app-crypt/tpm2-tss:=
|
||||
rdp? (
|
||||
>=media-libs/nv-codec-headers-11.1.5.0
|
||||
>=net-misc/freerdp-2.10.0:=[server]
|
||||
>=sys-fs/fuse-3.9.1:3
|
||||
>=x11-libs/libxkbcommon-1.0.0
|
||||
|
||||
aac? (
|
||||
media-libs/fdk-aac:=
|
||||
)
|
||||
)
|
||||
vnc? (
|
||||
net-libs/libvncserver
|
||||
)
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
x11-wm/mutter[screencast]
|
||||
"
|
||||
BDEPEND="
|
||||
dev-util/gdbus-codegen
|
||||
dev-util/glib-utils
|
||||
virtual/pkgconfig
|
||||
doc? (
|
||||
app-text/asciidoc
|
||||
)
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_use doc man)
|
||||
$(meson_use aac fdk_aac)
|
||||
$(meson_use rdp)
|
||||
$(meson_use vnc)
|
||||
$(meson_use systemd)
|
||||
-Dsystemd_user_unit_dir="$(systemd_get_userunitdir)"
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
||||
Reference in New Issue
Block a user