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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0DBAB159C9B for ; Mon, 5 Aug 2024 18:46:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 491D4E29B5; Mon, 5 Aug 2024 18:46:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D3FAE29B5 for ; Mon, 5 Aug 2024 18:46:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BC13335C7E for ; Mon, 5 Aug 2024 18:46:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4675B96 for ; Mon, 5 Aug 2024 18:46:49 +0000 (UTC) From: "Ivan Lloro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ivan Lloro" Message-ID: <1722883597.073b2395231012888682775d70576338dffca174.ivan.lloro.boada@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-physics/openmodelica/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-physics/openmodelica/openmodelica-1.23.1.ebuild X-VCS-Directories: sci-physics/openmodelica/ X-VCS-Committer: ivan.lloro.boada X-VCS-Committer-Name: Ivan Lloro X-VCS-Revision: 073b2395231012888682775d70576338dffca174 X-VCS-Branch: dev Date: Mon, 5 Aug 2024 18:46:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f76deef2-3d87-462b-a562-88c9f4e6a173 X-Archives-Hash: 15c95b18cde2f136653ae8e27526d878 commit: 073b2395231012888682775d70576338dffca174 Author: Ivan Lloro gmail com> AuthorDate: Mon Aug 5 18:26:37 2024 +0000 Commit: Ivan Lloro gmail com> CommitDate: Mon Aug 5 18:46:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=073b2395 sci-physics/openmodelica: Fix Microsoft ICO to PNG conversion Signed-off-by: Ivan Lloro gmail.com> sci-physics/openmodelica/openmodelica-1.23.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-physics/openmodelica/openmodelica-1.23.1.ebuild b/sci-physics/openmodelica/openmodelica-1.23.1.ebuild index f429801b4..07b041354 100644 --- a/sci-physics/openmodelica/openmodelica-1.23.1.ebuild +++ b/sci-physics/openmodelica/openmodelica-1.23.1.ebuild @@ -154,8 +154,8 @@ src_install() { newicon -s scalable OMShell/OMShell/OMShellGUI/Resources/omshell-large.svg omshell.svg newicon -s scalable OMNotebook/OMNotebook/OMNotebookGUI/Resources/OMNotebook_icon.svg OMNotebook.svg - mogrify OMEdit/OMEditLIB/Resources/icons/omedit.ico[0] -thumbnail 256x256 -flatten || die - newicon -s 256 OMEdit/OMEditLIB/Resources/icons/omedit.ico omedit.png + convert OMEdit/OMEditLIB/Resources/icons/omedit.ico[0] -thumbnail 256x256 -flatten OMEdit/OMEditLIB/Resources/icons/omedit_icon.png || die + newicon -s 256 OMEdit/OMEditLIB/Resources/icons/omedit_icon.png omedit.png make_desktop_entry "OMEdit %F" OMedit omedit "Physics;" "MimeType=text/x-modelica;" make_desktop_entry OMShell OMShell omshell "Physics;"