net-misc/chrome-remote-desktop: Fix multiple bugs
authorPacho Ramos <pacho@gentoo.org>
Mon, 2 Apr 2018 10:37:56 +0000 (12:37 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 2 Apr 2018 10:40:38 +0000 (12:40 +0200)
- Fix missing dependencies (#613444)
- Fix support for chromium (#581754)

Package-Manager: Portage-2.3.27, Repoman-2.3.9

net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17.ebuild

index 16151ff33c63360ad491f6c7f160daed04841869..638a233f09cc8857067a6db0575a96d71eed5e95 100644 (file)
@@ -46,6 +46,8 @@ RDEPEND="app-admin/sudo
        sys-devel/gcc
        sys-libs/glibc
        sys-libs/pam
+       x11-apps/xdpyinfo
+       x11-apps/setxkbmap
        x11-libs/cairo
        x11-libs/gtk+:2
        x11-libs/libX11
@@ -97,6 +99,8 @@ src_install() {
 
        newinitd "${FILESDIR}"/${PN}.rc ${PN}
        newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
+
+       dosym /etc/opt/chrome/native-messaging-hosts /etc/chromium/native-messaging-hosts #581754
 }
 
 pkg_postinst() {