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 85827158086 for ; Wed, 27 Oct 2021 17:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98D45E0907; Wed, 27 Oct 2021 17:57:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A943E0907 for ; Wed, 27 Oct 2021 17:57:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07DF9343BAE for ; Wed, 27 Oct 2021 17:57:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 972F7157 for ; Wed, 27 Oct 2021 17:57:24 +0000 (UTC) From: "Dennis Lamm" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dennis Lamm" Message-ID: <1635357430.0d1f37bf6051b81a61902e3d57f2053151d5b64a.expeditioneer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/prusaslicer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/prusaslicer/prusaslicer-2.3.3.ebuild X-VCS-Directories: media-gfx/prusaslicer/ X-VCS-Committer: expeditioneer X-VCS-Committer-Name: Dennis Lamm X-VCS-Revision: 0d1f37bf6051b81a61902e3d57f2053151d5b64a X-VCS-Branch: master Date: Wed, 27 Oct 2021 17:57:24 +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: 46083994-642d-41af-94c1-428b70611186 X-Archives-Hash: 0829c2c43ed496f9cc2b8f726f231c11 commit: 0d1f37bf6051b81a61902e3d57f2053151d5b64a Author: Dennis Lamm gentoo org> AuthorDate: Wed Oct 27 17:34:32 2021 +0000 Commit: Dennis Lamm gentoo org> CommitDate: Wed Oct 27 17:57:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1f37bf media-gfx/prusaslicer: adapted SLIC3R_BUILD_ID Signed-off-by: Dennis Lamm gentoo.org> Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Dennis Lamm gentoo.org> media-gfx/prusaslicer/prusaslicer-2.3.3.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/media-gfx/prusaslicer/prusaslicer-2.3.3.ebuild b/media-gfx/prusaslicer/prusaslicer-2.3.3.ebuild index dd741d4ed3c..3e0211b1e5f 100644 --- a/media-gfx/prusaslicer/prusaslicer-2.3.3.ebuild +++ b/media-gfx/prusaslicer/prusaslicer-2.3.3.ebuild @@ -60,6 +60,11 @@ PATCHES=( "${FILESDIR}/${PN}-2.3.0-miniz-zip-header.patch" ) +src_prepare() { + sed -i -e 's/PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN/PrusaSlicer-${SLIC3R_VERSION}+Gentoo/g' version.inc || die + cmake_src_prepare +} + src_configure() { use gui && setup-wxwidgets