Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/
Date: Thu, 18 Feb 2016 00:52:00
Message-Id: 1455756699.255785c769ece6af379706a5328842435f3d79e9.floppym@gentoo
1 commit: 255785c769ece6af379706a5328842435f3d79e9
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 18 00:51:39 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 18 00:51:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255785c7
7
8 app-emulation/open-vm-tools: Restore xdg autostart
9
10 Bug: https://bugs.gentoo.org/574840
11
12 Package-Manager: portage-2.2.27_p64
13
14 app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild b/app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild
18 index 3cc623f..43e5879 100644
19 --- a/app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild
20 +++ b/app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -113,6 +113,9 @@ src_install() {
28 fperms 4755 /usr/bin/vmware-user-suid-wrapper
29 dobin scripts/common/vmware-xdg-detect-de
30
31 + insinto /etc/xdg/autostart
32 + doins "${FILESDIR}"/open-vm-tools.desktop
33 +
34 elog "To be able to use the drag'n'drop feature of VMware for file"
35 elog "exchange, please add the users to the 'vmware' group."
36 fi