From 17c1957d317097e402387fbc2a45f603515a0455 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 17 May 2025 16:57:20 +0200 Subject: [PATCH] media-gfx/superslicer: slot op on x11-libs/wxGTK Signed-off-by: David Seifert --- ...-2.5.59.10-r1.ebuild => superslicer-2.5.59.10-r2.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename media-gfx/superslicer/{superslicer-2.5.59.10-r1.ebuild => superslicer-2.5.59.10-r2.ebuild} (98%) diff --git a/media-gfx/superslicer/superslicer-2.5.59.10-r1.ebuild b/media-gfx/superslicer/superslicer-2.5.59.10-r2.ebuild similarity index 98% rename from media-gfx/superslicer/superslicer-2.5.59.10-r1.ebuild rename to media-gfx/superslicer/superslicer-2.5.59.10-r2.ebuild index 65802fd9d28be..0dfe6d9dca1b7 100644 --- a/media-gfx/superslicer/superslicer-2.5.59.10-r1.ebuild +++ b/media-gfx/superslicer/superslicer-2.5.59.10-r2.ebuild @@ -15,12 +15,12 @@ SRC_URI=" https://github.com/supermerill/SuperSlicer/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz https://github.com/slic3r/slic3r-profiles/archive/${SLICER_PROFILES_COMMIT}.tar.gz -> ${P}-profiles.tar.gz " +S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="AGPL-3 Boost-1.0 GPL-2 LGPL-3 MIT" SLOT="0" KEYWORDS="amd64 ~arm64 ~x86" IUSE="test" - RESTRICT="test" # No dep on sci-libs/libigl, in-tree version cannot build @@ -48,7 +48,7 @@ RDEPEND=" virtual/glu virtual/opengl x11-libs/gtk+:3 - x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] + x11-libs/wxGTK:${WX_GTK_VER}=[X,opengl] " DEPEND="${RDEPEND} media-libs/qhull[static-libs] @@ -72,8 +72,6 @@ PATCHES=( "${FILESDIR}/${PN}-2.5.59.10-boost-headers.patch" ) -S="${WORKDIR}/${MY_PN}-${PV}" - src_unpack() { default