commit: 66a81eb607102ff08e7762b6111b3f9adebd660a Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri May 30 07:49:09 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri May 30 07:55:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a81eb6
net-misc/gnome-connections: add 47.2.1 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> net-misc/gnome-connections/Manifest | 1 + .../gnome-connections-47.2.1.ebuild | 64 ++++++++++++++++++++++ 2 files changed, 65 insertions(+) diff --git a/net-misc/gnome-connections/Manifest b/net-misc/gnome-connections/Manifest index 11b586777182..f391ff6a5026 100644 --- a/net-misc/gnome-connections/Manifest +++ b/net-misc/gnome-connections/Manifest @@ -1,2 +1,3 @@ DIST gnome-connections-46.0.tar.xz 4036956 BLAKE2B f7f797353c57d615761b3048d5b2f50f21a6dd3245de9ab201317da10116f807cb9b301aec660165206ec61de42b4328debf5190e5d97e4c9e550af6edefe45a SHA512 7c57d2aa581abc6862f2509ed530d089019465ec2a54bc26e9736cf79d4d839a0fc62bb2ac931aa395cd576326a1d7b7c181e741cb943f836904d92ad41871cd DIST gnome-connections-47.0.tar.xz 4049064 BLAKE2B ac6f02bab1be6310d25782c36ea9b7cd2c308993e585e075ae602d27e3c71672bc3ed1f724500e9143e696eb3ca0272e9f42cf09d3cc9520310e6d213f4d6c0c SHA512 ed21325a0cafbd8a7c0de41e8ff960637ba831f38baf3d28392176e11626997adcaa65e3d63f08486c7a6f2a59e69beaadcf21578a54764386482ca1f5c417cb +DIST gnome-connections-47.2.1.tar.xz 4052592 BLAKE2B db9f92583f4152d3b839789f08c13e57e54c0fc02941ee4b06966123651fbf37481d087c671fd9d8ef5a973c374f7641d1f91750e88023c17bf027650a428ec1 SHA512 8edc41ca773c14914c7d5c263dbd4bcf3f0b9abb50b7455ca8270562116fc5416dfd01b01f3db26ee06223ed8662df5f2f5d82fb5a4c55547b307e53816ea4e7 diff --git a/net-misc/gnome-connections/gnome-connections-47.2.1.ebuild b/net-misc/gnome-connections/gnome-connections-47.2.1.ebuild new file mode 100644 index 000000000000..b4e927031847 --- /dev/null +++ b/net-misc/gnome-connections/gnome-connections-47.2.1.ebuild @@ -0,0 +1,64 @@ +# 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 + >=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 +}
