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 1E014159C9B for ; Tue, 6 Aug 2024 03:19:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9492D2BC071; Tue, 6 Aug 2024 03:19:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 7794D2BC071 for ; Tue, 6 Aug 2024 03:19:38 +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 957C3340BEF for ; Tue, 6 Aug 2024 03:19:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E04F61EC4 for ; Tue, 6 Aug 2024 03:19:33 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1722879022.4c1b0e5236e4378ce39a4a28a329dc9129b5076e.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 4c1b0e5236e4378ce39a4a28a329dc9129b5076e X-VCS-Branch: master Date: Tue, 6 Aug 2024 03:19:33 +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: 8f5c60d8-5af8-43a9-a7fd-9292a63b851f X-Archives-Hash: 630cab32b303f1696a56c3e38e859c34 commit: 4c1b0e5236e4378ce39a4a28a329dc9129b5076e Author: Ivan Lloro gmail com> AuthorDate: Mon Aug 5 17:30:22 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Mon Aug 5 17:30:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c1b0e52 sci-physics/openmodelica: Install OMEdit icon Signed-off-by: Ivan Lloro gmail.com> sci-physics/openmodelica/openmodelica-1.23.1.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sci-physics/openmodelica/openmodelica-1.23.1.ebuild b/sci-physics/openmodelica/openmodelica-1.23.1.ebuild index 20d67e22b..61a3c4e7c 100644 --- a/sci-physics/openmodelica/openmodelica-1.23.1.ebuild +++ b/sci-physics/openmodelica/openmodelica-1.23.1.ebuild @@ -70,7 +70,10 @@ RDEPEND=" >=virtual/pkgconfig-3 " -BDEPEND="dev-util/ccache" +BDEPEND=" + dev-util/ccache + media-gfx/imagemagick +" DEPEND="${RDEPEND}" @@ -151,7 +154,9 @@ 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 - # No proper icon for Linux available from upstream for OMEdit + mogrify OMEdit/OMEditLIB/Resources/icons/omedit.ico[0] -thumbnail 256x256 -flatten || die + newicon -s 256 OMEdit/OMEditLIB/Resources/icons/omedit.ico omedit.png + make_desktop_entry "OMEdit %F" OMedit "" "Physics;" "MimeType=text/x-modelica;" make_desktop_entry OMShell OMShell omshell "Physics;" make_desktop_entry "OMNotebook %f" OMNotebook OMNotebook "Physics;"