public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/superslicer/
Date: Thu, 14 Jul 2022 21:32:21 +0000 (UTC)	[thread overview]
Message-ID: <1657834339.e6c5478821ff4fbe29cd2f3bb858f76ac8251086.slashbeast@gentoo> (raw)

commit:     e6c5478821ff4fbe29cd2f3bb858f76ac8251086
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 21:25:09 2022 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 21:32:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c54788

media-gfx/superslicer: 2.4.58.3-r1: add presets.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 media-gfx/superslicer/Manifest                                |  1 +
 ...rslicer-2.4.58.3.ebuild => superslicer-2.4.58.3-r1.ebuild} | 11 ++++++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/media-gfx/superslicer/Manifest b/media-gfx/superslicer/Manifest
index fabb29b27e6a..bb7fbbc6ec07 100644
--- a/media-gfx/superslicer/Manifest
+++ b/media-gfx/superslicer/Manifest
@@ -1 +1,2 @@
+DIST superslicer-2.4.58.3-profiles.tar.gz 15322406 BLAKE2B cfa89697e832e0601746cb21250e258617bcc0966dd111c82ae43a9720b3ffb760f57827a1f35c8ad57a23a7ffb4c78e48ec76d6e40b364f321d0f83c4d10939 SHA512 bbdc6bfa8e21a4bdbca903a367f033f9cb5a1966bd0688bcc81314ba9ee45fee37cb892c82be35e865137c4df7c1fabceb8e6de46316338df2af4a590de91c76
 DIST superslicer-2.4.58.3.tar.gz 45203382 BLAKE2B 822af2a1cb8978b21f8efdc0eb4841ec1d86517fd07782a8dfa6be2a58514dc3e772221dca40ff62808cb798fc4f51484b24e847328a7a6f154708431f0c4d3b SHA512 00302fba9ada1cc5df3c58f42fdb7f98322f94de7b78876c6a54a2229ae289e785082ea7a69f67bee54321fc4d97811675eeb70932e5774ab78ca8859343dd4d

diff --git a/media-gfx/superslicer/superslicer-2.4.58.3.ebuild b/media-gfx/superslicer/superslicer-2.4.58.3-r1.ebuild
similarity index 85%
rename from media-gfx/superslicer/superslicer-2.4.58.3.ebuild
rename to media-gfx/superslicer/superslicer-2.4.58.3-r1.ebuild
index d12285792499..25e24b5db12a 100644
--- a/media-gfx/superslicer/superslicer-2.4.58.3.ebuild
+++ b/media-gfx/superslicer/superslicer-2.4.58.3-r1.ebuild
@@ -10,7 +10,10 @@ inherit cmake wxwidgets xdg
 
 DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication (3D printers)"
 HOMEPAGE="https://github.com/supermerill/SuperSlicer/"
-SRC_URI="https://github.com/supermerill/SuperSlicer/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="
+	https://github.com/supermerill/SuperSlicer/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/slic3r/slic3r-profiles/archive/748fbdfd2ac077e4e415868e7bc963740b92aa8e.tar.gz -> ${P}-profiles.tar.gz
+"
 
 LICENSE="AGPL-3 Boost-1.0 GPL-2 LGPL-3 MIT"
 SLOT="0"
@@ -60,6 +63,12 @@ PATCHES=(
 
 S="${WORKDIR}/${MY_PN}-${PV}"
 
+src_unpack() {
+	default
+
+	mv slic3r-profiles-*/* ${S}/resources/profiles/ || die
+}
+
 src_configure() {
 	CMAKE_BUILD_TYPE="Release"
 


             reply	other threads:[~2022-07-14 21:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-14 21:32 Piotr Karbowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-11 10:55 [gentoo-commits] repo/gentoo:master commit in: media-gfx/superslicer/ Sam James
2022-08-11 10:55 Sam James
2022-12-28 18:13 Piotr Karbowski
2022-12-28 22:25 Sam James
2023-06-04 13:33 Piotr Karbowski
2023-07-15 11:50 Arthur Zamarin
2023-11-26 12:38 Arthur Zamarin
2024-07-16  7:24 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1657834339.e6c5478821ff4fbe29cd2f3bb858f76ac8251086.slashbeast@gentoo \
    --to=slashbeast@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox