commit: 727fdca9fa02990714d620d88a35f98fa29f862f Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Dec 21 16:59:52 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Dec 21 17:08:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727fdca9
net-misc/gnome-connections: add 49.0 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> net-misc/gnome-connections/Manifest | 1 + .../gnome-connections-49.0.ebuild | 65 ++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/net-misc/gnome-connections/Manifest b/net-misc/gnome-connections/Manifest index 143312287e59..34aef593bc71 100644 --- a/net-misc/gnome-connections/Manifest +++ b/net-misc/gnome-connections/Manifest @@ -1,2 +1,3 @@ DIST gnome-connections-47.2.1.tar.xz 4052592 BLAKE2B db9f92583f4152d3b839789f08c13e57e54c0fc02941ee4b06966123651fbf37481d087c671fd9d8ef5a973c374f7641d1f91750e88023c17bf027650a428ec1 SHA512 8edc41ca773c14914c7d5c263dbd4bcf3f0b9abb50b7455ca8270562116fc5416dfd01b01f3db26ee06223ed8662df5f2f5d82fb5a4c55547b307e53816ea4e7 DIST gnome-connections-48.0.tar.xz 4052992 BLAKE2B cc6a3ed42d399713b1c9e4057ff500f888ff62f3e40bb96a44d349e13fcc48d3a022bd3326e2ece9bff9cd0e1f48e93a280316ae6cbef1819f3da7858ad9581d SHA512 49e74d5c0a278e1669982da6f013a7c9c15d7fde8e9b46a6c6201ef618474d486f9e21e558804f0466317a8463bb55f7b8de2b205c976124e86463be7e0a1ff6 +DIST gnome-connections-49.0.tar.xz 4061884 BLAKE2B 3802802dda37df053f57e22617a0c72d7def7376c5f3779b07cb7ebfbe27ca94f0948bdd75097d22ff724d387cf124728158977268b821c2232dc4c5aee3340f SHA512 bac9d888d8e9ca200a4063105a34a1da9e250c9f360dfb931dbaeea5ade15334e2881e63983e413303479aea518d3d3b5fc1103aa863dabacd9fb81eafe84263 diff --git a/net-misc/gnome-connections/gnome-connections-49.0.ebuild b/net-misc/gnome-connections/gnome-connections-49.0.ebuild new file mode 100644 index 000000000000..4607917cdb41 --- /dev/null +++ b/net-misc/gnome-connections/gnome-connections-49.0.ebuild @@ -0,0 +1,65 @@ +# 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/gnome-connections" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +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:= + net-misc/spice-gtk[gtk3,introspection,vala] +" +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 +}
