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 84834139083 for ; Tue, 19 Dec 2017 00:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91CEDE1110; Tue, 19 Dec 2017 00:20:17 +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 698D1E1109 for ; Tue, 19 Dec 2017 00:20:17 +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 8D503341656 for ; Tue, 19 Dec 2017 00:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A89FDAE8B for ; Tue, 19 Dec 2017 00:20:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1513642736.d46ed54184fd207d5bff90bcc87267dc2f0dfe7b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/teamviewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/teamviewer/teamviewer-13.0.5693-r1.ebuild net-misc/teamviewer/teamviewer-13.0.5693.ebuild X-VCS-Directories: net-misc/teamviewer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d46ed54184fd207d5bff90bcc87267dc2f0dfe7b X-VCS-Branch: master Date: Tue, 19 Dec 2017 00:20:06 +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-Archives-Salt: 491f19d0-61b3-4f36-8ccd-c8526b87f044 X-Archives-Hash: 628469f058235c759538f5ea98efd7b3 commit: d46ed54184fd207d5bff90bcc87267dc2f0dfe7b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 18 23:56:00 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 19 00:18:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46ed541 net-misc/teamviewer: Fix icon name / system tray Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../{teamviewer-13.0.5693.ebuild => teamviewer-13.0.5693-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/teamviewer/teamviewer-13.0.5693.ebuild b/net-misc/teamviewer/teamviewer-13.0.5693-r1.ebuild similarity index 96% rename from net-misc/teamviewer/teamviewer-13.0.5693.ebuild rename to net-misc/teamviewer/teamviewer-13.0.5693-r1.ebuild index 1e80034e399..de5d5743323 100644 --- a/net-misc/teamviewer/teamviewer-13.0.5693.ebuild +++ b/net-misc/teamviewer/teamviewer-13.0.5693-r1.ebuild @@ -77,7 +77,7 @@ src_install() { doins tv_bin/script/com.teamviewer.TeamViewer.policy for size in 16 24 32 48 256; do - newicon -s ${size} tv_bin/desktop/teamviewer_${size}.png ${MY_PN}.png + newicon -s ${size} tv_bin/desktop/teamviewer_${size}.png TeamViewer.png done # Install documents (NOTE: using 'dodoc -r doc' instead of loop will @@ -101,7 +101,7 @@ src_install() { dosym ${dst}/tv_bin/teamviewerd /opt/bin/teamviewerd${SLOT} dosym ${dst}/tv_bin/script/teamviewer /opt/bin/${MY_PN} - make_desktop_entry ${MY_PN} "TeamViewer ${SLOT}" ${MY_PN} + make_desktop_entry ${MY_PN} "TeamViewer ${SLOT}" TeamViewer } pkg_postinst() {