summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Lamm <expeditioneer@gentoo.org>2020-12-28 23:24:50 +0100
committerDennis Lamm <expeditioneer@gentoo.org>2020-12-29 08:43:43 +0100
commit79885ad844984f52692a3c08ad361fd10d213667 (patch)
treec0130339ef08303f6f3a672c3712fff2a635dbfc /media-gfx
parentpackage.mask: remove last-rited packages from the list (diff)
downloadgentoo-79885ad844984f52692a3c08ad361fd10d213667.tar.gz
gentoo-79885ad844984f52692a3c08ad361fd10d213667.tar.bz2
gentoo-79885ad844984f52692a3c08ad361fd10d213667.zip
media-gfx/slic3r: bug #761481
Closes: https://bugs.gentoo.org/761481 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/18859 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/slic3r/metadata.xml5
-rw-r--r--media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/media-gfx/slic3r/metadata.xml b/media-gfx/slic3r/metadata.xml
index 49968e9fe3d2..c3ce8641cb63 100644
--- a/media-gfx/slic3r/metadata.xml
+++ b/media-gfx/slic3r/metadata.xml
@@ -12,7 +12,8 @@
<longdescription lang="en">
Slic3r is the tool you need to convert a 3D model into printing instructions for your 3D printer. It cuts the model into horizontal slices (layers), generates toolpaths to fill them and calculates the amount of material to be extruded.
</longdescription>
- <upstream>
- <remote-id type="github">alexrj/Slic3r</remote-id>
+ <upstream >
+ <bugs-to>https://github.com/slic3r/Slic3r/issues</bugs-to>
+ <remote-id type="github">slic3r/Slic3r</remote-id>
</upstream>
</pkgmetadata>
diff --git a/media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild b/media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild
index c8ca66784afd..c9c2ba374c52 100644
--- a/media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild
+++ b/media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild
@@ -5,9 +5,11 @@ EAPI=7
inherit desktop eutils perl-module
+COMMIT="92abbc42dfdd5385c1f9c3a450e2f3da835f8b8d"
+
DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication (3D printers)"
HOMEPAGE="https://slic3r.org"
-SRC_URI="https://github.com/alexrj/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/slic3r/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="AGPL-3 CC-BY-3.0"
SLOT="0"
@@ -15,7 +17,6 @@ KEYWORDS="~amd64 ~x86"
IUSE="+gui test"
RESTRICT="!test? ( test )"
-# check Build.PL for dependencies
RDEPEND="!=dev-lang/perl-5.16*
>=dev-libs/boost-1.55[threads]
dev-perl/Class-XSAccessor
@@ -103,7 +104,7 @@ src_install() {
exeinto "${VENDOR_LIB}"/Slic3r
doexe slic3r.pl
- dosym "${VENDOR_LIB}/Slic3r/slic3r.pl" /usr/bin/slic3r.pl
+ dosym "${VENDOR_LIB}/Slic3r/slic3r.pl" "${EPREFIX}/usr/bin/slic3r.pl"
make_desktop_entry "slic3r.pl --gui %F" \
Slic3r \