commit:     79885ad844984f52692a3c08ad361fd10d213667
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 22:24:50 2020 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 07:43:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79885ad8

media-gfx/slic3r: bug #761481

Closes: https://bugs.gentoo.org/761481

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/18859
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 media-gfx/slic3r/metadata.xml                    | 5 +++--
 media-gfx/slic3r/slic3r-1.3.1_pre20200824.ebuild | 7 ++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/media-gfx/slic3r/metadata.xml b/media-gfx/slic3r/metadata.xml
index 49968e9fe3d..c3ce8641cb6 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 c8ca66784af..c9c2ba374c5 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 \

Reply via email to