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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2756E138334 for ; Sat, 14 Sep 2019 07:11:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D62DE0916; Sat, 14 Sep 2019 07:11:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D1BEE090E for ; Sat, 14 Sep 2019 07:11:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B35E534B161 for ; Sat, 14 Sep 2019 07:11:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4744B7EF for ; Sat, 14 Sep 2019 07:11:44 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1568445054.54be6912a15cac0c27226e51384c7aad66e73e44.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrome-remote-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17-r1.ebuild net-misc/chrome-remote-desktop/metadata.xml X-VCS-Directories: net-misc/chrome-remote-desktop/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 54be6912a15cac0c27226e51384c7aad66e73e44 X-VCS-Branch: master Date: Sat, 14 Sep 2019 07:11:44 +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: b3859ff1-6562-4e1a-97d7-f5f997dd1c93 X-Archives-Hash: a81aa069d17292fc28d84183883f0667 commit: 54be6912a15cac0c27226e51384c7aad66e73e44 Author: Mike Frysinger gentoo org> AuthorDate: Sat Sep 14 06:55:24 2019 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Sep 14 07:10:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54be6912 net-misc/chrome-remote-desktop: add USE=xrandr The daemon looks for the xrandr program during launch to enable dynamic resizing. Add a USE flag for it so users don't have to read the code to figure it out. Closes: https://bugs.gentoo.org/686002 Signed-off-by: Mike Frysinger gentoo.org> .../chrome-remote-desktop-63.0.3239.17-r1.ebuild | 5 +++-- net-misc/chrome-remote-desktop/metadata.xml | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17-r1.ebuild b/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17-r1.ebuild index d8dbea31d66..fcf88e2f7fb 100644 --- a/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17-r1.ebuild +++ b/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Base URL: https://dl.google.com/linux/chrome-remote-desktop/deb/ @@ -29,7 +29,7 @@ SRC_URI="amd64? ( ${BASE_URI}_amd64.deb )" LICENSE="google-chrome" SLOT="0" KEYWORDS="-* amd64" -IUSE="" +IUSE="xrandr" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # All the libs this package links against. @@ -61,6 +61,7 @@ RDEPEND="app-admin/sudo # Settings we just need at runtime. # TODO: Look at switching to xf86-video-dummy & xf86-input-void instead of xvfb. RDEPEND+=" + xrandr? ( x11-apps/xrandr ) x11-base/xorg-server[xvfb]" DEPEND="" diff --git a/net-misc/chrome-remote-desktop/metadata.xml b/net-misc/chrome-remote-desktop/metadata.xml index 6f49eba8f49..1d1150f20e0 100644 --- a/net-misc/chrome-remote-desktop/metadata.xml +++ b/net-misc/chrome-remote-desktop/metadata.xml @@ -2,4 +2,7 @@ + + Enable support for the XRandR extension for dynamic desktop resizing +