From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-863955-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 29C551388BF
	for <garchives@archives.gentoo.org>; Thu, 18 Feb 2016 00:52:00 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F0EE1E0863;
	Thu, 18 Feb 2016 00:51:56 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9A4C5E0863
	for <gentoo-commits@lists.gentoo.org>; Thu, 18 Feb 2016 00:51:56 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8FAC2340C3E
	for <gentoo-commits@lists.gentoo.org>; Thu, 18 Feb 2016 00:51:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CA0814AC
	for <gentoo-commits@lists.gentoo.org>; Thu, 18 Feb 2016 00:51:52 +0000 (UTC)
From: "Mike Gilbert" <floppym@gentoo.org>
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 Gilbert" <floppym@gentoo.org>
Message-ID: <1455756699.255785c769ece6af379706a5328842435f3d79e9.floppym@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild
X-VCS-Directories: app-emulation/open-vm-tools/
X-VCS-Committer: floppym
X-VCS-Committer-Name: Mike Gilbert
X-VCS-Revision: 255785c769ece6af379706a5328842435f3d79e9
X-VCS-Branch: master
Date: Thu, 18 Feb 2016 00:51:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: e7e42e61-8fb1-40ff-8c93-09bacc53688a
X-Archives-Hash: d6a99ad18ee6d5bbd6758c5d846cc6ce

commit:     255785c769ece6af379706a5328842435f3d79e9
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 00:51:39 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 00:51:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255785c7

app-emulation/open-vm-tools: Restore xdg autostart

Bug: https://bugs.gentoo.org/574840

Package-Manager: portage-2.2.27_p64

 app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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
index 3cc623f..43e5879 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -113,6 +113,9 @@ src_install() {
 		fperms 4755 /usr/bin/vmware-user-suid-wrapper
 		dobin scripts/common/vmware-xdg-detect-de
 
+		insinto /etc/xdg/autostart
+		doins "${FILESDIR}"/open-vm-tools.desktop
+
 		elog "To be able to use the drag'n'drop feature of VMware for file"
 		elog "exchange, please add the users to the 'vmware' group."
 	fi