gentoo-ebuilds/net-misc/gnome-connections/gnome-connections-47.2.1-r1.ebuild
Alfred Wingate d83e25b6a5
*/*: depend on newer gobject-introspection as a workaround
sed -E '/dev-libs\/gobject-introspection(:=|\s|$|-[0-9]|\[)/ { s/(>=)?dev-libs\/gobject-introspection(-[0-9.r-]*)?/>=dev-libs\/gobject-introspection-1.82.0-r2/ }' */*/*.ebuild -i

+ manually going over to undo the false positives or if the version
  requirement was higher.

Bug: https://bugs.gentoo.org/947058
See-Also: ae37e3f389
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44336
Closes: https://github.com/gentoo/gentoo/pull/44336
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-26 03:26:28 +00:00

64 lines
1.1 KiB
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome.org gnome2-utils meson vala xdg
DESCRIPTION="A remote desktop client for the GNOME desktop environment"
HOMEPAGE="https://gitlab.gnome.org/GNOME/connections"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 ~loong"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
>=dev-libs/gobject-introspection-1.82.0-r2
>=dev-libs/glib-2.50:2
>=x11-libs/gtk+-3.22:3[introspection]
>=sys-fs/fuse-3.9.1
>=net-libs/gtk-vnc-0.4.4[pulseaudio,vala]
>=gui-libs/libhandy-1.6.0:1[vala]
>=dev-libs/libxml2-2.7.8:=
app-crypt/libsecret[vala]
>=net-misc/freerdp-2.0.0:=
"
RDEPEND="${DEPEND}"
BDEPEND="
$(vala_depend)
dev-libs/glib
dev-util/glib-utils
dev-util/itstool
sys-devel/gettext
virtual/pkgconfig
test? (
dev-libs/appstream-glib
dev-util/desktop-file-utils
)
"
src_prepare() {
default
vala_setup
}
src_configure() {
local emesonargs=(
-Dprofile=default
)
meson_src_configure
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}