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 5A7B2138334 for ; Wed, 10 Oct 2018 11:24:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37AC3E088D; Wed, 10 Oct 2018 11:24:51 +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 07EE3E088D for ; Wed, 10 Oct 2018 11:24:50 +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 A6F3D33BF41 for ; Wed, 10 Oct 2018 11:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25F853D3 for ; Wed, 10 Oct 2018 11:24:48 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1538996490.cf8ebbb25ffa77dff3002e8d8fe5cab671270876.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: app-editors/visual-studio-code/ X-VCS-Repository: proj/dotnet X-VCS-Files: app-editors/visual-studio-code/visual-studio-code-1.26.1-r1.ebuild app-editors/visual-studio-code/visual-studio-code-1.26.1.ebuild X-VCS-Directories: app-editors/visual-studio-code/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: cf8ebbb25ffa77dff3002e8d8fe5cab671270876 X-VCS-Branch: master Date: Wed, 10 Oct 2018 11:24:48 +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: e96f8e3d-41b6-4b3a-ab81-ca32b6b6bc58 X-Archives-Hash: 7f7ff5e7175684deb76ac9c9cfa62eda commit: cf8ebbb25ffa77dff3002e8d8fe5cab671270876 Author: Andrew Hlynskyi gmail com> AuthorDate: Mon Oct 8 10:52:22 2018 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Mon Oct 8 11:01:30 2018 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=cf8ebbb2 app-editors/visual-studio-code: Fix desktop icon name as it referenced as ${PN} by third parameter for make_desktop_entry command ...al-studio-code-1.26.1.ebuild => visual-studio-code-1.26.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/visual-studio-code/visual-studio-code-1.26.1.ebuild b/app-editors/visual-studio-code/visual-studio-code-1.26.1-r1.ebuild similarity index 95% rename from app-editors/visual-studio-code/visual-studio-code-1.26.1.ebuild rename to app-editors/visual-studio-code/visual-studio-code-1.26.1-r1.ebuild index cbe723f..c4ac60f 100644 --- a/app-editors/visual-studio-code/visual-studio-code-1.26.1.ebuild +++ b/app-editors/visual-studio-code/visual-studio-code-1.26.1-r1.ebuild @@ -49,7 +49,7 @@ src_install() { cp -pPR "${S}" "${D}/opt/${PN}" || die "Failed to copy files" dosym "${EPREFIX}/opt/${PN}/bin/code" "/usr/bin/code" make_desktop_entry "code" "Visual Studio Code" "${PN}" "Development;IDE" - doicon "${S}/resources/app/resources/linux/code.png" + newicon "${S}/resources/app/resources/linux/code.png" "${PN}.png" insinto "/usr/share/licenses/${PN}" newins "resources/app/LICENSE.txt" "LICENSE" }