From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5AC6915813A for ; Wed, 15 Jan 2025 14:12:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A08CE07D8; Wed, 15 Jan 2025 14:12:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BE1BE07D8 for ; Wed, 15 Jan 2025 14:12:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54D0834305F for ; Wed, 15 Jan 2025 14:12:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E04A720E0 for ; Wed, 15 Jan 2025 14:12:32 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1736950342.61ac63d67abdd11d5a76cd0bbe5e5c33a3bf3c69.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-remote-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gnome-remote-desktop/gnome-remote-desktop-47.1.ebuild X-VCS-Directories: net-misc/gnome-remote-desktop/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 61ac63d67abdd11d5a76cd0bbe5e5c33a3bf3c69 X-VCS-Branch: master Date: Wed, 15 Jan 2025 14:12:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6a4d119-b345-4b3b-8584-0521ca8ebd39 X-Archives-Hash: 37edfd76f2fb9a42ce8fc2875c404eb2 commit: 61ac63d67abdd11d5a76cd0bbe5e5c33a3bf3c69 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jan 15 14:04:34 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jan 15 14:12:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ac63d6 net-misc/gnome-remote-desktop: Since 46 version a grd group/user is needed Signed-off-by: Pacho Ramos gentoo.org> net-misc/gnome-remote-desktop/gnome-remote-desktop-47.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-misc/gnome-remote-desktop/gnome-remote-desktop-47.1.ebuild b/net-misc/gnome-remote-desktop/gnome-remote-desktop-47.1.ebuild index 2b39b9617315..907fcb0f88c6 100644 --- a/net-misc/gnome-remote-desktop/gnome-remote-desktop-47.1.ebuild +++ b/net-misc/gnome-remote-desktop/gnome-remote-desktop-47.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit gnome.org gnome2-utils meson systemd xdg +inherit gnome.org gnome2-utils meson systemd tmpfiles xdg DESCRIPTION="Remote desktop server which allows you to connect to your machine remotely" HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-remote-desktop" @@ -38,6 +38,8 @@ DEPEND=" ) " RDEPEND="${DEPEND} + acct-user/gnome-remote-desktop + acct-group/gnome-remote-desktop x11-wm/mutter[screencast] " BDEPEND=" @@ -63,6 +65,7 @@ src_configure() { } pkg_postinst() { + tmpfiles_process "${PN}-tmpfiles.conf" xdg_pkg_postinst gnome2_schemas_update }